Skip to content

Commit

Permalink
[TASK] fix issue in homekit by adding new current_humidity property
Browse files Browse the repository at this point in the history
  • Loading branch information
KartoffelToby committed Nov 3, 2024
1 parent bef4633 commit e52b2e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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

Expand Down Expand Up @@ -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).
<a href="https://www.buymeacoffee.com/kartoffeltoby"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=kartoffeltoby&button_colour=0ac982&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"></a>
2 changes: 1 addition & 1 deletion custom_components/better_thermostat/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion custom_components/better_thermostat/utils/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e52b2e3

Please sign in to comment.