hass-core/homeassistant/components/emulated_hue/manifest.json
J. Nick Koston 006ea441ad
Pickup emulated_hue codeowner (#73725)
- I made some changes to this during this cycle so I
  want to get notifications for the next release.
2022-06-20 10:27:38 +02:00

11 lines
332 B
JSON

{
"domain": "emulated_hue",
"name": "Emulated Hue",
"documentation": "https://www.home-assistant.io/integrations/emulated_hue",
"requirements": ["aiohttp_cors==0.7.0"],
"dependencies": ["network"],
"after_dependencies": ["http"],
"codeowners": ["@bdraco"],
"quality_scale": "internal",
"iot_class": "local_push"
}