FreshlyBrewedCode / pymee

a python library to interact with homee
MIT License
8 stars 4 forks source link

Fix error when HomeeAttribute has no options #13

Closed Taraman17 closed 7 months ago

Taraman17 commented 7 months ago

If a HomeeAttribute has no options, the HomeeAttributeOptions are n ot set and that caused an error. Now we return an empty list if that exception occurs.