{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "flow_title": "{name}", "step": { "bluetooth_confirm": { "description": "Do you want to set up {name}?" }, "user": { "data": { "address": "Bluetooth address" }, "data_description": { "address": "The Bluetooth address of the Casper Glow light" } } } }, "entity": { "binary_sensor": { "paused": { "name": "Dimming paused" } }, "button": { "pause": { "name": "Pause dimming" }, "resume": { "name": "Resume dimming" } }, "select": { "dimming_time": { "name": "Dimming time" } }, "sensor": { "dimming_end_time": { "name": "Dimming end time" } } }, "exceptions": { "communication_error": { "message": "An error occurred while communicating with the Casper Glow: {error}" }, "device_not_found": { "message": "Could not find Casper Glow device with address {address}" } } }