Skip to content

Releases: esphome/esphome-docs

1.12.0b1

13 Mar 18:18
6a83179

Choose a tag to compare

1.12.0b1 Pre-release
Pre-release
v1.12.0b1

Bump version to v1.12.0b1

1.11.2

26 Feb 22:10
1cc9ffb

Choose a tag to compare

  • docs: Fix units on the valid frequency values docs#170 by @kwdavidson
  • esphome: Allow non-pullup pins for dallas esphome#456
  • core: Turn off light at 0% brightness core#526
  • core: HLW8012 don't count a single pulse as power core#527
  • core: Set initial brightness to 0 when turning light on core#528
  • core: Allow white value of addressable lights to be controlled independently of brightness core#529
  • core: Fix WiFi not connecting to open networks core#531
  • esphome: Remove automatic update check esphome#457
  • esphome: Fix mDNS library added only with OTA esphome#451
  • docs: Merge dallas component docs#179 by @FrengerH
  • docs: Correct ultrasonic filter_nan example docs#159 by @apeeters
  • docs: Cookbook entry for Display component docs#173 by @ahd71
  • core: Fix light partition src offset core#525

1.11.1

23 Feb 19:23
3a01257

Choose a tag to compare

  • core: Fix addressable not updating light core#521
  • docs: Add Ethernet pin config for olimex esp32-poe board docs#166 by @setola
  • docs: FAQ: Add description for mDNS support on different subnets docs#169 by @Taigar2015

1.11.0

22 Feb 21:03
a70a5c1

Choose a tag to compare

Beta Fixes

  • esphome: Fix SNTP servers option esphome#237 (cherry-picked)
  • esphome: CSE7766 update interval esphome#250 (cherry-picked)
  • esphome: Fix component.update action esphome#308 (cherry-picked)
  • esphome: OTA don't error when upgrading from no password to password mode esphome#309 (cherry-picked)
  • esphome: Dashboard: Use full with space on small devices esphome#310 by @escoand (cherry-picked)
  • core: Fix interval compilation error core#364 (cherry-picked)
  • esphome: Fix interval trigger esphome#313 (cherry-picked)
  • core: Fix while action not resetting is_running core#378 (cherry-picked)
  • core: Fix remote transmitter ESP32 repeat wait core#376 (cherry-picked)
  • core: Fix addressable lights core#375 (cherry-picked)
  • esphome: Fix ESP32 not decoding stacktrace on broken PC esphome#330 (cherry-picked)
  • core: Fix addressable flicker effect core#383 (cherry-picked)
  • core: NeoPixelBus: fix handling of white color component core#384 by @badbadc0ffee (cherry-picked)
  • core: Fix trigger not being optional core#381 (cherry-picked)
  • esphome: Fix AsyncTCP compilation on ESP32 with Arduino esphome#334 (cherry-picked)
  • esphome: Fix show logs with MQTT and dashboard esphome#332 (cherry-picked)
  • core: Add WiFi fast connect mode core#385 (cherry-picked)
  • core: Fix API Server has deep sleep core#386 (cherry-picked)
  • esphome: Introduce wifi fast connect mode esphome#333 (cherry-picked)
  • core: Fix GPIO Switch not handling inverted core#387 (cherry-picked)
  • core: Expose NeoPixelBus Controller core#388 (cherry-picked)
  • esphome: Pin platformio platforms to defaults esphome#335 (cherry-picked)
  • core: Fix ble tracker compile error core#390 (cherry-picked)
  • core: Add Homeassistant Binary Sensor core#480 (cherry-picked)
  • core: GPIO Switch Interlocking core#482 (cherry-picked)
  • esphome: Print error when mqtt.publish used without MQTT enabled esphome#408 (cherry-picked)
  • esphome: Add Homeassistant Binary Sensor esphome#409 (cherry-picked)
  • esphome: Allow pins 9&10 for PWM esphome#410 (cherry-picked)
  • esphome: Store Raw Remote Codes in PROGMEM esphome#392 (cherry-picked)
  • core: ESP8266 Arduino 2.5.0 Compatability core#481 (cherry-picked)
  • esphome: Add Switch Interlocking esphome#411 (cherry-picked)
  • esphome: Add local mDNS responder for .local esphome#386 (cherry-picked)
  • esphome: Replace optimistic with Assumed State esphome#394 (cherry-picked)
  • core: Add Template Publish Action core#453 (cherry-picked)
  • esphome: Add template publish actions and switch triggers esphome#391 (cherry-picked)
  • esphome: Fix custom components not registered esphome#441 (cherry-picked)
  • core: Add empty nameable constructors core#509 (cherry-picked)
  • core: Fix Nextion "Received unknown filler end bytes" core#510 (cherry-picked)
  • core: Fix functional attachInterrupt placed in flash core#511 (cherry-picked)
  • esphome: Remove duplicate scrollbar & move scrollbar esphome#443 by @TheZoker (cherry-picked)
  • esphome: Remove unnecessary wrapper esphome#444 by @TheZoker (cherry-picked)
  • core: Refactor addressable light and fix partition issue core#512 (cherry-picked)
  • esphome: Fix MQTT log topic level esphome#445 (cherry-picked)
  • core: Fix ESP8266 functional interrupts core#515 (cherry-picked)
  • esphome: Allow i2c on non-pullup pins esphome#447 (cherry-picked)
  • esphome: Allow use of arduino core v2.5.0 on ESP8266 esphome#446 (cherry-picked)

All changes

Read more

1.11.0b3

21 Feb 17:45
aa8bf64

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
a1eaaf0

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:35
c60384d

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
1d9fb8c

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
750e5fb

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:24
db6850e

Choose a tag to compare

1.10.0b2 Pre-release
Pre-release
v1.10.0b2

Bump version to v1.10.0b2