Skip to content

Commit

Permalink
Bump pyswitchbee to 1.8.3 (home-assistant#122713)
Browse files Browse the repository at this point in the history
* Bump pyswitchbee to 1.8.3

* fix license
  • Loading branch information
jafar-atili authored Jul 27, 2024
1 parent 383dd80 commit e708e30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/switchbee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/switchbee",
"iot_class": "local_push",
"requirements": ["pyswitchbee==1.8.0"]
"requirements": ["pyswitchbee==1.8.3"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@ pystiebeleltron==0.0.1.dev2
pysuez==0.2.0

# homeassistant.components.switchbee
pyswitchbee==1.8.0
pyswitchbee==1.8.3

# homeassistant.components.tautulli
pytautulli==23.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ pysqueezebox==0.7.1
pysuez==0.2.0

# homeassistant.components.switchbee
pyswitchbee==1.8.0
pyswitchbee==1.8.3

# homeassistant.components.tautulli
pytautulli==23.1.1
Expand Down
1 change: 0 additions & 1 deletion script/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"pyeconet", # https://github.com/w1ll1am23/pyeconet/pull/41
"pylutron-caseta", # https://github.com/gurumitts/pylutron-caseta/pull/168
"pysabnzbd", # https://github.com/jeradM/pysabnzbd/pull/6
"pyswitchbee", # https://github.com/jafar-atili/pySwitchbee/pull/5
"pyvera", # https://github.com/maximvelichko/pyvera/pull/164
"pyxeoma", # https://github.com/jeradM/pyxeoma/pull/11
"repoze.lru",
Expand Down

0 comments on commit e708e30

Please sign in to comment.