mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Use TAP to activate Lutron scenes (#127899)
This commit is contained in:
@@ -51,4 +51,4 @@ class LutronScene(LutronKeypad, Scene):
|
||||
|
||||
def activate(self, **kwargs: Any) -> None:
|
||||
"""Activate the scene."""
|
||||
self._lutron_device.press()
|
||||
self._lutron_device.tap()
|
||||
|
Reference in New Issue
Block a user