hass-core/homeassistant/components/deconz/manifest.json
Robert Svensson 539ef31046
Reflect changes to pydeconz v84 (#56361)
Mostly snake case conversions and typing
But also a change in retry mechanism
Added a more complete set_* call to most types to remove the direct relation to rest API of deCONZ
2021-09-18 09:05:08 +02:00

19 lines
No EOL
360 B
JSON

{
"domain": "deconz",
"name": "deCONZ",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/deconz",
"requirements": [
"pydeconz==84"
],
"ssdp": [
{
"manufacturer": "Royal Philips Electronics"
}
],
"codeowners": [
"@Kane610"
],
"quality_scale": "platinum",
"iot_class": "local_push"
}