mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Fix missing Fronius data_description translation for reconfigure flow (#133304)
This commit is contained in:
@@ -18,6 +18,9 @@
|
|||||||
"description": "Update your configuration information for {device}.",
|
"description": "Update your configuration information for {device}.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "[%key:component::fronius::config::step::user::data_description::host%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user