mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-28 13:48:07 +02:00
fixed sk translation format
This commit is contained in:
parent
129c1d5b01
commit
f8fcd84787
2 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
"port": "Port",
|
"port": "Port",
|
||||||
"username": "Meno užívateľa",
|
"username": "Meno užívateľa",
|
||||||
"password": "Heslo",
|
"password": "Heslo",
|
||||||
"ssl": "Použiť SSL",
|
"ssl": "Použiť SSL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
"domain": "mikrotik_router",
|
"domain": "mikrotik_router",
|
||||||
"name": "Mikrotik Router",
|
"name": "Mikrotik Router",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
"ssdp": [
|
||||||
|
{
|
||||||
|
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
||||||
|
}
|
||||||
|
],
|
||||||
"documentation": "https://github.com/tomaae/homeassistant-mikrotik_router",
|
"documentation": "https://github.com/tomaae/homeassistant-mikrotik_router",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue