tadasdanielius / daikin_altherma

Daikin Altherma custom component for home assistant
MIT License
76 stars 6 forks source link

Config flow using discovery_info['host'] instead of discovery_info.host #1

Closed BigFoot2020 closed 2 years ago

BigFoot2020 commented 2 years ago

Copy from HA log: 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 daikin_altherma using this method at custom_components/daikin_altherma/config_flow.py, line 72: self.host = discovery_info["host"]