mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Remove duplicate _attr_should_poll in ESPHome EsphomeAssistSatelliteWakeWordSelect (#143624)
This commit is contained in:
parent
46eae64ef6
commit
347c1a2141
@ -107,7 +107,6 @@ class EsphomeAssistSatelliteWakeWordSelect(
|
|||||||
translation_key="wake_word",
|
translation_key="wake_word",
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
)
|
)
|
||||||
_attr_should_poll = False
|
|
||||||
_attr_current_option: str | None = None
|
_attr_current_option: str | None = None
|
||||||
_attr_options: list[str] = []
|
_attr_options: list[str] = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user