Files
ha-core/homeassistant/components/lutron_caseta/strings.json
2025-10-28 10:33:10 +01:00

83 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"not_lutron_device": "Discovered device is not a Lutron device"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"flow_title": "{name} ({host})",
"step": {
"import_failed": {
"description": "Couldnt set up bridge (host: {host}) imported from configuration.yaml.",
"title": "Failed to import Caséta bridge configuration."
},
"link": {
"description": "To pair with {name} ({host}), after submitting this form, press the black button on the back of the bridge.",
"title": "Pair with the bridge"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Lutron Caseta Smart Bridge."
},
"description": "Enter the IP address of the device.",
"title": "Automatically connect to the bridge"
}
}
},
"device_automation": {
"trigger_subtype": {
"button_1": "First button",
"button_2": "Second button",
"button_3": "Third button",
"button_4": "Fourth button",
"button_5": "Fifth button",
"button_6": "Sixth button",
"button_7": "Seventh button",
"close_1": "Close 1",
"close_2": "Close 2",
"close_3": "Close 3",
"close_4": "Close 4",
"close_all": "Close all",
"group_1_button_1": "First Group first button",
"group_1_button_2": "First Group second button",
"group_2_button_1": "Second Group first button",
"group_2_button_2": "Second Group second button",
"lower": "Lower",
"lower_1": "Lower 1",
"lower_2": "Lower 2",
"lower_3": "Lower 3",
"lower_4": "Lower 4",
"lower_all": "Lower all",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"open_1": "Open 1",
"open_2": "Open 2",
"open_3": "Open 3",
"open_4": "Open 4",
"open_all": "Open all",
"raise": "Raise",
"raise_1": "Raise 1",
"raise_2": "Raise 2",
"raise_3": "Raise 3",
"raise_4": "Raise 4",
"raise_all": "Raise all",
"stop": "Stop (favorite)",
"stop_1": "Stop 1",
"stop_2": "Stop 2",
"stop_3": "Stop 3",
"stop_4": "Stop 4",
"stop_all": "Stop all"
},
"trigger_type": {
"press": "\"{subtype}\" pressed",
"release": "\"{subtype}\" released"
}
}
}