Results 10 issues of dentra

# What does this implement/fix? Adds support of web server for ESP-IDF. Known limitation: - ~~No OTA update support.~~ - ~~Authorization is working only with very short login/password due to...

new-integration
needs-docs
needs-tests
integration: captive_portal
integration: web_server
integration: web_server_base
core
integration: web_server_idf

### The problem I have a factory made usb-stick with ESP8266EX which is flashed with ESPHome and connected to Air Purifier. I request (send) and then receive binary data every...

# What does this implement/fix? Added support x-www-form-urlencoded POST requests to ESP-IDF web server implementation. + small url_encode optimisation to reduce unnecessary memory allocation. + change returning type from size_t...

by-code-owner
integration: web_server_idf

> Mr K, [31.01.2024 12:09] > в общем ситуация такая, если в процессе работы пресета буст > Mr K, [31.01.2024 12:09] > что-то меняется извне, например подогрев включается > Mr...

bug

Нобходим режим автоматической регулировки скоррости вентилятора на основании внешнего сенсора CO2. теория PID: https://www.cta.ru/articles/cta/spravochnik/v-zapisnuyu-knizhku-inzhenera/124336/ что еще необходимо сделать - [ ] состояние вкл/выкл при 0 скорости не должно быть off...

enhancement

> а так и задумано что суммарное дневное потребление растёт при выключенном бризере? глянул по диагонали код, там вроде нет поверки на то, включен бризер или нет, то есть похоже...

bug

* Вынести в API унифицированную информацию о состоянии всех бризеров * Вынести в API все унифицированное управление любым бризером * Выделить API в самостоятельную сущность * Отвязать от компонент climate...

из коментов в телеграм: > Денис Трачук, [18.01.2024 02:10] Я батч режим сделал в этом релизе как раз для того чтобы задержки не ставить, у вас тоже не работает? У...

bug

This blocks interop with the latest angular2 build Dependencies that need to be updated: - [ ] reflectable - [ ] initialize - [ ] web_components

# What does this implement/fix? This PR adds the ability to do additional custom UpdateInfo checks to decide whether an update is available. ## Types of changes - [ ]...

integration: http_request
small-pr