Marcel Link
Marcel Link
In my opinion, the current implementation of $.fn.dataTable.util.throttle shows unexpected behavior if the timing is unfavorable: 1. The time between two consecutive fn calls should be equal or greater than...
Typescript 4.7 / node16 uses decimal.js even is type is "module" because it does not find an export and uses main. If you directly include decimal.mjs then it tries to...
I reworked the inheritance structure and created separate files by device. The only real change are some lines which merge the circuit into the zone if possible which was eased...
Inside the devcontainer vscode is using pyright with basic typechecking which finds some errors mypi currently doesn't find (some of them probably by configuration, as the results should be similar)....
### Before submitting a new issue - [x] I'm not using the older Vaillant sensoAPP (which is unsupported by this integration) - [x] I [redownloaded the latest release](https://my.home-assistant.io/redirect/hacs_repository/?owner=signalkraft&repository=mypyllant-component) and restarted...
If you are switching back from a month further ahead the variable monthChangeStep is -1 it loops in line 285 to 288 in booking_http_client endlessly.
Add missing import to be able to use the console.
Some changes to match timezone and import recurring events correctly if caldav is used.
Add ability to hide notes of synced calendar entries, if these shouldn't be visible to others.
Inside the notifications the company color wasn't applied. This commit applies the company color to all notifications if it it exists and isn't the default value (DEFAULT_COMPANY_COLOR). Please feel free...