SMA fix strings (#146112)

* Fix

* Feedback
This commit is contained in:
Erwin Douna 2025-06-03 21:54:44 +02:00 committed by GitHub
parent 8868f214f3
commit 7ad1e756e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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%]"