1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/homeassistant/components/heos/manifest.json
2025-10-13 01:39:36 +02:00

19 lines
452 B
JSON

{
"domain": "heos",
"name": "Denon HEOS",
"codeowners": ["@andrewsayre"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/heos",
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["pyheos"],
"quality_scale": "platinum",
"requirements": ["pyheos==1.0.6"],
"ssdp": [
{
"st": "urn:schemas-denon-com:device:ACT-Denon:1"
}
],
"zeroconf": ["_heos-audio._tcp.local."]
}