mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Fix checks
This commit is contained in:
parent
38a67ad64c
commit
20d467a2d5
5 changed files with 7 additions and 10 deletions
2
.github/workflows/python_check.yml
vendored
2
.github/workflows/python_check.yml
vendored
|
@ -14,8 +14,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- home-assistant: "2024.1.0"
|
|
||||||
python-version: "3.11"
|
|
||||||
- home-assistant: "2024.2.0"
|
- home-assistant: "2024.2.0"
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- home-assistant: "2024.2.0"
|
- home-assistant: "2024.2.0"
|
||||||
|
|
|
@ -298,8 +298,7 @@ class HonClimateEntity(HonEntity, ClimateEntity):
|
||||||
super().__init__(hass, entry, device, description)
|
super().__init__(hass, entry, device, description)
|
||||||
|
|
||||||
self._attr_supported_features = (
|
self._attr_supported_features = (
|
||||||
ClimateEntityFeature.TURN_ON
|
ClimateEntityFeature.TURN_ON | ClimateEntityFeature.TARGET_TEMPERATURE
|
||||||
| ClimateEntityFeature.TARGET_TEMPERATURE
|
|
||||||
)
|
)
|
||||||
|
|
||||||
self._attr_temperature_unit = UnitOfTemperature.CELSIUS
|
self._attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||||
|
|
|
@ -11,5 +11,5 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyhOn==0.16.1"
|
"pyhOn==0.16.1"
|
||||||
],
|
],
|
||||||
"version": "0.13.1"
|
"version": "0.14.0-beta.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Haier hOn",
|
"name": "Haier hOn",
|
||||||
"homeassistant": "2024.1.0",
|
"homeassistant": "2024.2.0",
|
||||||
"zip_release": true,
|
"zip_release": true,
|
||||||
"filename": "haier_hon.zip"
|
"filename": "haier_hon.zip"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue