Use config flow references for data (#35529)
This commit is contained in:
parent
1f71bdedab
commit
dd32324e01
83 changed files with 526 additions and 353 deletions
|
@ -2,7 +2,9 @@
|
|||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": { "events": "Comma separated list of events." },
|
||||
"data": {
|
||||
"events": "Comma separated list of events."
|
||||
},
|
||||
"description": "Add an comma separated event name for each event you wish to track. After entering them here, use the DoorBird app to assign them to a specific event. See the documentation at https://www.home-assistant.io/integrations/doorbird/#events. Example: somebody_pressed_the_button, motion"
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +15,7 @@
|
|||
"title": "Connect to the DoorBird",
|
||||
"data": {
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"host": "Host (IP Address)",
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"name": "Device Name",
|
||||
"username": "[%key:common::config_flow::data::username%]"
|
||||
}
|
||||
|
@ -31,4 +33,4 @@
|
|||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue