Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed Mar 26, 2024
1 parent 95c3fe8 commit ab27bee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Elatko devices are exemplarily mentioned. You can find [here](https://www.eltako
* [Climate](https://github.com/grimmpp/home-assistant-eltako/tree/main/docs/heating-and-cooling/readme.md) (**Experimental** Feedback is welcome.)
* A5-10-06 (Eltako FAE14, FHK14, F4HK14, F2L14, FHK61, FME14)
* [Teach-In Buttons](https://github.com/grimmpp/home-assistant-eltako/tree/main/docs/teach_in_buttons/readme.md)
* A5-10-06 (climate/thermostats)
* A5-10-06, A5-10-12 (climate/thermostats)
* A5-38-08 (light and switch)
* H5-3F-7F (cover)
* [Send Message Service](https://github.com/grimmpp/home-assistant-eltako/tree/main/docs/service-send-message/readme.md) Sends any EnOcean Message. Can be used for automatinos in Home Assistant so that none-EnOcean and EnOcean deviecs can be combined.
* [Send Message Service](https://github.com/grimmpp/home-assistant-eltako/tree/main/docs/service-send-message/readme.md) Sends any EnOcean Message. Can be used for [automatinos in Home Assistant](https://www.home-assistant.io/getting-started/automation/) so that none-EnOcean and EnOcean deviecs can be combined.

[**Gateway**](https://github.com/grimmpp/home-assistant-eltako/tree/main/docs/gateways/readme.md) (See also [how to use gateways](https://github.com/grimmpp/home-assistant-eltako/tree/main/docs/gateway_usage/readme.md) and [multiple gateway support](https://github.com/grimmpp/home-assistant-eltako/tree/main/docs/multiple-gateway-support/readme.md))
* **Eltako FAM14** and Eltako **FGW14-USB** (based on ESP2, rs485 bus and baud rate 57600, uses library [eltako14bus](https://github.com/grimmpp/eltako14bus))
Expand Down
1 change: 1 addition & 0 deletions custom_components/eltako/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

EEP_WITH_TEACH_IN_BUTTONS = {
A5_10_06: b'\x40\x30\x0D\x85', # climate
A5_10_12: b'\x40\x90\x0D\x80', # climate
A5_38_08: b'\xE0\x40\x0D\x80', # light
H5_3F_7F: b'\xFF\xF8\x0D\x80', # cover
# F6_02_01 # What button to take?
Expand Down

0 comments on commit ab27bee

Please sign in to comment.