dlarrick / pykumo

Python library to interact with Mitsubishi KumoCloud devices via their local API
MIT License
35 stars 12 forks source link

MHK2 + Kumo Station support: Make PyKumo the default class #26

Closed dmcc closed 2 years ago

dmcc commented 2 years ago

This is a patch on top of PR https://github.com/dlarrick/pykumo/pull/25 to fix a bug I was seeing locally.

Some units don't report a unit type, so we fall back to PyKumo.

dlarrick commented 2 years ago

Thanks for finding this. Merging.