Disable polling for Knocki (#120656)

This commit is contained in:
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

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: