hass-core/homeassistant/components/eq3btsmart/strings.json
Lennard Beers 282cbfc048
Add eq3btsmart integration (#109291)
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-28 15:20:56 -10:00

19 lines
396 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"
}
}
}
}