mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix missing Fronius data_description translation for reconfigure flow (#133304)
This commit is contained in:
parent
2003fc7ae0
commit
81c12db6cd
@ -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%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user