Files
2026-05-11 21:18:13 +02:00

24 lines
448 B
JSON

{
"entity": {
"climate": {
"thermostat": {
"state_attributes": {
"preset_mode": {
"state": {
"comfort": "mdi:weather-sunny",
"defrost": "mdi:snowflake",
"eco": "mdi:moon-waning-crescent",
"timer": "mdi:timer"
}
}
}
}
}
},
"services": {
"activate_timer_mode": {
"service": "mdi:timer"
}
}
}