mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-03 09:24:31 +02:00
fixed missing prefix for nat switches
This commit is contained in:
parent
6206c84cc9
commit
6a659c51bf
1 changed files with 2 additions and 2 deletions
|
@ -177,8 +177,8 @@ SWITCH_TYPES = {
|
|||
"nat": MikrotikSwitchEntityDescription(
|
||||
key="nat",
|
||||
name="NAT",
|
||||
icon_enabled="network-outline",
|
||||
icon_disabled="network-off-outline",
|
||||
icon_enabled="mdi:network-outline",
|
||||
icon_disabled="mdi:network-off-outline",
|
||||
entity_category=None,
|
||||
ha_group="NAT",
|
||||
ha_connection=DOMAIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue