diff --git a/README.md b/README.md index da52e548..9c326a6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Active installations](https://badge.t-haber.de/badge/better_thermostat?kill_cache=1)](https://github.com/KartoffelToby/better_thermostat/) [![GitHub issues](https://img.shields.io/github/issues/KartoffelToby/better_thermostat?style=for-the-badge)](https://github.com/KartoffelToby/better_thermostat/issues) -[![Version - 1.6.0](https://img.shields.io/badge/Version-1.6.0-009688?style=for-the-badge)](https://github.com/KartoffelToby/better_thermostat/releases) +[![Version - 1.6.1](https://img.shields.io/badge/Version-1.6.1-009688?style=for-the-badge)](https://github.com/KartoffelToby/better_thermostat/releases) [![Discord](https://img.shields.io/discord/925725316540923914.svg?style=for-the-badge)](https://discord.gg/9BUegWTG3K) [![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration) @@ -10,8 +10,8 @@ ### Requirements -- Minimum required Home Assistant version: `2022.8.0` - (_Latest tested version: `2024.7.3`_) +- Minimum required Home Assistant version: `2024.08.0` + (_Latest tested version: `2024.10.4`_) ### Companion UI @@ -81,4 +81,3 @@ checkout the [CONTRIBUTING.md](CONTRIBUTING.md) file If you want to support this project, you can ☕ [**buy a coffee here**](https://www.buymeacoffee.com/kartoffeltoby). - diff --git a/custom_components/better_thermostat/manifest.json b/custom_components/better_thermostat/manifest.json index 87e5dbcb..b5e3805a 100644 --- a/custom_components/better_thermostat/manifest.json +++ b/custom_components/better_thermostat/manifest.json @@ -16,5 +16,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/KartoffelToby/better_thermostat/issues", "requirements": [], - "version": "1.6.0-dev" + "version": "1.6.1-dev" } diff --git a/custom_components/better_thermostat/utils/const.py b/custom_components/better_thermostat/utils/const.py index 0c8238d0..b14ca9e4 100644 --- a/custom_components/better_thermostat/utils/const.py +++ b/custom_components/better_thermostat/utils/const.py @@ -65,7 +65,7 @@ ATTR_STATE_LAST_CHANGE = "last_change" ATTR_STATE_SAVED_TEMPERATURE = "saved_temperature" ATTR_VALVE_POSITION = "valve_position" -ATTR_STATE_HUMIDIY = "humidity" +ATTR_STATE_HUMIDIY = "current_humidity" ATTR_STATE_MAIN_MODE = "main_mode" ATTR_STATE_HEATING_POWER = "heating_power" ATTR_STATE_HEATING_STATS = "heating_stats"