hass-core/homeassistant/components/tplink_omada/icons.json
MarkGodwin 75a489deb9
Add WAN port connection control to TP-Link Omada gateways (#111431)
* Add gateway connection switches

* Add unit tests

* tplink_omada code review feedback

* Rebase and move icons and strings into json
2024-03-17 16:06:57 +01:00

23 lines
410 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"
}
}
}
}
}