core/homeassistant/components/wled/strings.json

84 lines
2.3 KiB
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."
}
}
}
},
"entity": {
"select": {
"live_override": {
"state": {
"0": "[%key:common::state::off%]",
"1": "[%key:common::state::on%]",
"2": "Until device restarts"
}
}
}
},
"services": {
"effect": {
"name": "Set effect",
"description": "Controls the effect settings of WLED.",
"fields": {
"effect": {
"name": "Effect",
"description": "Name or ID of the WLED light effect."
},
"intensity": {
"name": "Effect intensity",
"description": "Intensity of the effect. Number between 0 and 255."
},
"palette": {
"name": "Color palette",
"description": "Name or ID of the WLED light palette."
},
"speed": {
"name": "Effect speed",
"description": "Speed of the effect."
},
"reverse": {
"name": "Reverse effect",
"description": "Reverse the effect. Either true to reverse or false otherwise."
}
}
},
"preset": {
"name": "Set preset (deprecated)",
"description": "Sets a preset for the WLED device.",
"fields": {
"preset": {
"name": "Preset ID",
"description": "ID of the WLED preset."
}
}
}
}
}