{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_host": "[%key:common::config_flow::error::invalid_host%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "reconfigure": { "data": { "host": "[%key:common::config_flow::data::host%]", "port": "[%key:common::config_flow::data::port%]" }, "data_description": { "host": "[%key:component::openrgb::config::step::user::data_description::host%]", "port": "[%key:component::openrgb::config::step::user::data_description::port%]" }, "description": "Update the connection settings for your OpenRGB SDK server.", "title": "Reconfigure OpenRGB SDK server" }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]", "name": "[%key:common::config_flow::data::name%]", "port": "[%key:common::config_flow::data::port%]" }, "data_description": { "host": "The IP address or hostname of the computer running the OpenRGB SDK server.", "name": "A name for this integration entry, like the name of the computer running the OpenRGB SDK server.", "port": "The port number that the OpenRGB SDK server is running on." }, "description": "Set up your OpenRGB SDK server to allow control from within Home Assistant.", "title": "Set up OpenRGB SDK server" } } }, "entity": { "light": { "openrgb_light": { "state_attributes": { "effect": { "state": { "breathing": "Breathing", "chase": "Chase", "chase_fade": "Chase fade", "cram": "Cram", "flashing": "Flashing", "music": "Music", "neon": "Neon", "rainbow": "Rainbow", "random": "Random", "random_flicker": "Random flicker", "scan": "Scan", "spectrum_cycle": "Spectrum cycle", "spring": "Spring", "stack": "Stack", "strobe": "Strobe", "water": "Water", "wave": "Wave" } } } } }, "select": { "profile": { "name": "Profile" } } }, "exceptions": { "cannot_connect": { "message": "Failed to connect to OpenRGB SDK server {server_address}: {error}" }, "communication_error": { "message": "Failed to communicate with OpenRGB SDK server {server_address}: {error}" }, "effect_no_color_support": { "message": "Effect `{effect}` does not support color control on {device_name}" }, "openrgb_error": { "message": "An OpenRGB error occurred: {error}" }, "profile_not_found": { "message": "Profile `{profile}` not found" }, "unsupported_effect": { "message": "Effect `{effect}` is not supported by {device_name}" } } }