Dusan Cervenka
Dusan Cervenka
### What happened? All zigbee devices (OSRAM, Philips) are requesting OTA whole day. Manuall check is failing.  ### What did you expect to happen? Check for update do not...
--- ## Python Code ```python print(f"{dasdsadasdsadassdsadasdasddasddasd}{dasdsadasdsadasdasddasd}{dasdsadasdsadasdasddasd}") ``` This lead to ```python print(f"{dasdsadasdsadassdsadasdasddasddasd}{ dasdsadasdsadasdasddasd}{dasdsadasdsadasdasddasd}") ``` Better would be ```python print(f"{dasdsadasdsadassdsadasdasddasddasd}\ {dasdsadasdsadasdasddasd}{dasdsadasdsadasdasddasd}") ``` or format it as without "f" (like basic string...
### Before you submit a new bug report, please check that - [X] I have read [frequently asked questions and limitations](https://github.com/bruxy70/Holidays/wiki/Review-before-submitting-a-new-issue-or-feature-request) - [X] I'm running the newest version of Holidays,...
### Before you submit a new bug report, please check that - [X] I have read [frequently asked questions and limitations](https://github.com/bruxy70/Holidays/wiki/Review-before-submitting-a-new-issue-or-feature-request) - [X] I'm running the newest version of Holidays,...
## Is your feature request related to a problem? Please describe Currently i am working on project where eRPC would fit but it is missing parameters configuration like: e.g. number...
**Describe the bug** A clear and concise description of what the bug is. Hi, i am using custom https port and keycloack for sso. When i used standard https port...
**Prerequisites** - [x] I have checked latest main branch and the issue still exists. - [x] I did not see it is stated as known-issue in release notes. - [x]...
**Prerequisites** - [x] I have checked latest main branch and the issue still exists. - [x] I did not see it is stated as known-issue in release notes. - [x]...
At least two issues in this PR: * Depends on https://github.com/cogu/cfile/pull/21 * The code style is fixed