From 71dab419976ab62a933d9b0cf057d97a5fae5264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Matheson=20Wergeland?= Date: Wed, 14 Aug 2024 22:08:30 +0200 Subject: [PATCH] Version 0.16.0 (#107) - Removed unused icon - Update documentation --- README.md | 7 +++++++ .../connectlife/data_dictionaries/006-201.yaml | 1 - custom_components/connectlife/manifest.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a4ca28..f70d0a2 100644 --- a/README.md +++ b/README.md @@ -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) | @@ -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 diff --git a/custom_components/connectlife/data_dictionaries/006-201.yaml b/custom_components/connectlife/data_dictionaries/006-201.yaml index 034be17..3489db4 100644 --- a/custom_components/connectlife/data_dictionaries/006-201.yaml +++ b/custom_components/connectlife/data_dictionaries/006-201.yaml @@ -7,7 +7,6 @@ properties: device_class: energy unit: kWh - property: f_temp_in - icon: mdi:temp climate: target: current_temperature - property: t_eco diff --git a/custom_components/connectlife/manifest.json b/custom_components/connectlife/manifest.json index c76770e..df1538a 100644 --- a/custom_components/connectlife/manifest.json +++ b/custom_components/connectlife/manifest.json @@ -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" }