1
mirror of https://github.com/home-assistant/core synced 2024-09-15 17:29:45 +02:00
ha-core/homeassistant/components/heos/manifest.json

16 lines
349 B
JSON
Raw Normal View History

{
"domain": "heos",
"name": "Denon HEOS",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/heos",
2020-11-14 21:46:01 +01:00
"requirements": ["pyheos==0.7.2"],
"ssdp": [
{
"st": "urn:schemas-denon-com:device:ACT-Denon:1"
}
],
"codeowners": ["@andrewsayre"],
"iot_class": "local_push",
"loggers": ["pyheos"]
}