mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Bump python-snapcast to 2.3.2 (#89259)
This commit is contained in:
parent
8d1aa0132e
commit
0b5ddd9cbf
@ -1100,6 +1100,7 @@ build.json @home-assistant/supervisor
|
|||||||
/homeassistant/components/smhi/ @gjohansson-ST
|
/homeassistant/components/smhi/ @gjohansson-ST
|
||||||
/tests/components/smhi/ @gjohansson-ST
|
/tests/components/smhi/ @gjohansson-ST
|
||||||
/homeassistant/components/sms/ @ocalvo
|
/homeassistant/components/sms/ @ocalvo
|
||||||
|
/homeassistant/components/snapcast/ @luar123
|
||||||
/homeassistant/components/snooz/ @AustinBrunkhorst
|
/homeassistant/components/snooz/ @AustinBrunkhorst
|
||||||
/tests/components/snooz/ @AustinBrunkhorst
|
/tests/components/snooz/ @AustinBrunkhorst
|
||||||
/homeassistant/components/solaredge/ @frenck
|
/homeassistant/components/solaredge/ @frenck
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"domain": "snapcast",
|
"domain": "snapcast",
|
||||||
"name": "Snapcast",
|
"name": "Snapcast",
|
||||||
"codeowners": [],
|
"codeowners": ["@luar123"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/snapcast",
|
"documentation": "https://www.home-assistant.io/integrations/snapcast",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["construct", "snapcast"],
|
"loggers": ["construct", "snapcast"],
|
||||||
"requirements": ["snapcast==2.3.0"]
|
"requirements": ["snapcast==2.3.2"]
|
||||||
}
|
}
|
||||||
|
@ -2367,7 +2367,7 @@ smart-meter-texas==0.4.7
|
|||||||
smhi-pkg==1.0.16
|
smhi-pkg==1.0.16
|
||||||
|
|
||||||
# homeassistant.components.snapcast
|
# homeassistant.components.snapcast
|
||||||
snapcast==2.3.0
|
snapcast==2.3.2
|
||||||
|
|
||||||
# homeassistant.components.sonos
|
# homeassistant.components.sonos
|
||||||
soco==0.29.1
|
soco==0.29.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user