2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "deconz",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "deCONZ",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/deconz",
|
2021-07-09 09:54:40 +00:00
|
|
|
"requirements": [
|
2021-10-20 09:23:24 +00:00
|
|
|
"pydeconz==85"
|
2021-07-09 09:54:40 +00:00
|
|
|
],
|
2019-11-02 19:30:09 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"manufacturer": "Royal Philips Electronics"
|
|
|
|
}
|
|
|
|
],
|
2021-07-09 09:54:40 +00:00
|
|
|
"codeowners": [
|
|
|
|
"@Kane610"
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "platinum",
|
|
|
|
"iot_class": "local_push"
|
2021-07-09 09:54:40 +00:00
|
|
|
}
|