SMA fix strings (#146112)

* Fix

* Feedback
This commit is contained in:
Erwin Douna 2025-06-03 21:54:44 +02:00 committed by Franck Nijhof
parent 1d578d8563
commit e8aab39620
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952

View File

@ -34,10 +34,10 @@
"title": "Set up SMA Solar"
},
"discovery_confirm": {
"title": "[%key:component::sma::config::step::user::title]",
"description": "Do you want to setup the discovered SMA ({host})?",
"title": "[%key:component::sma::config::step::user::title%]",
"description": "Do you want to set up the discovered SMA device ({host})?",
"data": {
"group": "[%key:component::sma::config::step::user::data::group]",
"group": "[%key:component::sma::config::step::user::data::group%]",
"password": "[%key:common::config_flow::data::password%]",
"ssl": "[%key:common::config_flow::data::ssl%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"