Bump pydanfossair to 1.0.0 (#182277)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
madsvonqualen
2026-09-17 18:14:12 +02:00
committed by GitHub
co-authored by Claude Fable 5.1
parent 5a081e154f
commit 76b7b14873
4 changed files with 12 additions and 4 deletions
@@ -79,7 +79,9 @@ class DanfossAir:
self._client.command(ReadCommand.filterPercent), 2
)
self._data[ReadCommand.bypass] = self._client.command(ReadCommand.bypass)
self._data[ReadCommand.fan_step] = self._client.command(ReadCommand.fan_step)
self._data[ReadCommand.fan_speed_percent] = self._client.command(
ReadCommand.fan_speed_percent
)
self._data[ReadCommand.supply_fan_speed] = self._client.command(
ReadCommand.supply_fan_speed
)
@@ -6,5 +6,5 @@
"iot_class": "local_polling",
"loggers": ["pydanfossair"],
"quality_scale": "legacy",
"requirements": ["pydanfossair==0.1.0"]
"requirements": ["pydanfossair==1.0.0"]
}
@@ -71,7 +71,13 @@ def setup_platform(
SensorDeviceClass.HUMIDITY,
SensorStateClass.MEASUREMENT,
],
["Danfoss Air Fan Step", PERCENTAGE, ReadCommand.fan_step, None, None],
[
"Danfoss Air Fan Step",
PERCENTAGE,
ReadCommand.fan_speed_percent,
None,
None,
],
[
"Danfoss Air Exhaust Fan Speed",
REVOLUTIONS_PER_MINUTE,
+1 -1
View File
@@ -2174,7 +2174,7 @@ pycync==0.5.0
pydaikin==2.19.1
# homeassistant.components.danfoss_air
pydanfossair==0.1.0
pydanfossair==1.0.0
# homeassistant.components.deako
pydeako==0.6.0