mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Bump required hyperion-py version (#45385)
This commit is contained in:
parent
bb1224d06f
commit
30622b5575
@ -1,19 +1,15 @@
|
|||||||
{
|
{
|
||||||
"codeowners": [
|
"codeowners": ["@dermotduffy"],
|
||||||
"@dermotduffy"
|
|
||||||
],
|
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/hyperion",
|
"documentation": "https://www.home-assistant.io/integrations/hyperion",
|
||||||
"domain": "hyperion",
|
"domain": "hyperion",
|
||||||
"name": "Hyperion",
|
"name": "Hyperion",
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": [
|
"requirements": ["hyperion-py==0.7.0"],
|
||||||
"hyperion-py==0.6.1"
|
|
||||||
],
|
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"manufacturer": "Hyperion Open Source Ambient Lighting",
|
"manufacturer": "Hyperion Open Source Ambient Lighting",
|
||||||
"st": "urn:hyperion-project.org:device:basic:1"
|
"st": "urn:hyperion-project.org:device:basic:1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -787,7 +787,7 @@ huawei-lte-api==1.4.17
|
|||||||
hydrawiser==0.2
|
hydrawiser==0.2
|
||||||
|
|
||||||
# homeassistant.components.hyperion
|
# homeassistant.components.hyperion
|
||||||
hyperion-py==0.6.1
|
hyperion-py==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.bh1750
|
# homeassistant.components.bh1750
|
||||||
# homeassistant.components.bme280
|
# homeassistant.components.bme280
|
||||||
|
@ -413,7 +413,7 @@ httplib2==0.10.3
|
|||||||
huawei-lte-api==1.4.17
|
huawei-lte-api==1.4.17
|
||||||
|
|
||||||
# homeassistant.components.hyperion
|
# homeassistant.components.hyperion
|
||||||
hyperion-py==0.6.1
|
hyperion-py==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.iaqualink
|
# homeassistant.components.iaqualink
|
||||||
iaqualink==0.3.4
|
iaqualink==0.3.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user