Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Releases: esphome/esphome-core

1.11.0b3

21 Feb 17:45
647d591
Compare
Choose a tag to compare
1.11.0b3 Pre-release
Pre-release
v1.11.0b3

Bump version to v1.11.0b3

1.11.0b2

20 Feb 12:04
39dff0a
Compare
Choose a tag to compare
1.11.0b2 Pre-release
Pre-release
v1.11.0b2

Bump version to v1.11.0b2

1.11.0b1

17 Feb 19:32
2613ec3
Compare
Choose a tag to compare
1.11.0b1 Pre-release
Pre-release
v1.11.0b1

Bump version to v1.11.0b1

1.10.1

13 Jan 18:11
4806669
Compare
Choose a tag to compare
  • docs: Fix substitutions example & api intro text docs#117 by @thubot
  • lib: Fix while action not resetting is_running lib#378
  • lib: Fix remote transmitter ESP32 repeat wait lib#376
  • lib: Fix addressable lights lib#375
  • yaml: Fix ESP32 not decoding stacktrace on broken PC yaml#330
  • docs: Fixed missing link to BME cookbook docs#120 by @Mynasru
  • lib: Fix addressable flicker effect lib#383
  • lib: NeoPixelBus: fix handling of white color component lib#384 by @badbadc0ffee
  • lib: Fix trigger not being optional lib#381
  • docs: Add WiFi fast connect docs#121
  • yaml: Fix AsyncTCP compilation on ESP32 with Arduino breaking change yaml#334
  • yaml: Fix show logs with MQTT and dashboard yaml#332
  • lib: Add WiFi fast connect mode lib#385
  • lib: Fix API Server has deep sleep lib#386
  • yaml: Introduce wifi fast connect mode yaml#333
  • lib: Fix GPIO Switch not handling inverted lib#387
  • lib: Expose NeoPixelBus Controller lib#388
  • yaml: Pin platformio platforms yaml#335
  • lib: Fix ble tracker compile error lib#390

1.10.0

09 Jan 19:37
45ab0f1
Compare
Choose a tag to compare

All changes

  • docs: CSE7766 Update Interval docs#91
  • docs: add baud_rate; typo on sensor type docs#90 by @drewp
  • docs: Fix docs for LCD display strftime docs#95
  • lib: Make CSE7766 a polling sensor lib#305
  • lib: Supply clang-format file for contributors lib#290
  • lib: Implement custom sensor platform lib#274
  • lib: Only compile code stuff if necessary lib#309
  • docs: Fix copy paste error docs#100 by @oscar-b
  • lib: Fix large JSON payloads being cut off lib#323 by @quazzie
  • docs: Add Wikipedia link to tz database zones list docs#105 by @apeeters
  • docs: Add pins for Shelly 2 docs#103 by @oscar-b
  • lib: Native Esphomelib API lib#322
  • lib: Add support for MAX31855 sensor lib#310 by @sherbang
  • docs: Documentation for MAX31855 sensor docs#97 by @sherbang
  • lib: Fix typo in Output Switch lib#307
  • lib: Fix PCA9685 with many channels lib#304
  • docs: Fixed typo in Sonoff R2 Cover example docs#112 by @voicevon
  • lib: Dump native API Server config on boot lib#338 by @voicevon
  • lib: Split Automation headers from implementation lib#349
  • lib: Travis update lib#350
  • lib: Fix API Server logs lib#347
  • lib: WiFi Better logging for ESP8266 lib#346
  • lib: API Server Watchdog lib#345
  • lib: GPIO Switch Restore Mode lib#344
  • lib: Fix Remote Receiver Overflow for ESP8266 lib#348
  • lib: Implement Addressable Lights Base lib#243
  • docs: Fix copy/paste error in turn_off_action docs#113 by @wutr
  • lib: Stop old template action when new one is started lib#354
  • lib: Add APDS-9960 support lib#286
  • lib: Change default update interval to 60 seconds lib#356
  • lib: ESP32 Ethernet support lib#288
  • lib: Add ULN2003 support lib#301
  • lib: Add clean discovery option to simplify transition to native API lib#357
  • lib: Add neopixelbus component lib#352
  • docs: total_daily_energy doesn't have pin option docs#114 by @oscar-b
  • docs: Getting started HassIO - USD device discovery docs#110 by @DavidDeSloovere
  • docs: Mismatch in example and text docs#109 by @wellsi
  • docs: BME280 environment cookbook entry docs#107 by @Mynasru
  • docs: Update getting_started_command_line.rst docs#102 by @doskoi
  • docs: Updated the multi click example code block docs#92 by @cooljimy84
  • docs: Add step to setting up devices docs#101 by @magnusoverli
  • yaml: Update beta config yaml#305
  • yaml: Fix component.update action yaml#308 (cherry-picked)
  • yaml: OTA don't error when upgrading from no password to password mode yaml#309 (cherry-picked)
  • yaml: use full space on small devices yaml#310 by @escoand (cherry-picked)
  • lib: Fix interval compilation error lib#364 (cherry-picked)
  • yaml: Fix interval trigger yaml#313 (cherry-picked)

1.10.0b2

09 Jan 15:23
2e209ef
Compare
Choose a tag to compare
1.10.0b2 Pre-release
Pre-release
v1.10.0b2

Bump version to v1.10.0b2

1.10.0b1

06 Jan 18:50
c3ba093
Compare
Choose a tag to compare
1.10.0b1 Pre-release
Pre-release
v1.10.0b1

Bump version to v1.10.0b1

1.9.3

01 Dec 12:45
9d5e290
Compare
Choose a tag to compare

1.9.2

25 Nov 18:23
93ebaff
Compare
Choose a tag to compare
  • lib: Fix crashing when logger not being used lib#285
  • lib: Fix template cover spamming logs lib#287
  • lib: Improve ESP32 BLE tracker stability lib#289
  • lib: Fix sensor filters using C++ undefined behavior lib#293

1.9.1

19 Nov 22:05
584cc43
Compare
Choose a tag to compare
  • lib: Fix RDM6300 not reporting cards lib#278
  • lib: Fix SNTP with less than 3 servers lib#279
  • lib: Fix update interval log missing time unit lib#280
  • lib: Fix CSE7766 spamming logs lib#281
  • lib: Fix outdated links lib#282
  • yaml: Fix SNTP servers option yaml#237