1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/hyperion/manifest.json
2025-06-11 21:20:22 +02:00

17 lines
424 B
JSON

{
"domain": "hyperion",
"name": "Hyperion",
"codeowners": ["@dermotduffy"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hyperion",
"iot_class": "local_push",
"loggers": ["hyperion"],
"requirements": ["hyperion-py==0.7.6"],
"ssdp": [
{
"manufacturer": "Hyperion Open Source Ambient Lighting",
"st": "urn:hyperion-project.org:device:basic:1"
}
]
}