core/homeassistant/components/ozw/translations/en.json

14 lines
416 B
JSON
Raw Normal View History

2020-05-03 00:54:16 +00:00
{
"config": {
"abort": {
"mqtt_required": "The MQTT integration is not set up",
2020-10-02 00:05:51 +00:00
"one_instance_allowed": "The integration only supports one Z-Wave instance",
"single_instance_allowed": "Already configured. Only a single configuration possible."
2020-05-03 00:54:16 +00:00
},
"step": {
"user": {
"title": "Confirm set up"
}
}
2020-05-15 00:02:56 +00:00
}
2020-05-03 00:54:16 +00:00
}