mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Disable polling for Knocki (#120656)
This commit is contained in:
parent
0e1dc9878f
commit
a8d6866f9f
@ -48,6 +48,7 @@ class KnockiTrigger(EventEntity):
|
|||||||
|
|
||||||
_attr_event_types = [EVENT_TRIGGERED]
|
_attr_event_types = [EVENT_TRIGGERED]
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
_attr_should_poll = False
|
||||||
_attr_translation_key = "knocki"
|
_attr_translation_key = "knocki"
|
||||||
|
|
||||||
def __init__(self, trigger: Trigger, client: KnockiClient) -> None:
|
def __init__(self, trigger: Trigger, client: KnockiClient) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user