mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
SamsungTV to Snapcast: add host field description (#104862)
This commit is contained in:
parent
5014e2f0c7
commit
e724414475
@ -7,6 +7,9 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"name": "[%key:common::config_flow::data::name%]"
|
"name": "[%key:common::config_flow::data::name%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your TV."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"confirm": {
|
"confirm": {
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
"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 your SFR device."
|
||||||
|
},
|
||||||
"description": "Setting the credentials is optional, but enables additional functionality."
|
"description": "Setting the credentials is optional, but enables additional functionality."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,9 @@
|
|||||||
"ssl": "[%key:common::config_flow::data::ssl%]",
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
||||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||||
},
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your SMA device."
|
||||||
|
},
|
||||||
"description": "Enter your SMA device information.",
|
"description": "Enter your SMA device information.",
|
||||||
"title": "Set up SMA Solar"
|
"title": "Set up SMA Solar"
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,9 @@
|
|||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"port": "[%key:common::config_flow::data::port%]"
|
"port": "[%key:common::config_flow::data::port%]"
|
||||||
},
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your Snapcast server."
|
||||||
|
},
|
||||||
"title": "[%key:common::action::connect%]"
|
"title": "[%key:common::action::connect%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user