* Make aiohttp_cors a top level import This was moved to a late import in #27935 but there is no longer any need to import it late in the event loop as aiohttp_cors is listed in pyproject.toml so it will always be available * drop requirements as they are all top level now * drop requirements as they are all top level now * adjust
10 lines
299 B
JSON
10 lines
299 B
JSON
{
|
|
"domain": "emulated_hue",
|
|
"name": "Emulated Hue",
|
|
"after_dependencies": ["http"],
|
|
"codeowners": ["@bdraco", "@Tho85"],
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/emulated_hue",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal"
|
|
}
|