mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
* migrate climate attributes to own entities * add a comment to make it searchable * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Apply suggestions from code review * update snapshots --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
40 lines
860 B
JSON
40 lines
860 B
JSON
{
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"holiday_active": {
|
|
"default": "mdi:bag-suitcase-outline",
|
|
"state": {
|
|
"on": "mdi:bag-suitcase-outline",
|
|
"off": "mdi:bag-suitcase-off-outline"
|
|
}
|
|
},
|
|
"summer_active": {
|
|
"default": "mdi:radiator-off",
|
|
"state": {
|
|
"on": "mdi:radiator-off",
|
|
"off": "mdi:radiator"
|
|
}
|
|
},
|
|
"window_open": {
|
|
"default": "mdi:window-open",
|
|
"state": {
|
|
"on": "mdi:window-open",
|
|
"off": "mdi:window-closed"
|
|
}
|
|
}
|
|
},
|
|
"climate": {
|
|
"thermostat": {
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"holiday": "mdi:bag-suitcase-outline",
|
|
"summer": "mdi:radiator-off"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|