mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
3e889616f2
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
27 lines
478 B
JSON
27 lines
478 B
JSON
{
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"client_supports_ipv6": {
|
|
"default": "mdi:wan"
|
|
},
|
|
"client_supports_pcp": {
|
|
"default": "mdi:wan"
|
|
},
|
|
"client_supports_pmp": {
|
|
"default": "mdi:wan"
|
|
},
|
|
"client_supports_udp": {
|
|
"default": "mdi:wan"
|
|
},
|
|
"client_supports_upnp": {
|
|
"default": "mdi:wan"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"ip": {
|
|
"default": "mdi:ip-network"
|
|
}
|
|
}
|
|
}
|
|
}
|