core/homeassistant/components/pglab/strings.json

25 lines
760 B
JSON

{
"config": {
"step": {
"confirm_from_user": {
"description": "In order to be found PG LAB Electronics devices need to be connected to the same broker as the Home Assistant MQTT integration client. Do you want to continue?"
},
"confirm_from_mqtt": {
"description": "Do you want to set up PG LAB Electronics?"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"mqtt_not_connected": "Home Assistant MQTT integration not connected to MQTT broker.",
"mqtt_not_configured": "Home Assistant MQTT integration not configured."
}
},
"entity": {
"switch": {
"relay": {
"name": "Relay {relay_id}"
}
}
}
}