core/homeassistant/components/heos/manifest.json

17 lines
380 B
JSON

{
"domain": "heos",
"name": "Denon HEOS",
"codeowners": ["@andrewsayre"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/heos",
"iot_class": "local_push",
"loggers": ["pyheos"],
"requirements": ["pyheos==1.0.0"],
"single_config_entry": true,
"ssdp": [
{
"st": "urn:schemas-denon-com:device:ACT-Denon:1"
}
]
}