Leggin / dirigera

This repository provides an unofficial Python client for controlling the IKEA Dirigera Smart Home Hub.
MIT License
109 stars 20 forks source link

Make is_on optional #79

Closed Sikerdebaard closed 1 week ago

Sikerdebaard commented 2 months ago

The is_on bool is unavailable on some remotes/controllers, which causes Pydantic to crash the app. This change makes is_on optional.

Tested on STYRBAR E2002 and SYMFONISK sound remote gen2 E2123.

Leggin commented 1 week ago

solved in https://github.com/Leggin/dirigera/pull/86