Dusan Cervenka

Results 85 issues of Dusan Cervenka

### What happened? All zigbee devices (OSRAM, Philips) are requesting OTA whole day. Manuall check is failing. ![image](https://github.com/Koenkk/zigbee2mqtt/assets/13130700/18b579c2-e589-4a7d-a4bb-f8bfb6a6d584) ### What did you expect to happen? Check for update do not...

problem
stale

--- ## 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,...

bug

### 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,...

bug

## 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...

enhancement

**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...

bug

**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