Skip to content
Snippets Groups Projects
Unverified Commit 782d2d0b authored by Franck Nijhof's avatar Franck Nijhof Committed by GitHub
Browse files

Revert incorrect sync/async conversion in LCN integration (#34493)

parent 8e150ff1
Branches
Tags
No related merge requests found
...@@ -65,7 +65,7 @@ class LcnScene(LcnDevice, Scene): ...@@ -65,7 +65,7 @@ class LcnScene(LcnDevice, Scene):
async def async_added_to_hass(self): async def async_added_to_hass(self):
"""Run when entity about to be added to hass.""" """Run when entity about to be added to hass."""
def activate(self, **kwargs: Any) -> None: async def async_activate(self, **kwargs: Any) -> None:
"""Activate scene.""" """Activate scene."""
self.address_connection.activate_scene( self.address_connection.activate_scene(
self.register_id, self.register_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment