mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47: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.",
|
"description": "Ensure that your TV is turned on before trying to set it up.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of the Sony Bravia TV to control."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authorize": {
|
"authorize": {
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"type": "Type of the printer"
|
"type": "Type of the printer"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of the Brother printer to control."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zeroconf_confirm": {
|
"zeroconf_confirm": {
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"description": "Set up Nettigo Air Monitor integration.",
|
"description": "Set up Nettigo Air Monitor integration.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of the Nettigo Air Monitor to control."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"credentials": {
|
"credentials": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user