mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Fix translation for AVM Fritz!Box Tools (#124784)
add missing ssl option to strings
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"description": "Discovered FRITZ!Box: {name}\n\nSet up FRITZ!Box Tools to control your {name}",
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
|
Reference in New Issue
Block a user