hass-core/homeassistant/components/tedee/icons.json
Josef Zweck f1b933ae0c
Add uncalibrated sensor for tedee (#122594)
* add uncalibrated sensor

* change off icon
2024-07-25 15:42:10 +02:00

17 lines
277 B
JSON

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