-
Notifications
You must be signed in to change notification settings - Fork 16
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
Migrate to use async_forward_entry_setups #20
base: main
Are you sure you want to change the base?
Conversation
Replaces deprecated async_setup_platforms with async_forward_entry_setups
This good to merge? |
Looks trivial enough, should be safe to merge. Still need @aijayadams to have a look. |
as an FYI: This change fixed my issue. I know others are also experiencing it. Please merge |
Pulling this fixes the integration now working in 2023.06 as well... please merge ;) |
@aijayadams BUMP :) |
Please merge! |
Since this repo seems abandoned, I've migrated over to https://github.com/baihuqian/hass-blueair which also supports the newer AWS API. |
This is not working for EU accounts, @mmaarrkk02 repo works. |
@mmaarrkk02 sorry to bother you, but your code stopped working with the last core update - now fails with you think it's easily fixable? |
This does not necessarily sound like an error with the plug in specifically - That error message is indicative of your HASS server's SSL certificate being invalid. Usually because it expired or it was accessed not through the Domain Name in use by the cert - this happens to me when DuckDNS can't for whatever reason refresh the dyndns record. |
Thanks for your reply! I'm using HA Cloud (Nabu Casa) if that makes any difference. Also, I haven't had troubles with any of the other integrations and I have quite a few. Are you using the blueair integration? |
Replaces deprecated async_setup_platforms with async_forward_entry_setups
This PR is related to issue: #19