mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
21 lines
347 B
JSON
21 lines
347 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"link_quality": {
|
|
"default": "mdi:signal"
|
|
},
|
|
"window_position": {
|
|
"default": "mdi:window-closed"
|
|
}
|
|
},
|
|
"switch": {
|
|
"watchdog_on_off": {
|
|
"default": "mdi:dog"
|
|
},
|
|
"manual_operation": {
|
|
"default": "mdi:hand-back-left"
|
|
}
|
|
}
|
|
}
|
|
}
|