Files
core/homeassistant/components/dunehd/strings.json
Maciej Bieniek 465b98513b Add config flow to Dune HD (#36345)
* Add config_flow to the dunehd integration

* Add tests

* Run gen_requirements_all

* Fix pylint error

* Better hostname validation

* Build device info in the class
2020-06-03 07:01:56 -05:00

22 lines
738 B
JSON

{
"config": {
"step": {
"user": {
"title": "Dune HD",
"description": "Set up Dune HD integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/dunehd \n\nEnsure that your player is turned on.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
}
},
"error": {
"invalid_host": "Invalid hostname or IP address.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}