Bump pylutron_caseta to 0.21.1 (#123924)

This commit is contained in:
J. Nick Koston 2024-08-14 10:02:44 -05:00 committed by GitHub
parent 5608301178
commit 5958ef363f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -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.",

View File

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

View File

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

View File

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

View File

@ -487,8 +487,9 @@ async def test_if_fires_on_button_event_late_setup(
},
)
await hass.config_entries.async_setup(config_entry_id)
await hass.async_block_till_done()
with patch("homeassistant.components.lutron_caseta.Smartbridge.create_tls"):
await hass.config_entries.async_setup(config_entry_id)
await hass.async_block_till_done()
message = {
ATTR_SERIAL: device.get("serial"),