abmantis / idasen-ha

Home Assistant helper lib for the IKEA Idasen Desk integration
MIT License
2 stars 1 forks source link

Fix weird bool behavior #4

Closed abmantis closed 1 year ago

abmantis commented 1 year ago

For some reason self._idasen_desk.is_connected is True but self._idasen_desk.is_connected == True is False. Returning is_connected directly was propagating that weird behavior to upper layers.