{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "different_device": "The configured Elgato device is not the same as the one at this address.", "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "flow_title": "{serial_number}", "step": { "reconfigure": { "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "[%key:component::elgato::config::step::user::data_description::host%]" } }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "The hostname or IP address of your Elgato device." }, "description": "Set up your Elgato Light to integrate with Home Assistant." }, "zeroconf_confirm": { "description": "Do you want to add the Elgato Light with serial number `{serial_number}` to Home Assistant?", "title": "Discovered Elgato Light device" } } }, "entity": { "sensor": { "charge_power": { "name": "Charging power" }, "input_charge_current": { "name": "Charging current" }, "input_charge_voltage": { "name": "Charging voltage" }, "voltage": { "name": "Battery voltage" } }, "switch": { "bypass": { "name": "Studio mode" }, "energy_saving": { "name": "Energy saving" } } }, "exceptions": { "communication_error": { "message": "An error occurred while communicating with the Elgato device." }, "unknown_error": { "message": "An unknown error occurred while communicating with the Elgato device." } }, "services": { "identify": { "description": "Identifies an Elgato Light. Blinks the light, which can be useful for, e.g., a visual notification.", "name": "Identify" } } }