mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +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:
|
def activate(self, **kwargs: Any) -> None:
|
||||||
"""Activate the scene."""
|
"""Activate the scene."""
|
||||||
self._lutron_device.press()
|
self._lutron_device.tap()
|
||||||
|
Reference in New Issue
Block a user