hass-core/homeassistant/components/eq3btsmart/strings.json
2024-11-11 14:27:52 +01:00

29 lines
579 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"flow_title": "eQ-3 Device [{mac}]",
"step": {
"user": {
"title": "Configure new eQ-3 device",
"data": {
"mac": "MAC address"
}
},
"init": {
"title": "Configure new eQ-3 device"
}
},
"error": {
"invalid_mac_address": "Invalid MAC address"
}
},
"entity": {
"binary_sensor": {
"dst": {
"name": "Daylight saving time"
}
}
}
}