Fix last_activated timestamp on Hue scenes (#66679)

This commit is contained in:
Marcel van der Veldt
2022-02-16 21:18:38 +01:00
committed by GitHub
parent ef34f070ee
commit 8357dc0f3f

View File

@@ -72,7 +72,7 @@ async def async_setup_entry(
vol.Coerce(int), vol.Range(min=0, max=255)
),
},
"async_activate",
"_async_activate",
)