mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump pyswitchbee to 1.8.3 (#122713)
* Bump pyswitchbee to 1.8.3 * fix license
This commit is contained in:
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user