mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
SMA add missing strings for DHCP (#145782)
This commit is contained in:
parent
c5db07e84d
commit
cd518d4a46
@ -218,5 +218,6 @@ class SmaConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
vol.Required(CONF_PASSWORD): cv.string,
|
||||
}
|
||||
),
|
||||
description_placeholders={CONF_HOST: self._data[CONF_HOST]},
|
||||
errors=errors,
|
||||
)
|
||||
|
@ -32,6 +32,16 @@
|
||||
},
|
||||
"description": "Enter your SMA device information.",
|
||||
"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})?",
|
||||
"data": {
|
||||
"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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user