1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00
Files
core/homeassistant/components/tedee/icons.json
T
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"
}
}
}
}