Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix async request refresh #2353

Merged
merged 6 commits into from
Jul 23, 2024
Merged

fix: fix async request refresh #2353

merged 6 commits into from
Jul 23, 2024

Conversation

danielbrunt57
Copy link
Collaborator

hass.data[DATA_ALEXAMEDIA]["accounts"].setdefault() "options": {}
Changed config_entry.options.get() to config_entry.data.get()

danielbrunt57 and others added 3 commits July 22, 2024 07:44
hass.data[DATA_ALEXAMEDIA]["accounts"].setdefault()
"options": {}
Changed config_entry.options.get() to config_entry.data.get()
hass.data[DATA_ALEXAMEDIA]["accounts"].setdefault() "options": {}
Changed config_entry.options.get() to config_entry.data.get()
@danielbrunt57 danielbrunt57 changed the title Fix coordinator async request refresh not working fix: coordinator async request refresh not working Jul 22, 2024
danielbrunt57 and others added 2 commits July 22, 2024 18:40
Removed commented code leftover from debugging.
@alandtse alandtse changed the title fix: coordinator async request refresh not working fix: fix async request refresh Jul 23, 2024
@alandtse alandtse merged commit e730f15 into alandtse:dev Jul 23, 2024
3 checks passed
alandtse added a commit that referenced this pull request Jul 23, 2024
fix: fix async request refresh(#2353)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants