scottyphillips / mitsubishi_echonet

A Python library for interfacing with Mitsubishi HVAC with Echonet lite over WiFi
MIT License
25 stars 13 forks source link

Home Assistant 0.96 breaks everything... #5

Closed scottyphillips closed 5 years ago

scottyphillips commented 5 years ago

Not that I have even installed HA 0.96 yet but it is clear from the release notes that its going to break all the existing climate integrations. What is probably going to happen is that I will split this code into two seperate projects - this will remain as the generic library, and I will create a seperate project for the HA integration.

Likely will use the current Daikin component as the basis for rebuilding the component. Thanks for all the additional work HA Devs! :-)

gcorgnet commented 5 years ago

Upgraded this morning to 0.96 and discovered (too late) that this integration was broken. Looks like you're onto it! Thanks for that. Happy to help with some testing if required.

scottyphillips commented 5 years ago

Updated custom config is ready for testing. Because I am fundamentally a lazy coder I simply updated the component in accordance with https://github.com/home-assistant/home-assistant/pull/23899

gcorgnet commented 5 years ago

Legend! Thanks for sorting that out so quickly. Works for me now on 0.96.3.

scottyphillips commented 5 years ago

working for @gcorgnet and now me in production so closing issue