Disable polling for Knocki ()

pull/120659/head
Joost Lekkerkerker 2024-06-27 12:29:32 +02:00 committed by GitHub
parent 022f545342
commit 4f7c6bdce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
homeassistant/components/knocki

View File

@ -48,6 +48,7 @@ class KnockiTrigger(EventEntity):
_attr_event_types = [EVENT_TRIGGERED]
_attr_has_entity_name = True
_attr_should_poll = False
_attr_translation_key = "knocki"
def __init__(self, trigger: Trigger, client: KnockiClient) -> None: