Skip to content

Commit

Permalink
Upgrade jellyfishlights-py library version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunn44 committed Jun 3, 2024
1 parent c419c79 commit ac7bdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/jellyfish_lighting/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/bdunn44/hass-jellyfish-lighting/issues",
"requirements": [
"git+https://github.com/bdunn44/jellyfishlights-py.git@push-listener#jellyfishlightspy==0.9.3"
"jellyfishlights-py==0.8.0"
],
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip>=21.0,<23.1
colorlog
homeassistant
jellyfishlights-py==0.7.0
jellyfishlights-py==0.8.0

0 comments on commit ac7bdd6

Please sign in to comment.