mirror of
https://github.com/home-assistant/core.git
synced 2026-07-09 07:45:11 +01:00
eeca75b937
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
24 lines
448 B
JSON
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"
|
|
}
|
|
}
|
|
}
|