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