Esphomeyaml

Latest version: v1.10.1

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

Scan your dependencies

Page 1 of 4

1.10.1

- docs: Fix substitutions example & api intro text [docs117](https://github.com/OttoWinter/esphomedocs/pull/117) by [thubot](https://github.com/thubot)
- lib: Fix while action not resetting is_running [lib378](https://github.com/OttoWinter/esphomelib/pull/378)
- lib: Fix remote transmitter ESP32 repeat wait [lib376](https://github.com/OttoWinter/esphomelib/pull/376)
- lib: Fix addressable lights [lib375](https://github.com/OttoWinter/esphomelib/pull/375)
- yaml: Fix ESP32 not decoding stacktrace on broken PC [yaml330](https://github.com/OttoWinter/esphomeyaml/pull/330)
- docs: Fixed missing link to BME cookbook [docs120](https://github.com/OttoWinter/esphomedocs/pull/120) by [Mynasru](https://github.com/Mynasru)
- lib: Fix addressable flicker effect [lib383](https://github.com/OttoWinter/esphomelib/pull/383)
- lib: NeoPixelBus: fix handling of white color component [lib384](https://github.com/OttoWinter/esphomelib/pull/384) by [badbadc0ffee](https://github.com/badbadc0ffee)
- lib: Fix trigger not being optional [lib381](https://github.com/OttoWinter/esphomelib/pull/381)
- docs: Add WiFi fast connect [docs121](https://github.com/OttoWinter/esphomedocs/pull/121)
- yaml: Fix AsyncTCP compilation on ESP32 with Arduino breaking change [yaml334](https://github.com/OttoWinter/esphomeyaml/pull/334)
- yaml: Fix show logs with MQTT and dashboard [yaml332](https://github.com/OttoWinter/esphomeyaml/pull/332)
- lib: Add WiFi fast connect mode [lib385](https://github.com/OttoWinter/esphomelib/pull/385)
- lib: Fix API Server has deep sleep [lib386](https://github.com/OttoWinter/esphomelib/pull/386)
- yaml: Introduce wifi fast connect mode [yaml333](https://github.com/OttoWinter/esphomeyaml/pull/333)
- lib: Fix GPIO Switch not handling inverted [lib387](https://github.com/OttoWinter/esphomelib/pull/387)
- lib: Expose NeoPixelBus Controller [lib388](https://github.com/OttoWinter/esphomelib/pull/388)
- yaml: Pin platformio platforms [yaml335](https://github.com/OttoWinter/esphomeyaml/pull/335)
- lib: Fix ble tracker compile error [lib390](https://github.com/OttoWinter/esphomelib/pull/390)

1.10.0

All changes

- docs: CSE7766 Update Interval [docs91](https://github.com/OttoWinter/esphomedocs/pull/91)
- docs: add baud_rate; typo on sensor type [docs90](https://github.com/OttoWinter/esphomedocs/pull/90) by [drewp](https://github.com/drewp)
- docs: Fix docs for LCD display strftime [docs95](https://github.com/OttoWinter/esphomedocs/pull/95)
- lib: Make CSE7766 a polling sensor [lib305](https://github.com/OttoWinter/esphomelib/pull/305)
- lib: Supply clang-format file for contributors [lib290](https://github.com/OttoWinter/esphomelib/pull/290)
- lib: Implement custom sensor platform [lib274](https://github.com/OttoWinter/esphomelib/pull/274)
- lib: Only compile code stuff if necessary [lib309](https://github.com/OttoWinter/esphomelib/pull/309)
- docs: Fix copy paste error [docs100](https://github.com/OttoWinter/esphomedocs/pull/100) by [oscar-b](https://github.com/oscar-b)
- lib: Fix large JSON payloads being cut off [lib323](https://github.com/OttoWinter/esphomelib/pull/323) by [quazzie](https://github.com/quazzie)
- docs: Add Wikipedia link to tz database zones list [docs105](https://github.com/OttoWinter/esphomedocs/pull/105) by [apeeters](https://github.com/apeeters)
- docs: Add pins for Shelly 2 [docs103](https://github.com/OttoWinter/esphomedocs/pull/103) by [oscar-b](https://github.com/oscar-b)
- lib: Native Esphomelib API [lib322](https://github.com/OttoWinter/esphomelib/pull/322)
- lib: Add support for MAX31855 sensor [lib310](https://github.com/OttoWinter/esphomelib/pull/310) by [sherbang](https://github.com/sherbang)
- docs: Documentation for MAX31855 sensor [docs97](https://github.com/OttoWinter/esphomedocs/pull/97) by [sherbang](https://github.com/sherbang)
- lib: Fix typo in Output Switch [lib307](https://github.com/OttoWinter/esphomelib/pull/307)
- lib: Fix PCA9685 with many channels [lib304](https://github.com/OttoWinter/esphomelib/pull/304)
- docs: Fixed typo in Sonoff R2 Cover example [docs112](https://github.com/OttoWinter/esphomedocs/pull/112) by [voicevon](https://github.com/voicevon)
- lib: Dump native API Server config on boot [lib338](https://github.com/OttoWinter/esphomelib/pull/338) by [voicevon](https://github.com/voicevon)
- lib: Split Automation headers from implementation [lib349](https://github.com/OttoWinter/esphomelib/pull/349)
- lib: Travis update [lib350](https://github.com/OttoWinter/esphomelib/pull/350)
- lib: Fix API Server logs [lib347](https://github.com/OttoWinter/esphomelib/pull/347)
- lib: WiFi Better logging for ESP8266 [lib346](https://github.com/OttoWinter/esphomelib/pull/346)
- lib: API Server Watchdog [lib345](https://github.com/OttoWinter/esphomelib/pull/345)
- lib: GPIO Switch Restore Mode [lib344](https://github.com/OttoWinter/esphomelib/pull/344)
- lib: Fix Remote Receiver Overflow for ESP8266 [lib348](https://github.com/OttoWinter/esphomelib/pull/348)
- lib: Implement Addressable Lights Base [lib243](https://github.com/OttoWinter/esphomelib/pull/243)
- docs: Fix copy/paste error in turn_off_action [docs113](https://github.com/OttoWinter/esphomedocs/pull/113) by [wutr](https://github.com/wutr)
- lib: Stop old template action when new one is started [lib354](https://github.com/OttoWinter/esphomelib/pull/354)
- lib: Add APDS-9960 support [lib286](https://github.com/OttoWinter/esphomelib/pull/286)
- lib: Change default update interval to 60 seconds [lib356](https://github.com/OttoWinter/esphomelib/pull/356)
- lib: ESP32 Ethernet support [lib288](https://github.com/OttoWinter/esphomelib/pull/288)
- lib: Add ULN2003 support [lib301](https://github.com/OttoWinter/esphomelib/pull/301)
- lib: Add clean discovery option to simplify transition to native API [lib357](https://github.com/OttoWinter/esphomelib/pull/357)
- lib: Add neopixelbus component [lib352](https://github.com/OttoWinter/esphomelib/pull/352)
- docs: total_daily_energy doesn't have pin option [docs114](https://github.com/OttoWinter/esphomedocs/pull/114) by [oscar-b](https://github.com/oscar-b)
- docs: Getting started HassIO - USD device discovery [docs110](https://github.com/OttoWinter/esphomedocs/pull/110) by [DavidDeSloovere](https://github.com/DavidDeSloovere)
- docs: Mismatch in example and text [docs109](https://github.com/OttoWinter/esphomedocs/pull/109) by [wellsi](https://github.com/wellsi)
- docs: BME280 environment cookbook entry [docs107](https://github.com/OttoWinter/esphomedocs/pull/107) by [Mynasru](https://github.com/Mynasru)
- docs: Update getting_started_command_line.rst [docs102](https://github.com/OttoWinter/esphomedocs/pull/102) by [doskoi](https://github.com/doskoi)
- docs: Updated the multi click example code block [docs92](https://github.com/OttoWinter/esphomedocs/pull/92) by [cooljimy84](https://github.com/cooljimy84)
- docs: Add step to setting up devices [docs101](https://github.com/OttoWinter/esphomedocs/pull/101) by [magnusoverli](https://github.com/magnusoverli)
- yaml: Update beta config [yaml305](https://github.com/OttoWinter/esphomeyaml/pull/305)
- yaml: Fix component.update action [yaml308](https://github.com/OttoWinter/esphomeyaml/pull/308) (cherry-picked)
- yaml: OTA don't error when upgrading from no password to password mode [yaml309](https://github.com/OttoWinter/esphomeyaml/pull/309) (cherry-picked)
- yaml: use full space on small devices [yaml310](https://github.com/OttoWinter/esphomeyaml/pull/310) by [escoand](https://github.com/escoand) (cherry-picked)
- lib: Fix interval compilation error [lib364](https://github.com/OttoWinter/esphomelib/pull/364) (cherry-picked)
- yaml: Fix interval trigger [yaml313](https://github.com/OttoWinter/esphomeyaml/pull/313) (cherry-picked)

1.10.0b2

1.10.0b1

1.9.3

- docs: Fix Sonoff Basic pinouts [docs88](https://github.com/OttoWinter/esphomedocs/pull/88) by [sherbang](https://github.com/sherbang)
- docs: Update cwww.rst [docs85](https://github.com/OttoWinter/esphomedocs/pull/85) by [Melkor82](https://github.com/Melkor82)
- lib: Fix PMSX003 [lib300](https://github.com/OttoWinter/esphomelib/pull/300)
- lib: Fix issue with filters introduced in 1.9.2 [lib296](https://github.com/OttoWinter/esphomelib/pull/296)
- lib: Fix BMP085 pressure value [lib292](https://github.com/OttoWinter/esphomelib/pull/292)
- yaml: CSE7766 update interval [yaml250](https://github.com/OttoWinter/esphomeyaml/pull/250)
- docs: CSE7766 Update Interval [docs91](https://github.com/OttoWinter/esphomedocs/pull/91)

1.9.2

- lib: Fix crashing when logger not being used [lib285](https://github.com/OttoWinter/esphomelib/pull/285)
- lib: Fix template cover spamming logs [lib287](https://github.com/OttoWinter/esphomelib/pull/287)
- lib: Improve ESP32 BLE tracker stability [lib289](https://github.com/OttoWinter/esphomelib/pull/289)
- lib: Fix sensor filters using C++ undefined behavior [lib293](https://github.com/OttoWinter/esphomelib/pull/293)

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.