mvdwetering / huesyncbox

Custom integration for Home Assistant to control the Philips Hue Play HDMI Sync Box 4K or 8K
Apache License 2.0
113 stars 8 forks source link

This custom component will stop working in Home Assistant 2022.6 #26

Closed jamespreedy closed 2 years ago

jamespreedy commented 2 years ago

Hi there, thanks for your work on this custom component.

This custom component uses discovery_info['host'] instead of discovery_info.host. This will fail in Home Assistant version 2022.6 The Home Assistant core logs asked me to report this issue to the custom component author. Please see below.

`Logger: homeassistant.helpers.frame Source: helpers/frame.py:103 First occurred: 9:39:19 am (1 occurrences) Last logged: 9:39:19 am

Detected integration that accessed discovery_info['host'] instead of discovery_info.host; this will fail in version 2022.6. Please report issue to the custom component author for huesyncbox using this method at custom_components/huesyncbox/config_flow.py, line 65: "host": discovery_info["host"],`

Please let me know if you need any additional information, or I can help at all. Thanks in advance!

dieugab commented 2 years ago

Seeing the same message here. Also:

Detected integration that accessed discovery_info['host'] instead of discovery_info.host; this will fail in version 2022.6. Please report issue to the custom component author for huesyncbox using this method at custom_components/huesyncbox/config_flow.py, line 65: "host": discovery_info["host"],
kfran78 commented 2 years ago

Same in my side, specially when i reboot my host and/or HA Detected integration that accessed discovery_info['host'] instead of discovery_info.host; this will fail in version 2022.6. Please report issue to the custom component author for huesyncbox using this method at custom_components/huesyncbox/config_flow.py, line 65: "host": discovery_info["host"],

kfran78 commented 2 years ago

Hi there, thanks for your work on this custom component.

This custom component uses discovery_info['host'] instead of discovery_info.host. This will fail in Home Assistant version 2022.6 The Home Assistant core logs asked me to report this issue to the custom component author. Please see below.

`Logger: homeassistant.helpers.frame Source: helpers/frame.py:103 First occurred: 9:39:19 am (1 occurrences) Last logged: 9:39:19 am

Detected integration that accessed discovery_info['host'] instead of discovery_info.host; this will fail in version 2022.6. Please report issue to the custom component author for huesyncbox using this method at custom_components/huesyncbox/config_flow.py, line 65: "host": discovery_info["host"],`

Please let me know if you need any additional information, or I can help at all. Thanks in advance!

But you keep your integration and it continue to work or you desactivate it ?

jamespreedy commented 2 years ago

Hi there, thanks for your work on this custom component. This custom component uses discovery_info['host'] instead of discovery_info.host. This will fail in Home Assistant version 2022.6 The Home Assistant core logs asked me to report this issue to the custom component author. Please see below. Logger: homeassistant.helpers.frame Source: helpers/frame.py:103 First occurred: 9:39:19 am (1 occurrences) Last logged: 9:39:19 am Detected integration that accessed discovery_info['host'] instead of discovery_info.host; this will fail in version 2022.6. Please report issue to the custom component author for huesyncbox using this method at custom_components/huesyncbox/config_flow.py, line 65: "host": discovery_info["host"], Please let me know if you need any additional information, or I can help at all. Thanks in advance!

But you keep your integration and it continue to work or you desactivate it ?

I keep it and it continues to work. I believe from the error that this will only stop working in 2022.6.

mvdwetering commented 2 years ago

Thanks for the heads up. Will have a look at it

mvdwetering commented 2 years ago

This has been solved in v1.16.0