mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 17:31:15 -04:00
Bump pydanfossair to 1.0.0 (#182277)
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
5a081e154f
commit
76b7b14873
@@ -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,
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user