Skip to content

Commit

Permalink
fix connection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
guirem committed Jan 8, 2022
1 parent 97f3e3a commit 6621bff
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/en_US/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Version list of googlecast plugin.

*[Back to documentation] (index.md)*

## Version of January 8th, 2022 (beta) - 2.20

- fix googlecast connection issue (lib zeroconf)

## Version of December 1st, 2021 (beta/stable) - 2.19

- pychromecast library update
Expand Down
6 changes: 5 additions & 1 deletion docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Liste des versions du plugin googlecast.

*[Retour à la documentation](index.md)*

## Version du 01 décembre 2021 (beta/stable) - 2.19
## Version du 08 janvier 2022 (beta) - 2.20

- fix perte de connexion (lib zeroconf)

## Version du 01 décembre 2021 (beta) - 2.19

- maj librairies pychromecast
- compatibilité jeedom 4.2
Expand Down
2 changes: 1 addition & 1 deletion plugin_info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"hasOwnDeamon" : true,
"hasDependency" : true,
"maxDependancyInstallTime" : 20,
"version" : "2.19",
"version" : "2.20",
"require" : "3.0",
"category" : "multimedia",
"changelog" : "https://github.com/guirem/plugin-googlecast/blob/develop/docs/fr_FR/changelog.md",
Expand Down
2 changes: 1 addition & 1 deletion resources/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [[ ! -z $pip3cmd ]]; then # pip3 found
echo 87 > /tmp/dependancy_googlecast_in_progress
echo ""
echo "-- Installation of python library 'zeroconf' with command $pip3cmd"
$(sudo $pip3cmd install 'zeroconf>=0.37.0' > /tmp/dependancy_googlecast)
$(sudo $pip3cmd install 'zeroconf==0.31.0' > /tmp/dependancy_googlecast)
cat /tmp/dependancy_googlecast
echo 92 > /tmp/dependancy_googlecast_in_progress
echo ""
Expand Down
2 changes: 1 addition & 1 deletion resources/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ six
tqdm
websocket-client
protobuf>=3.11.0
zeroconf>=0.37.0
zeroconf==0.31.0
casttube>=0.2.1

0 comments on commit 6621bff

Please sign in to comment.