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

Migrate to use async_forward_entry_setups #20

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mmaarrkk02
Copy link

@mmaarrkk02 mmaarrkk02 commented May 4, 2023

Replaces deprecated async_setup_platforms with async_forward_entry_setups

This PR is related to issue: #19

Replaces deprecated async_setup_platforms with async_forward_entry_setups
@kokoon
Copy link

kokoon commented May 7, 2023

This good to merge?

@LeeroyDing
Copy link

Looks trivial enough, should be safe to merge. Still need @aijayadams to have a look.

@TheTravelAddict
Copy link

as an FYI: This change fixed my issue. I know others are also experiencing it. Please merge

@sigio
Copy link

sigio commented Jun 11, 2023

Pulling this fixes the integration now working in 2023.06 as well... please merge ;)

@Tokynet
Copy link

Tokynet commented Jun 20, 2023

@aijayadams BUMP :)

@maxgoldberg
Copy link

Please merge!

@zx8
Copy link

zx8 commented Aug 6, 2023

Since this repo seems abandoned, I've migrated over to https://github.com/baihuqian/hass-blueair which also supports the newer AWS API.

@kokoon
Copy link

kokoon commented Aug 15, 2023

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.

@kokoon
Copy link

kokoon commented Feb 4, 2024

@mmaarrkk02 sorry to bother you, but your code stopped working with the last core update - now fails with
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)

you think it's easily fixable?

@TheTravelAddict
Copy link

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.

@kokoon
Copy link

kokoon commented Feb 4, 2024

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?

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.

8 participants