File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
custom_components/connectlife Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ visibility.
3434| | Air conditioner | 006 | 201 | [ Completed] ( custom_components/connectlife/data_dictionaries/006-201.yaml ) |
3535| | Dehumidifier | 007 | 400 | [ Completed] ( custom_components/connectlife/data_dictionaries/007-400.yaml ) |
3636| | Dehumidifier | 007 | 406 | [ Completed] ( custom_components/connectlife/data_dictionaries/007-406.yaml ) |
37+ | | Air conditioner | 009 | 100 | [ Under testing] ( custom_components/connectlife/data_dictionaries/009-100.yaml ) |
3738| | Air conditioner | 009 | 104 | [ Completed] ( custom_components/connectlife/data_dictionaries/009-104.yaml ) |
3839| | Air conditioner | 009 | 106 | [ Completed] ( custom_components/connectlife/data_dictionaries/009-106.yaml ) |
3940| | Air conditioner | 009 | 109 | [ Completed] ( custom_components/connectlife/data_dictionaries/009-109.yaml ) |
@@ -58,6 +59,12 @@ ConnectLife properties can be mapped to any of these entity types:
5859- [ Switch] ( https://developers.home-assistant.io/docs/core/entity/switch )
5960- [ Water heater] ( https://developers.home-assistant.io/docs/core/entity/water-heater )
6061
62+ ## Disable beeping
63+
64+ Some devices will beep on every configuration change. To disable this, go to the
65+ [ ConnectLife integration] ( https://my.home-assistant.io/redirect/integration/?domain=connectlife )
66+ and click "Configure" → "Configure a device" and select the device you want to disable beeping for.
67+
6168## Service to set property values on sensors
6269
6370Entity service ` connectlife.set_value ` can be used to set values. Use with caution, as there is ** no** validation
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ properties:
77 device_class : energy
88 unit : kWh
99- property : f_temp_in
10- icon : mdi:temp
1110 climate :
1211 target : current_temperature
1312- property : t_eco
Original file line number Diff line number Diff line change 66 "documentation" : " https://github.com/oyvindwe/connectlife-ha" ,
77 "iot_class" : " cloud_polling" ,
88 "requirements" : [" connectlife==0.5.0" ],
9- "version" : " 0.15 .0"
9+ "version" : " 0.16 .0"
1010}
You can’t perform that action at this time.
0 commit comments