mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Make Ruuvi a brand (#118786)
This commit is contained in:
parent
20b5aa3e0e
commit
1877c1eec9
5
homeassistant/brands/ruuvi.json
Normal file
5
homeassistant/brands/ruuvi.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"domain": "ruuvi",
|
||||||
|
"name": "Ruuvi",
|
||||||
|
"integrations": ["ruuvi_gateway", "ruuvitag_ble"]
|
||||||
|
}
|
@ -5160,17 +5160,22 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ruuvi": {
|
||||||
|
"name": "Ruuvi",
|
||||||
|
"integrations": {
|
||||||
"ruuvi_gateway": {
|
"ruuvi_gateway": {
|
||||||
"name": "Ruuvi Gateway",
|
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling",
|
||||||
|
"name": "Ruuvi Gateway"
|
||||||
},
|
},
|
||||||
"ruuvitag_ble": {
|
"ruuvitag_ble": {
|
||||||
"name": "RuuviTag BLE",
|
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push",
|
||||||
|
"name": "RuuviTag BLE"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"rympro": {
|
"rympro": {
|
||||||
"name": "Read Your Meter Pro",
|
"name": "Read Your Meter Pro",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user