mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
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.5"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Hyperion Open Source Ambient Lighting",
|
|
"st": "urn:hyperion-project.org:device:basic:1"
|
|
}
|
|
]
|
|
}
|