core/homeassistant/components/heos/manifest.json

15 lines
324 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 20:46:01 +00:00
"requirements": ["pyheos==0.7.2"],
"ssdp": [
{
"st": "urn:schemas-denon-com:device:ACT-Denon:1"
}
],
"codeowners": ["@andrewsayre"],
"iot_class": "local_push"
}