1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/wled/strings.json
2022-01-21 09:19:50 +01:00

35 lines
993 B
JSON

{
"config": {
"flow_title": "{name}",
"step": {
"user": {
"description": "Set up your WLED to integrate with Home Assistant.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
},
"zeroconf_confirm": {
"description": "Do you want to add the WLED named `{name}` to Home Assistant?",
"title": "Discovered WLED device"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"cct_unsupported": "This WLED device uses CCT channels, which is not supported by this integration"
}
},
"options": {
"step": {
"init": {
"data": {
"keep_master_light": "Keep master light, even with 1 LED segment."
}
}
}
}
}