mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Remove unnecessary "title" keys to use default setup flow instead (#135512)
This commit is contained in:
parent
958b1e7759
commit
9d5fe77b71
@ -2,14 +2,12 @@
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Setup Velux",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
}
|
||||
},
|
||||
"discovery_confirm": {
|
||||
"title": "Setup Velux",
|
||||
"description": "Please enter the password for {name} ({host})",
|
||||
"data": {
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user