Add a host field description for Bravia, Brother and NAM (#104689)

This commit is contained in:
Maciej Bieniek 2023-11-29 09:35:38 +01:00 committed by GitHub
parent 4d00767081
commit 8c56b5ef82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {