mirror of https://github.com/home-assistant/core
68 lines
1.3 KiB
JSON
68 lines
1.3 KiB
JSON
{
|
|
"entity": {
|
|
"button": {
|
|
"cleanup": {
|
|
"default": "mdi:broom"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"external_ip": {
|
|
"default": "mdi:earth"
|
|
},
|
|
"external_ipv6": {
|
|
"default": "mdi:earth"
|
|
},
|
|
"kb_s_sent": {
|
|
"default": "mdi:upload"
|
|
},
|
|
"kb_s_received": {
|
|
"default": "mdi:download"
|
|
},
|
|
"max_kb_s_sent": {
|
|
"default": "mdi:upload"
|
|
},
|
|
"max_kb_s_received": {
|
|
"default": "mdi:download"
|
|
},
|
|
"gb_sent": {
|
|
"default": "mdi:upload"
|
|
},
|
|
"gb_received": {
|
|
"default": "mdi:download"
|
|
},
|
|
"link_kb_s_sent": {
|
|
"default": "mdi:upload"
|
|
},
|
|
"link_kb_s_received": {
|
|
"default": "mdi:download"
|
|
},
|
|
"link_noise_margin_sent": {
|
|
"default": "mdi:upload"
|
|
},
|
|
"link_noise_margin_received": {
|
|
"default": "mdi:download"
|
|
},
|
|
"link_attenuation_sent": {
|
|
"default": "mdi:upload"
|
|
},
|
|
"link_attenuation_received": {
|
|
"default": "mdi:download"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"reconnect": {
|
|
"service": "mdi:connection"
|
|
},
|
|
"reboot": {
|
|
"service": "mdi:refresh"
|
|
},
|
|
"cleanup": {
|
|
"service": "mdi:broom"
|
|
},
|
|
"set_guest_wifi_password": {
|
|
"service": "mdi:form-textbox-password"
|
|
}
|
|
}
|
|
}
|