mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Disable polling for Knocki (#120656)
This commit is contained in:
parent
022f545342
commit
4f7c6bdce8
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user