Use TAP to activate Lutron scenes (#127899)

This commit is contained in:
cdheiser
2024-10-25 09:30:19 -07:00
committed by GitHub
parent 16c8b1efab
commit 1a3940575e

View File

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