1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-09 07:45:11 +01:00
Files
core/homeassistant/components/watts/icons.json
T
theobld-ww eeca75b937 Watts: add timer mode service (#169846)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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"
}
}
}