hass-core/homeassistant/components/devialet/strings.json
fwestenberg d3b04a5a58
Add Devialet integration (#86551)
* Add Devialet

* Bump Devialet==1.4.0

* Bump Devialet==1.4.1

* Sort manifest and add shorthand

* Black formatting

* Fix incompatible type

* Add type guarding for name

* Rename host keywork in tests

* Fix Devialet tests

* Add update coordinator

* Update devialet tests

* Create unique_id from entry data
2023-11-28 13:56:17 +01:00

22 lines
554 B
JSON

{
"config": {
"flow_title": "{title}",
"step": {
"user": {
"description": "Please enter the host name or IP address of the Devialet device.",
"data": {
"host": "Host"
}
},
"confirm": {
"description": "Do you want to set up Devialet device {device}?"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
}
}