mirror of
https://github.com/home-assistant/core.git
synced 2026-03-01 14:25:31 +00:00
21 lines
400 B
JSON
21 lines
400 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"monitor_status": {
|
|
"default": "mdi:television",
|
|
"state": {
|
|
"pause": "mdi:television-pause",
|
|
"up": "mdi:television-shimmer",
|
|
"seems_down": "mdi:television-off",
|
|
"down": "mdi:television-off"
|
|
}
|
|
}
|
|
},
|
|
"switch": {
|
|
"monitor_status": {
|
|
"default": "mdi:cog"
|
|
}
|
|
}
|
|
}
|
|
}
|