Bump pyswitchbee to 1.8.3 (#122713)

* Bump pyswitchbee to 1.8.3

* fix license
This commit is contained in:
Jafar Atili 2024-07-28 00:11:42 +03:00 committed by GitHub
parent 383dd80919
commit e708e30c33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View file

@ -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"]
}

View file

@ -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

View file

@ -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

View file

@ -162,7 +162,6 @@ EXCEPTIONS = {
"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",