Skip to content

Commit

Permalink
Bump python-snapcast to 2.3.2 (#89259)
Browse files Browse the repository at this point in the history
  • Loading branch information
luar123 authored Mar 6, 2023
1 parent 8403495 commit 7972dbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/snapcast/manifest.json
Original file line number Diff line number Diff line change
@@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7972dbf

Please sign in to comment.