core/homeassistant/components/yeelight/strings.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2020-08-31 14:40:56 +00:00
{
"config": {
"flow_title": "{model} {id} ({host})",
2020-08-31 14:40:56 +00:00
"step": {
"user": {
"description": "If you leave the host empty, discovery will be used to find devices.",
2020-08-31 14:40:56 +00:00
"data": {
"host": "[%key:common::config_flow::data::host%]"
2020-08-31 14:40:56 +00:00
}
},
"pick_device": {
"data": {
"device": "Device"
}
2021-05-12 00:55:50 +00:00
},
"discovery_confirm": {
"description": "Do you want to setup {model} ({host})?"
2020-08-31 14:40:56 +00:00
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
}
},
"options": {
"step": {
"init": {
"data": {
"model": "Model",
2020-08-31 14:40:56 +00:00
"transition": "Transition Time (ms)",
"use_music_mode": "Enable Music Mode",
"save_on_change": "Save Status On Change",
"nightlight_switch": "Use Nightlight Switch"
}
}
}
}
}