Manages Tado° home heating. This extension is not affiliated, funded, or in any way associated with Tado
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Remove `Makefile`: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 2. Why are you wrapping those classes by try catch block? - TadoAboutMenuStrategy.js - TadoBaseItem.js - TadoButtonListItem.js - TadoCustomSectionHeader.js - TadoHeader.js - TadoHelpers.js - TadoHyperlinkMenuItem.js - TadoLoginMenuStrategy.js - TadoMenuStrategy.js - TadoSignInMenuItem.js - TadoTextMenuItem.js - TadoZoneListItem.js - TadoZoneListItemSeparator.js
Hi, I was looking into solving a circular dependency issue. It can probably be removed, but no harm leaving it there either.