Files
HomeAssistantVS/custom_components/versatile_thermostat/icons.json
T
2026-06-16 10:33:21 -04:00

18 lines
365 B
JSON

{
"entity": {
"climate": {
"versatile_thermostat": {
"state_attributes": {
"preset_mode": {
"state": {
"shedding": "mdi:power-plug-off",
"safety": "mdi:shield-alert",
"none": "mdi:knob",
"frost": "mdi:snowflake"
}
}
}
}
}
}
}