hass-core/homeassistant/components/launch_library/strings.json
Simon Hansen b22a9b8669
Refactor Launch Library to use config flow (#62416)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-01-08 11:47:16 +01:00

12 lines
No EOL
252 B
JSON

{
"config": {
"step": {
"user": {
"description": "Do you want to configure the Launch Library?"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
}
}