mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-03 17:34:29 +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",
|
||||
"username": "Meno užívateľa",
|
||||
"password": "Heslo",
|
||||
"ssl": "Použiť SSL",
|
||||
"ssl": "Použiť SSL"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
"domain": "mikrotik_router",
|
||||
"name": "Mikrotik Router",
|
||||
"config_flow": true,
|
||||
"ssdp": [
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
||||
}
|
||||
],
|
||||
"documentation": "https://github.com/tomaae/homeassistant-mikrotik_router",
|
||||
"dependencies": [],
|
||||
"requirements": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue