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

Log entries for deprecated code #124

Open
SGXander opened this issue Jul 6, 2024 · 3 comments
Open

Log entries for deprecated code #124

SGXander opened this issue Jul 6, 2024 · 3 comments

Comments

@SGXander
Copy link

SGXander commented Jul 6, 2024

Hi, Hope this is still maintained as I'm getting startup errors for lightwave2 after a HA update:

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:184
First occurred: 23:43:08 (18 occurrences)
Last logged: 23:43:47

Detected that custom integration 'lightwave2' calls async_forward_entry_setup for integration, lightwave2 with title: ****@**** and entry_id: ****, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/lightwave2/__init__.py, line 131: hass.async_create_task(forward_setup(config_entry, "cover")), please report it to the author of the 'lightwave2' custom integration
Detected that custom integration 'lightwave2' calls async_forward_entry_setup for integration, lightwave2 with title: ****@**** and entry_id: ****, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/lightwave2/__init__.py, line 132: hass.async_create_task(forward_setup(config_entry, "binary_sensor")), please report it to the author of the 'lightwave2' custom integration
Detected that custom integration 'lightwave2' calls async_forward_entry_setup for integration, lightwave2 with title: ****@**** and entry_id: ****, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/lightwave2/__init__.py, line 133: hass.async_create_task(forward_setup(config_entry, "sensor")), please report it to the author of the 'lightwave2' custom integration
Detected that custom integration 'lightwave2' calls async_forward_entry_setup for integration, lightwave2 with title: ****@**** and entry_id: ****, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/lightwave2/__init__.py, line 134: hass.async_create_task(forward_setup(config_entry, "lock")), please report it to the author of the 'lightwave2' custom integration
Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 630: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues
@hargcore
Copy link

Spotted the same thing - lots of deprecated items in the log.

@xela1
Copy link

xela1 commented Sep 25, 2024

I don't believe this is being maintained any more, there is a fork maintained by an employee of lightwave themselves (@ikb42) that is actively maintained and looking at his current branch has some good work in progress changes going in.

https://github.com/LightwaveSmartHome/homeassistant-lightwave-smart

It's been a while since I switched, but if I recall correctly it does change entity ids so you'll need to find a good time to switch

I would like to thank @bigbadblunt again for all his hard work originally on this.

@bigbadblunt
Copy link
Owner

That's right. I don't have any lightwave devices any more, so can't really update this code any more without anything to test against. I recommend moving to the fork linked above.

@xela1 thanks for the support.

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

No branches or pull requests

4 participants