mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add Qingping integration (BLE) (#76598)
* Add Qingping integration (BLE) * commit the binary sensor * add binary_sensor file * Update homeassistant/components/qingping/sensor.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/qingping/config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/qingping/sensor.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * fix const CONCENTRATION_MICROGRAMS_PER_CUBIC_METER * cover case where config flow is started, another path adds it, and then they resume * fix missed values Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -97,6 +97,10 @@ BLUETOOTH: list[dict[str, str | int | list[int]]] = [
|
||||
"domain": "moat",
|
||||
"local_name": "Moat_S*"
|
||||
},
|
||||
{
|
||||
"domain": "qingping",
|
||||
"local_name": "Qingping*"
|
||||
},
|
||||
{
|
||||
"domain": "sensorpush",
|
||||
"local_name": "SensorPush*"
|
||||
|
||||
Reference in New Issue
Block a user