Esphome

Latest version: v2024.5.0

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

Scan your dependencies

Page 47 of 66

2021.9.0b5

Not secure
- Fix unit of measurement fields for DSMR power consumed/delivered fields [esphome2304](https://github.com/esphome/esphome/pull/2304) by [jsuanet](https://github.com/jsuanet)
- Simple time.sleep in place of threading wait due to upgraded zeroconf [esphome2307](https://github.com/esphome/esphome/pull/2307) by [jesserockz](https://github.com/jesserockz)
- Fix aioesphomeapi API logger with explicit API port config [esphome2310](https://github.com/esphome/esphome/pull/2310) by [mmakaay](https://github.com/mmakaay)
- Start a wifi scan after saving station details [esphome2315](https://github.com/esphome/esphome/pull/2315) by [jesserockz](https://github.com/jesserockz)

2021.9.0b4

Not secure
- Only try compat parsing after regular parsing fails [esphome2269](https://github.com/esphome/esphome/pull/2269) by [oxan](https://github.com/oxan)
- Suppress excessive warnings about deprecated Fan interfaces [esphome2270](https://github.com/esphome/esphome/pull/2270) by [oxan](https://github.com/oxan)
- t6615: tolerate sensor dropping commands [esphome2255](https://github.com/esphome/esphome/pull/2255) by [jasstrong](https://github.com/jasstrong)
- Bump platformio to 5.2.0 [esphome2291](https://github.com/esphome/esphome/pull/2291) by [OttoWinter](https://github.com/OttoWinter)
- API Noise logging [esphome2298](https://github.com/esphome/esphome/pull/2298) by [OttoWinter](https://github.com/OttoWinter)
- Fix api noise explicit reject [esphome2297](https://github.com/esphome/esphome/pull/2297) by [OttoWinter](https://github.com/OttoWinter)
- Allow simple hostname for sntp servers [esphome2300](https://github.com/esphome/esphome/pull/2300) by [jesserockz](https://github.com/jesserockz)
- Fix binary strobe [esphome2301](https://github.com/esphome/esphome/pull/2301) by [jesserockz](https://github.com/jesserockz)

2021.9.0b3

Not secure
- Disable automatic usage of SNTP servers from DHCP [esphome2273](https://github.com/esphome/esphome/pull/2273) by [oxan](https://github.com/oxan)
- Fix API socket issues [esphome2288](https://github.com/esphome/esphome/pull/2288) by [OttoWinter](https://github.com/OttoWinter)

2021.9.0b2

Not secure
- Fix a few ESP32-C3 compiler issues [esphome2265](https://github.com/esphome/esphome/pull/2265) by [jesserockz](https://github.com/jesserockz)
- sm300d2: Accept (undocumented) 0x80 checksum offset. [esphome2263](https://github.com/esphome/esphome/pull/2263) by [poptix](https://github.com/poptix)

2021.9.0b1

Not secure
- Minor code cleanup in light components [esphome2162](https://github.com/esphome/esphome/pull/2162) by [mmakaay](https://github.com/mmakaay)
- Add device class update to binary sensor [esphome2170](https://github.com/esphome/esphome/pull/2170) by [frenck](https://github.com/frenck)
- Total daily energy methods [esphome2163](https://github.com/esphome/esphome/pull/2163) by [nuttytree](https://github.com/nuttytree)
- Set SDM voltage state class to measurement [esphome2181](https://github.com/esphome/esphome/pull/2181) by [jesserockz](https://github.com/jesserockz)
- Add macros header with more usable Arduino version defines [esphome2145](https://github.com/esphome/esphome/pull/2145) by [oxan](https://github.com/oxan)
- Clean-up constant definitions [esphome2148](https://github.com/esphome/esphome/pull/2148) by [oxan](https://github.com/oxan)
- Remove double scheduling from addressable lights [esphome1963](https://github.com/esphome/esphome/pull/1963) by [oxan](https://github.com/oxan)
- Reduce static RAM usage [esphome2140](https://github.com/esphome/esphome/pull/2140) by [oxan](https://github.com/oxan)
- Fix template select log message mentioning number [esphome2194](https://github.com/esphome/esphome/pull/2194) by [jesserockz](https://github.com/jesserockz)
- Add deprecated attribute to some deprecated types/methods [esphome2185](https://github.com/esphome/esphome/pull/2185) by [oxan](https://github.com/oxan)
- Store source package in Component for debugging [esphome2070](https://github.com/esphome/esphome/pull/2070) by [OttoWinter](https://github.com/OttoWinter)
- ST7789V: Make backlight_pin optional [esphome2180](https://github.com/esphome/esphome/pull/2180) by [speijnik](https://github.com/speijnik)
- Fix SDM energy units to be KILO... [esphome2206](https://github.com/esphome/esphome/pull/2206) by [jesserockz](https://github.com/jesserockz) (breaking-change)
- Optionally set direction on fan.turn_on action [esphome2171](https://github.com/esphome/esphome/pull/2171) by [WeekendWarrior1](https://github.com/WeekendWarrior1)
- Add st7920 display, [esphome1440](https://github.com/esphome/esphome/pull/1440) by [marsjan155](https://github.com/marsjan155) (new-integration)
- Fix css/js file loading for webserver when esphome not executed form config directory [esphome2207](https://github.com/esphome/esphome/pull/2207) by [jesserockz](https://github.com/jesserockz)
- cs_pin made optional for ili9341 [esphome2219](https://github.com/esphome/esphome/pull/2219) by [a13ssandr0](https://github.com/a13ssandr0)
- Fix Packages when using MQTT [esphome2210](https://github.com/esphome/esphome/pull/2210) by [paulmonigatti](https://github.com/paulmonigatti)
- Update known boards [esphome2190](https://github.com/esphome/esphome/pull/2190) by [oxan](https://github.com/oxan)
- Bump dashboard to 20210826.0 [esphome2211](https://github.com/esphome/esphome/pull/2211) by [jesserockz](https://github.com/jesserockz)
- Remove footer validation for fujitsu_general [esphome2196](https://github.com/esphome/esphome/pull/2196) by [marciogranzotto](https://github.com/marciogranzotto)
- Glmnet schema 202105 [esphome2220](https://github.com/esphome/esphome/pull/2220) by [glmnet](https://github.com/glmnet)
- Add H-Bridge fan component [esphome2212](https://github.com/esphome/esphome/pull/2212) by [WeekendWarrior1](https://github.com/WeekendWarrior1)
- Bump black from 21.7b0 to 21.8b0 [esphome2222](https://github.com/esphome/esphome/pull/2222) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pytest from 6.2.4 to 6.2.5 [esphome2223](https://github.com/esphome/esphome/pull/2223) by [dependabot[bot]](https://github.com/apps/dependabot)
- Support for the AirThings Wave Plus [esphome1656](https://github.com/esphome/esphome/pull/1656) by [jeromelaban](https://github.com/jeromelaban) (new-integration)
- Fix some lint errors in pylint 2.10.2 [esphome2226](https://github.com/esphome/esphome/pull/2226) by [jesserockz](https://github.com/jesserockz)
- Add transitions to light flash [esphome2201](https://github.com/esphome/esphome/pull/2201) by [alexyao2015](https://github.com/alexyao2015)
- iBeacon support for ble_presence [esphome1627](https://github.com/esphome/esphome/pull/1627) by [ignisf](https://github.com/ignisf)
- Cleanup flash transitions [esphome2227](https://github.com/esphome/esphome/pull/2227) by [alexyao2015](https://github.com/alexyao2015)
- Add is_on and is_off conditions for the fan component [esphome2225](https://github.com/esphome/esphome/pull/2225) by [nuttytree](https://github.com/nuttytree)
- Bump pylint from 2.9.6 to 2.10.2 [esphome2197](https://github.com/esphome/esphome/pull/2197) by [dependabot[bot]](https://github.com/apps/dependabot)
- mqtt_sensor: properly send state_class via MQTT [esphome2228](https://github.com/esphome/esphome/pull/2228) by [ayufan](https://github.com/ayufan)
- Change uptime's state_class to total_increasing (esphome/issues2337) [esphome2205](https://github.com/esphome/esphome/pull/2205) by [DAVe3283](https://github.com/DAVe3283)
- Expose WHITE/CWWW/RGBCT color modes over MQTT [esphome2231](https://github.com/esphome/esphome/pull/2231) by [oxan](https://github.com/oxan)
- Reject template select/number/switches that don't handle user input [esphome2230](https://github.com/esphome/esphome/pull/2230) by [oxan](https://github.com/oxan) (breaking-change)
- Fix UARTComponent hardware vs software UART0 conflict [esphome2229](https://github.com/esphome/esphome/pull/2229) by [ferbar](https://github.com/ferbar)
- Move to use zeroconf library instead of inline copy [esphome2192](https://github.com/esphome/esphome/pull/2192) by [jesserockz](https://github.com/jesserockz)
- Allow using a git source for a package [esphome2193](https://github.com/esphome/esphome/pull/2193) by [jesserockz](https://github.com/jesserockz) (new-feature)
- Remove last_reset_type and convert all those sensors to TOTAL_INCREASING [esphome2233](https://github.com/esphome/esphome/pull/2233) by [jesserockz](https://github.com/jesserockz) (breaking-change)
- Dont dump legacy fields [esphome2241](https://github.com/esphome/esphome/pull/2241) by [jesserockz](https://github.com/jesserockz)
- Fix encoding bug [esphome2242](https://github.com/esphome/esphome/pull/2242) by [jesserockz](https://github.com/jesserockz)
- Light: include ON_OFF capability to BRIGHTNESS ColorMode [esphome2204](https://github.com/esphome/esphome/pull/2204) by [jesserockz](https://github.com/jesserockz)
- LOG_UPDATE_INTERVAL: correctly report "never" [esphome2240](https://github.com/esphome/esphome/pull/2240) by [Habbie](https://github.com/Habbie)
- Fix runtime exception due to dict typing [esphome2243](https://github.com/esphome/esphome/pull/2243) by [alexyao2015](https://github.com/alexyao2015)
- template: select: fix initial_value cannot be used with lambda [esphome2244](https://github.com/esphome/esphome/pull/2244) by [ayufan](https://github.com/ayufan)
- Add device classes new in HA 2021.9 [esphome2248](https://github.com/esphome/esphome/pull/2248) by [oxan](https://github.com/oxan)
- Logger prevent recursive logging [esphome2251](https://github.com/esphome/esphome/pull/2251) by [OttoWinter](https://github.com/OttoWinter)
- Add new trigger to fan component `on_speed_set` [esphome2246](https://github.com/esphome/esphome/pull/2246) by [dgtal1](https://github.com/dgtal1)
- Fix fan speed restore issue on boot [esphome1867](https://github.com/esphome/esphome/pull/1867) by [wifwucite](https://github.com/wifwucite)
- Template sensors always publish on update interval [esphome2224](https://github.com/esphome/esphome/pull/2224) by [nuttytree](https://github.com/nuttytree)
- Socket component [esphome2250](https://github.com/esphome/esphome/pull/2250) by [OttoWinter](https://github.com/OttoWinter)
- Allow .yml files in dashboard [esphome2257](https://github.com/esphome/esphome/pull/2257) by [jesserockz](https://github.com/jesserockz)
- Bump dashboard to 20210908.0 and fix card names for yml [esphome2258](https://github.com/esphome/esphome/pull/2258) by [jesserockz](https://github.com/jesserockz)
- Fix socket not setting callbacks early enough [esphome2260](https://github.com/esphome/esphome/pull/2260) by [OttoWinter](https://github.com/OttoWinter)
- Convert API to use sockets [esphome2253](https://github.com/esphome/esphome/pull/2253) by [OttoWinter](https://github.com/OttoWinter)
- Midea support v2 [esphome2188](https://github.com/esphome/esphome/pull/2188) by [dudanov](https://github.com/dudanov) (breaking-change)
- ccs811: publish firmware version; log bootloader and HW version; fix a bug [esphome2006](https://github.com/esphome/esphome/pull/2006) by [Habbie](https://github.com/Habbie)
- API encryption [esphome2254](https://github.com/esphome/esphome/pull/2254) by [OttoWinter](https://github.com/OttoWinter)
- Revert "Dont dump legacy fields" [esphome2259](https://github.com/esphome/esphome/pull/2259) by [jesserockz](https://github.com/jesserockz)
- pm1006: add support for sending a measurement request [esphome2214](https://github.com/esphome/esphome/pull/2214) by [Habbie](https://github.com/Habbie)
- SGP40 sensor start-up fix [esphome2178](https://github.com/esphome/esphome/pull/2178) by [kbx81](https://github.com/kbx81)
- PMSA003i Update state_class and async [esphome2216](https://github.com/esphome/esphome/pull/2216) by [sjtrny](https://github.com/sjtrny)

2021.8.2

Not secure
- Revert "Light: include ON_OFF capability to BRIGHTNESS ColorMode" [esphome2202](https://github.com/esphome/esphome/pull/2202) by [jesserockz](https://github.com/jesserockz)

Page 47 of 66

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.