mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Bump pylutron_caseta to 0.21.1 (#123924)
This commit is contained in:
parent
5608301178
commit
5958ef363f
@ -9,7 +9,7 @@
|
||||
},
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["pylutron_caseta"],
|
||||
"requirements": ["pylutron-caseta==0.20.0"],
|
||||
"requirements": ["pylutron-caseta==0.21.1"],
|
||||
"zeroconf": [
|
||||
{
|
||||
"type": "_lutron._tcp.local.",
|
||||
|
@ -1990,7 +1990,7 @@ pylitejet==0.6.2
|
||||
pylitterbot==2023.5.0
|
||||
|
||||
# homeassistant.components.lutron_caseta
|
||||
pylutron-caseta==0.20.0
|
||||
pylutron-caseta==0.21.1
|
||||
|
||||
# homeassistant.components.lutron
|
||||
pylutron==0.2.15
|
||||
|
@ -1592,7 +1592,7 @@ pylitejet==0.6.2
|
||||
pylitterbot==2023.5.0
|
||||
|
||||
# homeassistant.components.lutron_caseta
|
||||
pylutron-caseta==0.20.0
|
||||
pylutron-caseta==0.21.1
|
||||
|
||||
# homeassistant.components.lutron
|
||||
pylutron==0.2.15
|
||||
|
@ -159,7 +159,6 @@ EXCEPTIONS = {
|
||||
"pyTibber", # https://github.com/Danielhiversen/pyTibber/pull/294
|
||||
"pybbox", # https://github.com/HydrelioxGitHub/pybbox/pull/5
|
||||
"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
|
||||
"pyvera", # https://github.com/maximvelichko/pyvera/pull/164
|
||||
"pyxeoma", # https://github.com/jeradM/pyxeoma/pull/11
|
||||
|
@ -487,6 +487,7 @@ async def test_if_fires_on_button_event_late_setup(
|
||||
},
|
||||
)
|
||||
|
||||
with patch("homeassistant.components.lutron_caseta.Smartbridge.create_tls"):
|
||||
await hass.config_entries.async_setup(config_entry_id)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user