mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump python-snapcast to 2.3.2 (#89259)
This commit is contained in:
@ -1101,6 +1101,7 @@ build.json @home-assistant/supervisor
|
||||
/homeassistant/components/smhi/ @gjohansson-ST
|
||||
/tests/components/smhi/ @gjohansson-ST
|
||||
/homeassistant/components/sms/ @ocalvo
|
||||
/homeassistant/components/snapcast/ @luar123
|
||||
/homeassistant/components/snooz/ @AustinBrunkhorst
|
||||
/tests/components/snooz/ @AustinBrunkhorst
|
||||
/homeassistant/components/solaredge/ @frenck
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"domain": "snapcast",
|
||||
"name": "Snapcast",
|
||||
"codeowners": [],
|
||||
"codeowners": ["@luar123"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/snapcast",
|
||||
"iot_class": "local_polling",
|
||||
"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
|
||||
|
||||
# homeassistant.components.snapcast
|
||||
snapcast==2.3.0
|
||||
snapcast==2.3.2
|
||||
|
||||
# homeassistant.components.sonos
|
||||
soco==0.29.1
|
||||
|
Reference in New Issue
Block a user