mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Add missing data description for solarlog (#131712)
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
"data": {
|
||||
"has_password": "[%key:component::solarlog::config::step::user::data::has_password%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"has_password": "[%key:component::solarlog::config::step::user::data_description::has_password%]",
|
||||
"password": "[%key:component::solarlog::config::step::password::data_description::password%]"
|
||||
}
|
||||
},
|
||||
"reconfigure": {
|
||||
@@ -33,6 +37,10 @@
|
||||
"data": {
|
||||
"has_password": "[%key:component::solarlog::config::step::user::data::has_password%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"has_password": "[%key:component::solarlog::config::step::user::data_description::has_password%]",
|
||||
"password": "[%key:component::solarlog::config::step::password::data_description::password%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user