mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-15 15:44:22 -04:00
parent
0e3d917ed1
commit
08fb9cb5b9
24 changed files with 498 additions and 2 deletions
|
@ -140,6 +140,20 @@ SELECTS: dict[str, tuple[SelectEntityDescription, ...]] = {
|
|||
translation_key="eco_pilot",
|
||||
option_list=const.AC_HUMAN_SENSE,
|
||||
),
|
||||
HonSelectEntityDescription(
|
||||
key="settings.windDirectionHorizontal",
|
||||
name="Fan Direction Horizontal",
|
||||
icon="mdi:fan",
|
||||
translation_key="fan_horizontal",
|
||||
option_list=const.AC_POSITION_HORIZONTAL,
|
||||
),
|
||||
HonSelectEntityDescription(
|
||||
key="settings.windDirectionVertical",
|
||||
name="Fan Direction Vertical",
|
||||
icon="mdi:fan",
|
||||
translation_key="fan_vertical",
|
||||
option_list=const.AC_POSITION_VERTICAL,
|
||||
),
|
||||
),
|
||||
"REF": (
|
||||
HonConfigSelectEntityDescription(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue