mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 18:08:37 -04:00
* Add gateway connection switches * Add unit tests * tplink_omada code review feedback * Rebase and move icons and strings into json
24 lines
410 B
JSON
24 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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|