core/homeassistant/components/unifi/icons.json

59 lines
1.2 KiB
JSON
Raw Normal View History

2024-03-14 06:04:39 +00:00
{
"entity": {
"sensor": {
"client_bandwidth_rx": {
"default": "mdi:download"
},
"client_bandwidth_tx": {
"default": "mdi:upload"
},
"port_bandwidth_rx": {
"default": "mdi:download"
},
"port_bandwidth_tx": {
"default": "mdi:upload"
}
},
"switch": {
"block_client": {
"default": "mdi:ethernet",
"state": {
"off": "mdi:ethernet-off"
}
},
"dpi_restriction": {
"default": "mdi:network",
"state": {
"off": "mdi:network-off"
}
},
"port_forward_control": {
"default": "mdi:upload-network"
},
"traffic_rule_control": {
"default": "mdi:security-network"
},
"poe_port_control": {
"default": "mdi:ethernet",
"state": {
"off": "mdi:ethernet-off"
}
},
"wlan_control": {
"default": "mdi:wifi-check",
"state": {
"off": "mdi:wifi-off"
}
}
}
},
2024-03-14 06:04:39 +00:00
"services": {
"reconnect_client": {
"service": "mdi:sync"
},
"remove_clients": {
"service": "mdi:delete"
}
2024-03-14 06:04:39 +00:00
}
}