We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c935d9 commit 6f5e682Copy full SHA for 6f5e682
custom_components/redfin/config_flow.py
@@ -111,7 +111,7 @@ async def async_step_init(
111
errors: Dict[str, str] = {}
112
# Grab all configured propert id's from the entity registry so we can populate the
113
# multi-select dropdown that will allow a user to remove a property.
114
- entity_registry = await async_get(self.hass)
+ entity_registry = sync_get(self.hass)
115
entries = async_entries_for_config_entry(
116
entity_registry, self.config_entry.entry_id
117
)
0 commit comments