1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/tedee/icons.json
2025-10-28 10:33:10 +01:00

18 lines
277 B
JSON

{
"entity": {
"binary_sensor": {
"uncalibrated": {
"state": {
"off": "mdi:sync",
"on": "mdi:sync-alert"
}
}
},
"sensor": {
"pullspring_duration": {
"default": "mdi:timer-lock-open"
}
}
}
}