Esphome

Latest version: v2024.5.0

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 29 of 66

2022.10.2

- Fix bluetooth_proxy not connecting [esphome3967](https://github.com/esphome/esphome/pull/3967) by [jesserockz](https://github.com/jesserockz)

2022.10.1

- Update bluetooth proxy limit as soon as connection requested [esphome3935](https://github.com/esphome/esphome/pull/3935) by [jesserockz](https://github.com/jesserockz)
- Add water & precipitation_intensity sensor device classes [esphome3940](https://github.com/esphome/esphome/pull/3940) by [frenck](https://github.com/frenck)
- Fixed touch release issue using the interrupt pin [esphome3925](https://github.com/esphome/esphome/pull/3925) by [nielsnl68](https://github.com/nielsnl68)
- Add wind_speed sensor device class [esphome3941](https://github.com/esphome/esphome/pull/3941) by [frenck](https://github.com/frenck)

2022.10.0

Full list of changes

Breaking Changes

- Thermostat remove deprecated config [esphome3643](https://github.com/esphome/esphome/pull/3643) by [MrMDavidson](https://github.com/MrMDavidson) (breaking-change)
- Bump python min to 3.9 [esphome3871](https://github.com/esphome/esphome/pull/3871) by [jesserockz](https://github.com/jesserockz) (breaking-change)
- Refactor xpt2046 to be a touchscreen platform [esphome3793](https://github.com/esphome/esphome/pull/3793) by [nielsnl68](https://github.com/nielsnl68) (breaking-change)
- Add ble RSSI sensor for connected devices [esphome3860](https://github.com/esphome/esphome/pull/3860) by [RoboMagus](https://github.com/RoboMagus) (breaking-change)

Beta Changes

- fix never calling preset change trigger [esphome3864](https://github.com/esphome/esphome/pull/3864) by [glmnet](https://github.com/glmnet)
- Modbus QWORD fix [esphome3856](https://github.com/esphome/esphome/pull/3856) by [dudanov](https://github.com/dudanov)
- Send true and not RSSI in ble_presence [esphome3904](https://github.com/esphome/esphome/pull/3904) by [fjouault](https://github.com/fjouault)
- Remove address type map from bluetooth proxy [esphome3905](https://github.com/esphome/esphome/pull/3905) by [jesserockz](https://github.com/jesserockz)

All changes

- Update mcp23s17.cpp [esphome3797](https://github.com/esphome/esphome/pull/3797) by [pawel3410](https://github.com/pawel3410)
- Allow CORS for web_server [esphome3819](https://github.com/esphome/esphome/pull/3819) by [zhzhzhy](https://github.com/zhzhzhy)
- Dont fail fast on CI for docker [esphome3832](https://github.com/esphome/esphome/pull/3832) by [jesserockz](https://github.com/jesserockz)
- Thermostat remove deprecated config [esphome3643](https://github.com/esphome/esphome/pull/3643) by [MrMDavidson](https://github.com/MrMDavidson) (breaking-change)
- Add support for parsing the short local name in the tracker [esphome3854](https://github.com/esphome/esphome/pull/3854) by [bdraco](https://github.com/bdraco)
- Add display GPIO setup instruction for Aliexpress display [esphome3851](https://github.com/esphome/esphome/pull/3851) by [kbx81](https://github.com/kbx81)
- fix dump preset string type [esphome3863](https://github.com/esphome/esphome/pull/3863) by [glmnet](https://github.com/glmnet)
- Bump CI to python 3.9 [esphome3869](https://github.com/esphome/esphome/pull/3869) by [jesserockz](https://github.com/jesserockz)
- Add cg.with_local_variable [esphome3577](https://github.com/esphome/esphome/pull/3577) by [jpeletier](https://github.com/jpeletier)
- Fix time/automation (cron) wdt crash when time jumps ahead too much [esphome3844](https://github.com/esphome/esphome/pull/3844) by [jpeletier](https://github.com/jpeletier)
- Bump pyupgrade from 2.37.3 to 3.0.0 [esphome3867](https://github.com/esphome/esphome/pull/3867) by [dependabot[bot]](https://github.com/apps/dependabot)
- Add min_version to esphome config [esphome3866](https://github.com/esphome/esphome/pull/3866) by [jesserockz](https://github.com/jesserockz)
- Bump python min to 3.9 [esphome3871](https://github.com/esphome/esphome/pull/3871) by [jesserockz](https://github.com/jesserockz) (breaking-change)
- Bump pylint from 2.15.2 to 2.15.3 [esphome3870](https://github.com/esphome/esphome/pull/3870) by [dependabot[bot]](https://github.com/apps/dependabot)
- Add new sensor device classes [esphome3895](https://github.com/esphome/esphome/pull/3895) by [jesserockz](https://github.com/jesserockz)
- Refactor xpt2046 to be a touchscreen platform [esphome3793](https://github.com/esphome/esphome/pull/3793) by [nielsnl68](https://github.com/nielsnl68) (breaking-change)
- Proxy friendly host url resolution for `use_address` with path. [esphome3653](https://github.com/esphome/esphome/pull/3653) by [RoboMagus](https://github.com/RoboMagus)
- Update webserver index file [esphome3896](https://github.com/esphome/esphome/pull/3896) by [jesserockz](https://github.com/jesserockz)
- Correctly set ble_write UUIDs based on their lengths. [esphome3885](https://github.com/esphome/esphome/pull/3885) by [RoboMagus](https://github.com/RoboMagus)
- Fix default unit for ble_rssi sensor [esphome3874](https://github.com/esphome/esphome/pull/3874) by [RoboMagus](https://github.com/RoboMagus)
- Exposing coordinates from touchscreen binary sensor [esphome3891](https://github.com/esphome/esphome/pull/3891) by [gpambrozio](https://github.com/gpambrozio)
- Fix type annotation on `extract_registry_entry_config` [esphome3623](https://github.com/esphome/esphome/pull/3623) by [quentinmit](https://github.com/quentinmit)
- Add ble RSSI sensor for connected devices [esphome3860](https://github.com/esphome/esphome/pull/3860) by [RoboMagus](https://github.com/RoboMagus) (breaking-change)
- Fix pulse_meter filter logic [esphome3321](https://github.com/esphome/esphome/pull/3321) by [cstaahl](https://github.com/cstaahl)
- Add support for ZHLT01 heatpump IR protocol [esphome3655](https://github.com/esphome/esphome/pull/3655) by [cfeenstra1024](https://github.com/cfeenstra1024)
- Send GATT error events to HA [esphome3884](https://github.com/esphome/esphome/pull/3884) by [jesserockz](https://github.com/jesserockz)
- Do not require CS pin for ST7789V [esphome3888](https://github.com/esphome/esphome/pull/3888) by [definitio](https://github.com/definitio)
- fix never calling preset change trigger [esphome3864](https://github.com/esphome/esphome/pull/3864) by [glmnet](https://github.com/glmnet)
- Modbus QWORD fix [esphome3856](https://github.com/esphome/esphome/pull/3856) by [dudanov](https://github.com/dudanov)
- Send true and not RSSI in ble_presence [esphome3904](https://github.com/esphome/esphome/pull/3904) by [fjouault](https://github.com/fjouault)
- Remove address type map from bluetooth proxy [esphome3905](https://github.com/esphome/esphome/pull/3905) by [jesserockz](https://github.com/jesserockz)

2022.10.0b2

- fix never calling preset change trigger [esphome3864](https://github.com/esphome/esphome/pull/3864) by [glmnet](https://github.com/glmnet)
- Modbus QWORD fix [esphome3856](https://github.com/esphome/esphome/pull/3856) by [dudanov](https://github.com/dudanov)
- Send true and not RSSI in ble_presence [esphome3904](https://github.com/esphome/esphome/pull/3904) by [fjouault](https://github.com/fjouault)
- Remove address type map from bluetooth proxy [esphome3905](https://github.com/esphome/esphome/pull/3905) by [jesserockz](https://github.com/jesserockz)

2022.10.0b1

- Update mcp23s17.cpp [esphome3797](https://github.com/esphome/esphome/pull/3797) by [pawel3410](https://github.com/pawel3410)
- Allow CORS for web_server [esphome3819](https://github.com/esphome/esphome/pull/3819) by [zhzhzhy](https://github.com/zhzhzhy)
- Dont fail fast on CI for docker [esphome3832](https://github.com/esphome/esphome/pull/3832) by [jesserockz](https://github.com/jesserockz)
- Thermostat remove deprecated config [esphome3643](https://github.com/esphome/esphome/pull/3643) by [MrMDavidson](https://github.com/MrMDavidson) (breaking-change)
- Add support for parsing the short local name in the tracker [esphome3854](https://github.com/esphome/esphome/pull/3854) by [bdraco](https://github.com/bdraco)
- Add display GPIO setup instruction for Aliexpress display [esphome3851](https://github.com/esphome/esphome/pull/3851) by [kbx81](https://github.com/kbx81)
- fix dump preset string type [esphome3863](https://github.com/esphome/esphome/pull/3863) by [glmnet](https://github.com/glmnet)
- Bump CI to python 3.9 [esphome3869](https://github.com/esphome/esphome/pull/3869) by [jesserockz](https://github.com/jesserockz)
- Add cg.with_local_variable [esphome3577](https://github.com/esphome/esphome/pull/3577) by [jpeletier](https://github.com/jpeletier)
- Fix time/automation (cron) wdt crash when time jumps ahead too much [esphome3844](https://github.com/esphome/esphome/pull/3844) by [jpeletier](https://github.com/jpeletier)
- Bump pyupgrade from 2.37.3 to 3.0.0 [esphome3867](https://github.com/esphome/esphome/pull/3867) by [dependabot[bot]](https://github.com/apps/dependabot)
- Add min_version to esphome config [esphome3866](https://github.com/esphome/esphome/pull/3866) by [jesserockz](https://github.com/jesserockz)
- Bump python min to 3.9 [esphome3871](https://github.com/esphome/esphome/pull/3871) by [jesserockz](https://github.com/jesserockz) (breaking-change)
- Bump pylint from 2.15.2 to 2.15.3 [esphome3870](https://github.com/esphome/esphome/pull/3870) by [dependabot[bot]](https://github.com/apps/dependabot)
- Add new sensor device classes [esphome3895](https://github.com/esphome/esphome/pull/3895) by [jesserockz](https://github.com/jesserockz)
- Refactor xpt2046 to be a touchscreen platform [esphome3793](https://github.com/esphome/esphome/pull/3793) by [nielsnl68](https://github.com/nielsnl68) (breaking-change)
- Proxy friendly host url resolution for `use_address` with path. [esphome3653](https://github.com/esphome/esphome/pull/3653) by [RoboMagus](https://github.com/RoboMagus)
- Update webserver index file [esphome3896](https://github.com/esphome/esphome/pull/3896) by [jesserockz](https://github.com/jesserockz)
- Correctly set ble_write UUIDs based on their lengths. [esphome3885](https://github.com/esphome/esphome/pull/3885) by [RoboMagus](https://github.com/RoboMagus)
- Fix default unit for ble_rssi sensor [esphome3874](https://github.com/esphome/esphome/pull/3874) by [RoboMagus](https://github.com/RoboMagus)
- Exposing coordinates from touchscreen binary sensor [esphome3891](https://github.com/esphome/esphome/pull/3891) by [gpambrozio](https://github.com/gpambrozio)
- Fix type annotation on `extract_registry_entry_config` [esphome3623](https://github.com/esphome/esphome/pull/3623) by [quentinmit](https://github.com/quentinmit)
- Add ble RSSI sensor for connected devices [esphome3860](https://github.com/esphome/esphome/pull/3860) by [RoboMagus](https://github.com/RoboMagus) (breaking-change)
- Fix pulse_meter filter logic [esphome3321](https://github.com/esphome/esphome/pull/3321) by [cstaahl](https://github.com/cstaahl)
- Add support for ZHLT01 heatpump IR protocol [esphome3655](https://github.com/esphome/esphome/pull/3655) by [cfeenstra1024](https://github.com/cfeenstra1024)
- Send GATT error events to HA [esphome3884](https://github.com/esphome/esphome/pull/3884) by [jesserockz](https://github.com/jesserockz)
- Do not require CS pin for ST7789V [esphome3888](https://github.com/esphome/esphome/pull/3888) by [definitio](https://github.com/definitio)

2022.9.4

- Add network type to mdns service message [esphome3880](https://github.com/esphome/esphome/pull/3880) by [jesserockz](https://github.com/jesserockz)
- Bump esphome-dashboard to 20221007.0 [esphome3881](https://github.com/esphome/esphome/pull/3881) by [jesserockz](https://github.com/jesserockz)
- Dont add wifi block to yaml if discovered device uses ethernet [esphome3882](https://github.com/esphome/esphome/pull/3882) by [jesserockz](https://github.com/jesserockz)

Page 29 of 66

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.