mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
18 lines
277 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|