mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add a host field description for Bravia, Brother and NAM (#104689)
This commit is contained in:
parent
4d00767081
commit
8c56b5ef82
@ -5,6 +5,9 @@
|
||||
"description": "Ensure that your TV is turned on before trying to set it up.",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of the Sony Bravia TV to control."
|
||||
}
|
||||
},
|
||||
"authorize": {
|
||||
|
@ -6,6 +6,9 @@
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"type": "Type of the printer"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of the Brother printer to control."
|
||||
}
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
|
@ -6,6 +6,9 @@
|
||||
"description": "Set up Nettigo Air Monitor integration.",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of the Nettigo Air Monitor to control."
|
||||
}
|
||||
},
|
||||
"credentials": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user