Skip to content

Commit

Permalink
Version 0.16.0 (#107)
Browse files Browse the repository at this point in the history
- Removed unused icon
- Update documentation
  • Loading branch information
oyvindwe authored Aug 14, 2024
1 parent 094a549 commit 71dab41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ visibility.
| | Air conditioner | 006 | 201 | [Completed](custom_components/connectlife/data_dictionaries/006-201.yaml) |
| | Dehumidifier | 007 | 400 | [Completed](custom_components/connectlife/data_dictionaries/007-400.yaml) |
| | Dehumidifier | 007 | 406 | [Completed](custom_components/connectlife/data_dictionaries/007-406.yaml) |
| | Air conditioner | 009 | 100 | [Under testing](custom_components/connectlife/data_dictionaries/009-100.yaml) |
| | Air conditioner | 009 | 104 | [Completed](custom_components/connectlife/data_dictionaries/009-104.yaml) |
| | Air conditioner | 009 | 106 | [Completed](custom_components/connectlife/data_dictionaries/009-106.yaml) |
| | Air conditioner | 009 | 109 | [Completed](custom_components/connectlife/data_dictionaries/009-109.yaml) |
Expand All @@ -58,6 +59,12 @@ ConnectLife properties can be mapped to any of these entity types:
- [Switch](https://developers.home-assistant.io/docs/core/entity/switch)
- [Water heater](https://developers.home-assistant.io/docs/core/entity/water-heater)

## Disable beeping

Some devices will beep on every configuration change. To disable this, go to the
[ConnectLife integration](https://my.home-assistant.io/redirect/integration/?domain=connectlife)
and click "Configure" → "Configure a device" and select the device you want to disable beeping for.

## Service to set property values on sensors

Entity service `connectlife.set_value` can be used to set values. Use with caution, as there is **no** validation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ properties:
device_class: energy
unit: kWh
- property: f_temp_in
icon: mdi:temp
climate:
target: current_temperature
- property: t_eco
Expand Down
2 changes: 1 addition & 1 deletion custom_components/connectlife/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://github.com/oyvindwe/connectlife-ha",
"iot_class": "cloud_polling",
"requirements": ["connectlife==0.5.0"],
"version": "0.15.0"
"version": "0.16.0"
}

0 comments on commit 71dab41

Please sign in to comment.