1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/elgato/strings.json
Franck Nijhof cc9589cff2 Add Elgato Key Light integration (#29592)
* Add Elgato Key Light integration

* Remove passing in of hass loop

* Tweaks a comment

* Tweaks a function name

* Ensure domain namespace in data exists in entry setup
2019-12-08 09:26:31 +01:00

28 lines
878 B
JSON

{
"config": {
"title": "Elgato Key Light",
"flow_title": "Elgato Key Light: {serial_number}",
"step": {
"user": {
"title": "Link your Elgato Key Light",
"description": "Set up your Elgato Key Light to integrate with Home Assistant.",
"data": {
"host": "Host or IP address",
"port": "Port number"
}
},
"zeroconf_confirm": {
"description": "Do you want to add the Elgato Key Light with serial number `{serial_number}` to Home Assistant?",
"title": "Discovered Elgato Key Light device"
}
},
"error": {
"connection_error": "Failed to connect to Elgato Key Light device."
},
"abort": {
"already_configured": "This Elgato Key Light device is already configured.",
"connection_error": "Failed to connect to Elgato Key Light device."
}
}
}