{ "common": { "unsupported_version": "The WLED device's firmware version is not supported." }, "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "unique_id_mismatch": "MAC address does not match the configured device. Expected to connect to device with MAC: `{expected_mac}`, but connected to device with MAC: `{actual_mac}`. \n\nPlease ensure you reconfigure against the same device.", "unsupported_version": "[%key:component::wled::common::unsupported_version%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unsupported_version": "[%key:component::wled::common::unsupported_version%]" }, "flow_title": "{name}", "step": { "user": { "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "Hostname or IP address of your WLED device." }, "description": "Set up your WLED to integrate with Home Assistant." }, "zeroconf_confirm": { "description": "Do you want to add the WLED named `{name}` to Home Assistant?", "title": "Discovered WLED device" } } }, "entity": { "binary_sensor": { "firmware": { "name": "Firmware" } }, "light": { "main": { "name": "Main" }, "segment": { "name": "Segment {segment}" } }, "number": { "intensity": { "name": "Intensity" }, "segment_intensity": { "name": "Segment {segment} intensity" }, "segment_speed": { "name": "Segment {segment} speed" }, "speed": { "name": "Speed" } }, "select": { "color_palette": { "name": "Color palette" }, "live_override": { "name": "Live override", "state": { "0": "[%key:common::state::off%]", "1": "[%key:common::state::on%]", "2": "Until device restarts" } }, "playlist": { "name": "Playlist" }, "preset": { "name": "Preset" }, "segment_color_palette": { "name": "Segment {segment} color palette" } }, "sensor": { "estimated_current": { "name": "Estimated current" }, "free_heap": { "name": "Free memory" }, "info_leds_count": { "name": "LED count" }, "info_leds_max_power": { "name": "Max current" }, "ip": { "name": "IP" }, "uptime": { "name": "Uptime" }, "wifi_bssid": { "name": "Wi-Fi BSSID" }, "wifi_channel": { "name": "Wi-Fi channel" }, "wifi_rssi": { "name": "Wi-Fi RSSI" }, "wifi_signal": { "name": "Wi-Fi signal" } }, "switch": { "nightlight": { "name": "Nightlight" }, "reverse": { "name": "Reverse" }, "segment_reverse": { "name": "Segment {segment} reverse" }, "sync_receive": { "name": "Sync receive" }, "sync_send": { "name": "Sync send" } } }, "exceptions": { "connection_error": { "message": "Error communicating with WLED API: {error}" }, "invalid_response_github_error": { "message": "Invalid response from GitHub API: {error}" }, "invalid_response_wled_error": { "message": "Invalid response from WLED API: {error}" }, "mac_address_mismatch": { "message": "MAC address does not match the configured device. Expected to connect to device with MAC: {expected_mac}, but connected to device with MAC: {actual_mac}." }, "unsupported_version": { "message": "The WLED device's firmware version is not supported: {error}" } }, "options": { "step": { "init": { "data": { "keep_master_light": "Add 'Main' control even with single LED segment" }, "data_description": { "keep_master_light": "Ensures the main light control is always available when you are dynamically adding and removing segments through automation." } } } } }