1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/touchline/icons.json
2026-03-24 21:52:24 +01:00

18 lines
319 B
JSON

{
"entity": {
"climate": {
"climate": {
"state_attributes": {
"preset_mode": {
"state": {
"program_1": "mdi:numeric-1",
"program_2": "mdi:numeric-2",
"program_3": "mdi:numeric-3"
}
}
}
}
}
}
}