1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 19:07:08 +00:00
Files
core/homeassistant/components/openrgb/strings.json
2025-12-29 17:42:20 +01:00

93 lines
3.1 KiB
JSON

{
"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": {
"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}"
}
}
}