mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
Co-authored-by: ToniCipriani <ToniCipriani@users.noreply.github.com> Co-authored-by: Robert Resch <robert@resch.dev>
17 lines
424 B
JSON
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"
|
|
}
|
|
]
|
|
}
|