roopesh / ad-qolsys

AppDaemon app for Qolsys IQ Panel 2
MIT License
22 stars 10 forks source link

Fixed __repr__ functions to return strings #15

Closed sup3rm3ga closed 3 years ago

sup3rm3ga commented 3 years ago

Fixed repr functions so they actually return a string representation of the dict, as expected (not a dict object). Prevents logging errors due to not getting a printable string.