mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-27 13:14:14 -04:00
Use fan entity for wind speed
This commit is contained in:
parent
5bc3120000
commit
79b43b8695
28 changed files with 247 additions and 86 deletions
|
@ -248,6 +248,7 @@ NAMES = {
|
|||
"freezer": "REF.ZONES.FREEZER",
|
||||
"oven": "GLOBALS.APPLIANCES_NAME.OV",
|
||||
},
|
||||
"fan": {"air_extraction": "HO.DASHBOARD.AIR_EXTRACTION_TITLE"},
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ from custom_components.hon.climate import CLIMATES
|
|||
from custom_components.hon.number import NUMBERS
|
||||
from custom_components.hon.select import SELECTS
|
||||
from custom_components.hon.sensor import SENSORS
|
||||
from custom_components.hon.fan import FANS
|
||||
from custom_components.hon.switch import (
|
||||
SWITCHES,
|
||||
HonControlSwitchEntityDescription,
|
||||
|
@ -48,6 +49,7 @@ entities = {
|
|||
"sensor": SENSORS,
|
||||
"switch": SWITCHES,
|
||||
"climate": CLIMATES,
|
||||
"fan": FANS,
|
||||
}
|
||||
|
||||
result = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue