Remove duplicate _attr_should_poll in ESPHome EsphomeAssistSatelliteWakeWordSelect (#143624)

This commit is contained in:
J. Nick Koston 2025-04-24 11:41:51 -10:00 committed by GitHub
parent 46eae64ef6
commit 347c1a2141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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] = []