Fix last_activated timestamp on Hue scenes (#66679)
This commit is contained in:
parent
ef34f070ee
commit
8357dc0f3f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ async def async_setup_entry(
|
|||
vol.Coerce(int), vol.Range(min=0, max=255)
|
||||
),
|
||||
},
|
||||
"async_activate",
|
||||
"_async_activate",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue