2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "deconz",
|
|
|
|
"name": "Deconz",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-04-04 04:14:45 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/components/deconz",
|
|
|
|
"requirements": [
|
2019-06-08 15:45:10 +00:00
|
|
|
"pydeconz==60"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
2019-06-03 16:26:01 +00:00
|
|
|
"ssdp": {
|
|
|
|
"manufacturer": [
|
|
|
|
"Royal Philips Electronics"
|
|
|
|
]
|
|
|
|
},
|
2019-04-04 04:14:45 +00:00
|
|
|
"dependencies": [],
|
|
|
|
"codeowners": [
|
|
|
|
"@kane610"
|
|
|
|
]
|
|
|
|
}
|