Skip to content

Commit

Permalink
Revert "Bump pychromecast to 14.0.2 (#127333)" (#127555)
Browse files Browse the repository at this point in the history
This reverts commit 2ab66f6.
  • Loading branch information
joostlek authored and frenck committed Oct 4, 2024
1 parent 0875660 commit c52607b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/cast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"documentation": "https://www.home-assistant.io/integrations/cast",
"iot_class": "local_polling",
"loggers": ["casttube", "pychromecast"],
"requirements": ["PyChromecast==14.0.2"],
"requirements": ["PyChromecast==14.0.1"],
"zeroconf": ["_googlecast._tcp.local."]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ProgettiHWSW==0.1.3
# PyBluez==0.22

# homeassistant.components.cast
PyChromecast==14.0.2
PyChromecast==14.0.1

# homeassistant.components.flick_electric
PyFlick==0.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PlexAPI==4.15.16
ProgettiHWSW==0.1.3

# homeassistant.components.cast
PyChromecast==14.0.2
PyChromecast==14.0.1

# homeassistant.components.flick_electric
PyFlick==0.0.2
Expand Down

0 comments on commit c52607b

Please sign in to comment.