mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add option-icons for Plugwise Select (#109986)
This commit is contained in:
parent
23fa9103d7
commit
326c7c0495
@ -64,16 +64,38 @@
|
||||
},
|
||||
"select": {
|
||||
"dhw_mode": {
|
||||
"default": "mdi:shower"
|
||||
"default": "mdi:shower",
|
||||
"state": {
|
||||
"comfort": "mdi:sofa",
|
||||
"eco": "mdi:leaf",
|
||||
"off": "mdi:circle-off-outline",
|
||||
"boost": "mdi:rocket-launch",
|
||||
"auto": "mdi:auto-mode"
|
||||
}
|
||||
},
|
||||
"gateway_mode": {
|
||||
"default": "mdi:cog-outline"
|
||||
"default": "mdi:cog-outline",
|
||||
"state": {
|
||||
"away": "mdi:pause",
|
||||
"full": "mdi:home",
|
||||
"vacation": "mdi:beach"
|
||||
}
|
||||
},
|
||||
"regulation_mode": {
|
||||
"default": "mdi:hvac"
|
||||
"default": "mdi:hvac",
|
||||
"state": {
|
||||
"bleeding_hot": "mdi:fire-circle",
|
||||
"bleeding_cold": "mdi:water-circle",
|
||||
"off": "mdi:circle-off-outline",
|
||||
"heating": "mdi:radiator",
|
||||
"cooling": "mdi:snowflake"
|
||||
}
|
||||
},
|
||||
"select_schedule": {
|
||||
"default": "mdi:calendar-clock"
|
||||
"default": "mdi:calendar-clock",
|
||||
"state": {
|
||||
"off": "mdi:circle-off-outline"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sensor": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user