{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]", "missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]", "missing_credentials": "[%key:common::config_flow::abort::oauth2_missing_credentials%]", "no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]", "oauth_error": "[%key:common::config_flow::abort::oauth2_error%]", "oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]", "oauth_implementation_unavailable": "[%key:common::config_flow::abort::oauth2_implementation_unavailable%]", "oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]", "oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "create_entry": { "default": "[%key:common::config_flow::create_entry::authenticated%]" }, "step": { "pick_implementation": { "data": { "implementation": "[%key:common::config_flow::data::implementation%]" }, "data_description": { "implementation": "[%key:common::config_flow::description::implementation%]" }, "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }, "reauth_confirm": { "description": "The YoLink integration needs to re-authenticate your account", "title": "[%key:common::config_flow::title::reauth%]" } } }, "device_automation": { "trigger_type": { "button_1_long_press": "Button_1 (long press)", "button_1_short_press": "Button_1 (short press)", "button_2_long_press": "Button_2 (long press)", "button_2_short_press": "Button_2 (short press)", "button_3_long_press": "Button_3 (long press)", "button_3_short_press": "Button_3 (short press)", "button_4_long_press": "Button_4 (long press)", "button_4_short_press": "Button_4 (short press)" } }, "entity": { "binary_sensor": { "water_running": { "name": "Water is flowing" } }, "number": { "config_volume": { "name": "Volume" } }, "select": { "sprinkler_mode": { "name": "Mode", "state": { "auto": "[%key:common::state::auto%]", "manual": "[%key:common::state::manual%]", "off": "[%key:common::state::off%]" } } }, "sensor": { "current_power": { "name": "Current power" }, "device_temperature": { "name": "Device temperature" }, "power_consumption": { "name": "Power consumption" }, "power_failure_alarm": { "name": "Power failure alarm", "state": { "alert": "Alert", "normal": "[%key:common::state::normal%]", "off": "[%key:common::state::off%]" } }, "power_failure_alarm_beep": { "name": "Power failure alarm beep", "state": { "disabled": "[%key:common::state::disabled%]", "enabled": "[%key:common::state::enabled%]" } }, "power_failure_alarm_mute": { "name": "Power failure alarm mute", "state": { "muted": "Muted", "unmuted": "Unmuted" } }, "power_failure_alarm_volume": { "name": "Power failure alarm volume", "state": { "high": "[%key:common::state::high%]", "low": "[%key:common::state::low%]", "medium": "[%key:common::state::medium%]" } }, "water_meter_1_reading": { "name": "Water meter 1 reading" }, "water_meter_2_reading": { "name": "Water meter 2 reading" }, "water_meter_reading": { "name": "Water meter reading" } }, "switch": { "plug_1": { "name": "Plug 1" }, "plug_2": { "name": "Plug 2" }, "plug_3": { "name": "Plug 3" }, "plug_4": { "name": "Plug 4" }, "usb_ports": { "name": "USB ports" } }, "valve": { "meter_valve_1_state": { "name": "Valve 1" }, "meter_valve_2_state": { "name": "Valve 2" }, "meter_valve_state": { "name": "Valve state" }, "sprinkler_valve": { "name": "[%key:component::valve::title%]" } } }, "exceptions": { "invalid_config_entry": { "message": "Config entry not found or not loaded!" }, "oauth2_implementation_unavailable": { "message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]" }, "valve_inoperable_currently": { "message": "The Valve cannot be operated currently." } }, "selector": { "speaker_tone": { "options": { "alert": "Alert", "emergency": "Emergency", "tip": "Tip", "warn": "Warn" } } }, "services": { "play_on_speaker_hub": { "description": "Converts text to speech for playback on a YoLink SpeakerHub", "fields": { "message": { "description": "Text message to be played.", "name": "Text message" }, "repeat": { "description": "The amount of times the text will be repeated.", "name": "Repeat" }, "target_device": { "description": "SpeakerHub device for audio playback.", "name": "SpeakerHub device" }, "tone": { "description": "Tone before playing audio.", "name": "Tone" }, "volume": { "description": "Overrides the speaker volume during playback of this message only.", "name": "Volume" } }, "name": "Play on SpeakerHub" } } }