mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix misspelled sensor names (#31344)
This commit is contained in:
parent
114d48ed8b
commit
f5b790054a
@ -48,10 +48,10 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
|
|||||||
["Danfoss Air Remaining Filter", "%", ReadCommand.filterPercent, None],
|
["Danfoss Air Remaining Filter", "%", ReadCommand.filterPercent, None],
|
||||||
["Danfoss Air Humidity", "%", ReadCommand.humidity, DEVICE_CLASS_HUMIDITY],
|
["Danfoss Air Humidity", "%", ReadCommand.humidity, DEVICE_CLASS_HUMIDITY],
|
||||||
["Danfoss Air Fan Step", "%", ReadCommand.fan_step, None],
|
["Danfoss Air Fan Step", "%", ReadCommand.fan_step, None],
|
||||||
["Dandoss Air Exhaust Fan Speed", "RPM", ReadCommand.exhaust_fan_speed, None],
|
["Danfoss Air Exhaust Fan Speed", "RPM", ReadCommand.exhaust_fan_speed, None],
|
||||||
["Dandoss Air Supply Fan Speed", "RPM", ReadCommand.supply_fan_speed, None],
|
["Danfoss Air Supply Fan Speed", "RPM", ReadCommand.supply_fan_speed, None],
|
||||||
[
|
[
|
||||||
"Dandoss Air Dial Battery",
|
"Danfoss Air Dial Battery",
|
||||||
"%",
|
"%",
|
||||||
ReadCommand.battery_percent,
|
ReadCommand.battery_percent,
|
||||||
DEVICE_CLASS_BATTERY,
|
DEVICE_CLASS_BATTERY,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user