{ "config": { "flow_title": "{name}", "step": { "user": { "description": "Before setup, battery-powered devices must be woken up, you can now wake the device up using a button on it.", "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "The hostname or IP address of the Shelly device to connect to." } }, "credentials": { "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" } }, "reauth_confirm": { "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" } }, "confirm_discovery": { "description": "Do you want to set up the {model} at {host}?\n\nBattery-powered devices that are password protected must be woken up before continuing with setting up.\nBattery-powered devices that are not password protected will be added when the device wakes up, you can now manually wake the device up using a button on it or wait for the next data update from the device." } }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "unknown": "[%key:common::config_flow::error::unknown%]", "firmware_not_fully_provisioned": "Device not fully provisioned. Please contact Shelly support" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "unsupported_firmware": "The device is using an unsupported firmware version.", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reauth_unsuccessful": "Re-authentication was unsuccessful, please remove the integration and set it up again." } }, "device_automation": { "trigger_subtype": { "button": "Button", "button1": "First button", "button2": "Second button", "button3": "Third button", "button4": "Fourth button" }, "trigger_type": { "single": "{subtype} single clicked", "double": "{subtype} double clicked", "triple": "{subtype} triple clicked", "long": "{subtype} long clicked", "single_long": "{subtype} single clicked and then long clicked", "long_single": "{subtype} long clicked and then single clicked", "btn_down": "{subtype} button down", "btn_up": "{subtype} button up", "single_push": "{subtype} single push", "double_push": "{subtype} double push", "triple_push": "{subtype} triple push", "long_push": "{subtype} long push" } }, "options": { "step": { "init": { "description": "Bluetooth scanning can be active or passive. With active, the Shelly requests data from nearby devices; with passive, the Shelly receives unsolicited data from nearby devices.", "data": { "ble_scanner_mode": "Bluetooth scanner mode" } } } }, "selector": { "ble_scanner_mode": { "options": { "disabled": "[%key:common::state::disabled%]", "active": "[%key:common::state::active%]", "passive": "Passive" } } }, "entity": { "binary_sensor": { "gas": { "state_attributes": { "detected": { "state": { "unknown": "Unknown", "none": "None", "mild": "Mild", "heavy": "Heavy", "test": "Test" } } } } }, "event": { "input": { "state_attributes": { "event_type": { "state": { "btn_down": "Button down", "btn_up": "Button up", "double_push": "Double push", "double": "Double push", "long_push": "Long push", "long_single": "Long push and then short push", "long": "Long push", "single_long": "Short push and then long push", "single_push": "Single push", "single": "Single push", "triple_push": "Triple push", "triple": "Triple push" } } } } }, "sensor": { "operation": { "state": { "unknown": "Unknown", "warmup": "Warm-up", "normal": "Normal", "fault": "Fault" }, "state_attributes": { "self_test": { "state": { "not_completed": "Not completed", "completed": "Completed", "running": "Running", "pending": "Pending" } } } }, "valve_status": { "state": { "checking": "Checking", "closed": "[%key:common::state::closed%]", "closing": "Closing", "failure": "Failure", "opened": "Opened", "opening": "Opening", "unknown": "[%key:component::shelly::entity::sensor::operation::state::unknown%]" } } } }, "issues": { "device_not_calibrated": { "title": "Shelly device {device_name} is not calibrated", "description": "Shelly device {device_name} with IP address {ip_address} requires calibration. To calibrate the device, it must be rebooted after proper installation on the valve. You can reboot the device in its web panel, go to 'Settings' > 'Device Reboot'." }, "push_update_failure": { "title": "Shelly device {device_name} push update failure", "description": "Home Assistant is not receiving push updates from the Shelly device {device_name} with IP address {ip_address}. Check the CoIoT configuration in the web panel of the device and your network configuration." }, "deprecated_valve_switch": { "title": "The switch entity for Shelly Gas Valve is deprecated", "description": "The switch entity for Shelly Gas Valve is deprecated. A valve entity {entity} is available and should be used going forward. For this new valve entity you need to use {service} service." }, "deprecated_valve_switch_entity": { "title": "Deprecated switch entity for Shelly Gas Valve detected in {info}", "description": "Your Shelly Gas Valve entity `{entity}` is being used in `{info}`. A valve entity is available and should be used going forward.\n\nPlease adjust `{info}` to fix this issue." } } }