Results 26 issues of Dawid Nowak

### Is your feature request related to a problem? Please describe I've disabled a device in Z2M, it's still appearing "normal" in HomeAssistant. ### Describe the solution you'd like I...

feature request

![Screenshot 2024-05-11 at 03 56 22](https://github.com/nurikk/zigbee2mqtt-frontend/assets/136261/f74b9b94-d772-47c2-b63d-99e3a3e836df) The link to the docs allows the user to quickly find what are the settings options for. I personally was looking for what is...

The important part of logs: ``` ++ cat /home/vagrant/.bashrc + HAS_SDK_BASE='export SDK_BASE=/opt/Espressif/esp8266_sdk' + '[' -z 'export SDK_BASE=/opt/Espressif/esp8266_sdk' ']' + cd /opt/Espressif + '[' '!' -d /opt/Espressif/esp8266_rtos_sdk ']' + cd /opt/Espressif/esp8266_rtos_sdk...

I made it clear what works and what doesn't. Spent quite some time until I realized why my card is not working as expected… And that was because the list...

Monolog 3.9 I set [`$parseMode`](https://github.com/Seldaek/monolog/blob/3.9.0/src/Monolog/Handler/TelegramBotHandler.php#L114) to `'HTML'` and keep the default [`$splitLongMessages`](https://github.com/Seldaek/monolog/blob/3.9.0/src/Monolog/Handler/TelegramBotHandler.php#L117) as `false`. When the message is looooong, it [gets truncated](https://github.com/Seldaek/monolog/blob/3.9.0/src/Monolog/Handler/TelegramBotHandler.php#L292). If the truncation happens inside HTML tag, the...

Bug