mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"communication_error": {
|
|
"message": "An error occurred while communicating with the Casper Glow: {error}"
|
|
}
|
|
}
|
|
}
|