{ "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": { "light": { "main": { "name": "Main" } }, "select": { "live_override": { "name": "Live override", "state": { "0": "[%key:common::state::off%]", "1": "[%key:common::state::on%]", "2": "Until device restarts" } }, "preset": { "name": "Preset" }, "playlist": { "name": "Playlist" } }, "sensor": { "estimated_current": { "name": "Estimated current" }, "info_leds_count": { "name": "LED count" }, "info_leds_max_power": { "name": "Max current" }, "uptime": { "name": "Uptime" }, "free_heap": { "name": "Free memory" }, "wifi_signal": { "name": "Wi-Fi signal" }, "wifi_rssi": { "name": "Wi-Fi RSSI" }, "wifi_channel": { "name": "Wi-Fi channel" }, "wifi_bssid": { "name": "Wi-Fi BSSID" }, "ip": { "name": "IP" } }, "switch": { "nightlight": { "name": "Nightlight" }, "sync_send": { "name": "Sync send" }, "sync_receive": { "name": "Sync receive" } } }, "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." } } } } }