mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Add Aqara brand (#126658)
This commit is contained in:
parent
c5d562a56f
commit
636ea82bf1
5
homeassistant/brands/aqara.json
Normal file
5
homeassistant/brands/aqara.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"domain": "aqara",
|
||||
"name": "Aqara",
|
||||
"iot_standards": ["matter", "zigbee"]
|
||||
}
|
@ -418,6 +418,13 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"aqara": {
|
||||
"name": "Aqara",
|
||||
"iot_standards": [
|
||||
"matter",
|
||||
"zigbee"
|
||||
]
|
||||
},
|
||||
"aquacell": {
|
||||
"name": "AquaCell",
|
||||
"integration_type": "device",
|
||||
|
Loading…
x
Reference in New Issue
Block a user