1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/tplink_omada/icons.json
2024-11-15 17:02:31 +01:00

37 lines
641 B
JSON

{
"entity": {
"switch": {
"poe_control": {
"default": "mdi:ethernet"
},
"wan_connect_ipv4": {
"default": "mdi:wan"
},
"wan_connect_ipv6": {
"default": "mdi:wan"
}
},
"binary_sensor": {
"online_detection": {
"default": "mdi:cloud-check",
"state": {
"off": "mdi:cloud-cancel"
}
}
},
"sensor": {
"cpu_usage": {
"default": "mdi:cpu-32-bit"
},
"mem_usage": {
"default": "mdi:memory"
}
}
},
"services": {
"reconnect_client": {
"service": "mdi:sync"
}
}
}