1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/pglab/strings.json
2025-10-28 10:33:10 +01:00

41 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"mqtt_not_configured": "Home Assistant MQTT integration not configured.",
"mqtt_not_connected": "Home Assistant MQTT integration not connected to MQTT broker.",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"step": {
"confirm_from_mqtt": {
"description": "Do you want to set up PG LAB Electronics?"
},
"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?"
}
}
},
"entity": {
"cover": {
"shutter": {
"name": "Shutter {shutter_id}"
}
},
"sensor": {
"mpu_voltage": {
"name": "MPU voltage"
},
"runtime": {
"name": "Run time"
},
"temperature": {
"name": "Temperature"
}
},
"switch": {
"relay": {
"name": "Relay {relay_id}"
}
}
}
}