Bump version to v1.14.0

This commit is contained in:
Otto Winter 2019-11-01 18:31:15 +01:00
parent f9daf6b1af
commit d7abea6022
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
5 changed files with 69 additions and 51 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.14.0b5
PROJECT_NUMBER = 1.14.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = v1.14.0b5
ESPHOME_REF = v1.14.0
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

View File

@ -1 +1 @@
1.14.0b5
1.14.0

View File

@ -46,19 +46,37 @@ All changes
- esphome: SM16716 support :esphomepr:`541`
- docs: Add documentation for SM16716 output component. :docspr:`217` by :ghuser:`kll`
- docs: Document the backlight control for lcd_pcf8574 :docspr:`261` by :ghuser:`adarazs`
- esphome: Add backlight handling for lcd_pcf8574 :esphomepr:`573` by :ghuser:`adarazs`
- esphome: Add backlight handling for lcd_pcf8574 :esphomepr:`573` by :ghuser:`adarazs` (new-feature)
- esphome: clear and disable editor while fetching contents :esphomepr:`603` by :ghuser:`gitolicious`
- esphome: Scan length for AddressableScanEffect :esphomepr:`608` by :ghuser:`majorpeter`
- esphome: Scan length for AddressableScanEffect :esphomepr:`608` by :ghuser:`majorpeter` (new-feature)
- docs: Scaneffectlength :docspr:`264` by :ghuser:`majorpeter`
- esphome: Allow setting the initial mode of HLW8012 sensors :esphomepr:`611` by :ghuser:`brandond`
- esphome: Fix ForCondition time duration check :esphomepr:`610` by :ghuser:`ptatrai` (cherry-picked)
- esphome: DHT22 ignore invalid values :esphomepr:`614` (cherry-picked)
- esphome: Template Cover don't auto-set current_operation :esphomepr:`612` (cherry-picked)
- esphome: Fix Hass.io addon SSL :esphomepr:`613` (cherry-picked)
- esphome: Fix remote_receiver always shows sony :esphomepr:`617` (cherry-picked)
- esphome: Make ForCondition a component :esphomepr:`616` (cherry-picked)
- esphome: Update docker base image to 1.8.0 :esphomepr:`618` (cherry-picked)
- esphome: Fix integration sensor, add test :esphomepr:`619` (cherry-picked)
- esphome: Fix sun default elevation :esphomepr:`620` (cherry-picked)
- esphome: Allow setting the initial mode of HLW8012 sensors :esphomepr:`611` by :ghuser:`brandond` (new-feature)
- docs: Allow setting the initial mode of HLW8012 sensors :docspr:`268` by :ghuser:`brandond`
- esphome: Add more efficient SPI implementation :esphomepr:`622`
- esphome: Allow id() syntax for custom code :esphomepr:`621`
- esphome: Dashboard Update all button :esphomepr:`615`
- esphome: Dashboard Update all button :esphomepr:`615` (new-feature)
- esphome: Add central function scheduler :esphomepr:`609`
- esphome: Add HW SPI support :esphomepr:`623`
- esphome: Captive Portal :esphomepr:`624`
- esphome: Fix esp8266_restore_from_flash :esphomepr:`638`
- esphome: Update base image to 1.8.3 :esphomepr:`625` (cherry-picked)
- esphome: Fix status binary sensor for MQTT :esphomepr:`628` (cherry-picked)
- esphome: Work around ESP32 BLE issue :esphomepr:`626` (cherry-picked)
- esphome: Work around ESP32 core WiFi Bug :esphomepr:`627` (cherry-picked)
- esphome: Add HW SPI support :esphomepr:`623` (new-feature)
- esphome: Captive Portal :esphomepr:`624` (breaking-change)
- esphome: Fix ESP32 RCSwitch Dump Stack Smash Protection :esphomepr:`636` (cherry-picked)
- esphome: Fix russia timezone detection :esphomepr:`637` (cherry-picked)
- esphome: Fix globals.set :esphomepr:`635` (cherry-picked)
- esphome: Fix version.h file :esphomepr:`630` (cherry-picked)
- esphome: Fix remote_receiver raw binary sensor :esphomepr:`639` (cherry-picked)
- esphome: Re-add CustomMQTTDevice class :esphomepr:`640` (cherry-picked)
- esphome: Yashima climate new component :esphomepr:`634` by :ghuser:`diraimondo`
- docs: Add Yashima Climate component docs :docspr:`275` by :ghuser:`diraimondo`
- esphome: Fix home assistant binary sensor initial state :esphomepr:`632` by :ghuser:`glmnet`
@ -69,15 +87,15 @@ All changes
- docs: Add SIM800L docs :docspr:`257` by :ghuser:`glmnet`
- esphome: SMS Sender / Receiver :esphomepr:`522` by :ghuser:`glmnet`
- esphome: Create Protobuf Plugin for automatically generating native API stubs :esphomepr:`633`
- esphome: Template tilt cover :esphomepr:`577` by :ghuser:`mtl010957`
- esphome: Template tilt cover :esphomepr:`577` by :ghuser:`mtl010957` (new-feature)
- esphome: Provide the lights current color to the addressable_lambda_effect. :esphomepr:`646` by :ghuser:`rnauber`
- docs: Update sun.rst :docspr:`278` by :ghuser:`pove`
- esphome: Fixed rc_switch dump off by one bit :esphomepr:`652` by :ghuser:`mtl010957`
- esphome: Adding ignore bits to narrow compare of received codes :esphomepr:`650` by :ghuser:`mtl010957`
- esphome: Adding ignore bits to narrow compare of received codes :esphomepr:`650` by :ghuser:`mtl010957` (new-feature)
- esphome: Fix remote_transmitter wait time unit :esphomepr:`654`
- esphome: Update dependencies :esphomepr:`653`
- esphome: CT Clamp ADS1115 Improvements :esphomepr:`647`
- esphome: Add calibrate_polynomial sensor filter :esphomepr:`642`
- esphome: Add calibrate_polynomial sensor filter :esphomepr:`642` (new-feature)
- esphome: WIP: ESP8266 work on connection issues :esphomepr:`648`
- docs: Added docs for ignore bit setting on rc_switch_raw and fixed ref links :docspr:`279` by :ghuser:`mtl010957`
- docs: Absolute humidity calculation description :docspr:`283` by :ghuser:`tomlut`
@ -89,7 +107,7 @@ All changes
- esphome: added tx20 wind speed sensor :esphomepr:`275` by :ghuser:`TheEggi`
- docs: Added docs for tilt capability in template cover :docspr:`260` by :ghuser:`mtl010957`
- docs: Add description next to title :docspr:`227` by :ghuser:`jjok`
- esphome: WiFi networks priority :esphomepr:`658`
- esphome: WiFi networks priority :esphomepr:`658` (new-feature)
- esphome: Change ESP32 default power_save_mode to light :esphomepr:`661`
- docs: Added TTGO T-Journal :docspr:`289` by :ghuser:`bwente`
- docs: Updated confusing deep_sleep.prevent documentation :docspr:`287` by :ghuser:`ofalvai`
@ -103,8 +121,8 @@ All changes
- esphome: Fix mqtt_text_sensor to honor unique_id when set. :esphomepr:`698` by :ghuser:`middelink`
- docs: Minor changes to the setup steps :docspr:`327` by :ghuser:`fabaff`
- esphome: Fix duplicate set_update_interval() calls on same component :esphomepr:`693` by :ghuser:`middelink`
- esphome: MH-Z19 calibration support :esphomepr:`683` by :ghuser:`Anonym-tsk`
- esphome: Implement median filter :esphomepr:`697` by :ghuser:`jvanderneutstulen`
- esphome: MH-Z19 calibration support :esphomepr:`683` by :ghuser:`Anonym-tsk` (new-feature)
- esphome: Implement median filter :esphomepr:`697` by :ghuser:`jvanderneutstulen` (new-feature)
- docs: Median filter :docspr:`319` by :ghuser:`jvanderneutstulen`
- docs: MH-Z19 calibration support :docspr:`312` by :ghuser:`Anonym-tsk`
- docs: Update names :docspr:`326` by :ghuser:`fabaff`
@ -117,8 +135,8 @@ All changes
- docs: Add configuration example for TTGO T-Camera v1.7 :docspr:`318` by :ghuser:`erichiller`
- esphome: License for Material Design Icons :esphomepr:`708` by :ghuser:`Anonym-tsk`
- docs: LYWSD02 :docspr:`292` by :ghuser:`G1K`
- esphome: add time based cover, has built in endstop :esphomepr:`665` by :ghuser:`glmnet`
- esphome: Add delayed_on_off binary_sensor filter :esphomepr:`700` by :ghuser:`kepten`
- esphome: add time based cover, has built in endstop :esphomepr:`665` by :ghuser:`glmnet` (new-feature)
- esphome: Add delayed_on_off binary_sensor filter :esphomepr:`700` by :ghuser:`kepten` (new-feature)
- docs: Add doc for delayed_on_off binary_sensor filter :docspr:`324` by :ghuser:`kepten`
- esphome: fix wifi info :esphomepr:`709` by :ghuser:`glmnet`
- docs: Add description of id Parameter :docspr:`329` by :ghuser:`guptamp`
@ -130,25 +148,25 @@ All changes
- docs: add has_built_in_endstop docs :docspr:`302` by :ghuser:`glmnet`
- docs: Update incorrect GPIO pin for Mirabella Genio Cold + Warm White… :docspr:`337` by :ghuser:`epetousis`
- esphome: Use default format to render FloatLiteral :esphomepr:`717` by :ghuser:`fritzm`
- esphome: Add coolix receiver :esphomepr:`645` by :ghuser:`glmnet`
- esphome: Add coolix receiver :esphomepr:`645` by :ghuser:`glmnet` (new-feature)
- docs: add coolix receiver :docspr:`288` by :ghuser:`glmnet`
- esphome: Fix https://github.com/esphome/issues/issues/658 :esphomepr:`724` by :ghuser:`fake-name`
- docs: Update hdc1080.rst :docspr:`343` by :ghuser:`magnusja`
- esphome: Update MANIFEST.in to fix esphome/issues#650 :esphomepr:`733` by :ghuser:`shbatm`
- docs: Fix link to light-is_on_condition :docspr:`345` by :ghuser:`myplacedk`
- esphome: fixes samsung ir :esphomepr:`738` by :ghuser:`glmnet`
- esphome: Allow 64 bit codes and add nexa remote support. :esphomepr:`662` by :ghuser:`abmantis`
- esphome: Allow 64 bit codes and add nexa remote support. :esphomepr:`662` by :ghuser:`abmantis` (new-feature)
- docs: Fix, optimize mijia :docspr:`293` by :ghuser:`G1K`
- esphome: AS3935 Lightning sensor :esphomepr:`666` by :ghuser:`TheEggi`
- esphome: Full height log window :esphomepr:`673` by :ghuser:`Anonym-tsk`
- docs: Make it clearer that only one deep sleep component is allowed. :docspr:`303` by :ghuser:`jeff-h`
- esphome: Secrets editor :esphomepr:`672` by :ghuser:`Anonym-tsk`
- esphome: Authorization by username and password :esphomepr:`668` by :ghuser:`Anonym-tsk`
- esphome: Secrets editor :esphomepr:`672` by :ghuser:`Anonym-tsk` (new-feature)
- esphome: Authorization by username and password :esphomepr:`668` by :ghuser:`Anonym-tsk` (new-feature)
- esphome: Basic Auth for web_server component :esphomepr:`674` by :ghuser:`Anonym-tsk`
- docs: Basic Auth for web_server component :docspr:`304` by :ghuser:`Anonym-tsk`
- esphome: Improve SHT3xD reconnect handling :esphomepr:`675` by :ghuser:`valordk`
- docs: Fix description of the sensor :docspr:`309` by :ghuser:`mpettitt`
- esphome: Device description in dashboard :esphomepr:`707` by :ghuser:`Anonym-tsk`
- esphome: Device description in dashboard :esphomepr:`707` by :ghuser:`Anonym-tsk` (new-feature)
- docs: Device description in dashboard :docspr:`335` by :ghuser:`Anonym-tsk`
- esphome: support for the sx1509 i2c device :esphomepr:`651` by :ghuser:`mvturnho`
- esphome: Add support for TI TLC59208F :esphomepr:`718` by :ghuser:`tamisoft`
@ -159,7 +177,7 @@ All changes
- docs: Update sonoff.rst :docspr:`341` by :ghuser:`ZabojnikM`
- esphome: Fix for PCF8574 output chattering at the start/reboot :esphomepr:`744` by :ghuser:`amishv`
- esphome: Add ADE7953 Support :esphomepr:`593`
- esphome: refactored xiaomi sensors :esphomepr:`755` by :ghuser:`Alex9779`
- esphome: refactored xiaomi sensors :esphomepr:`755` by :ghuser:`Alex9779` (breaking-change)
- docs: Xiaomi refactor :docspr:`361` by :ghuser:`Alex9779`
- esphome: fix CGG1 log message :esphomepr:`757` by :ghuser:`Alex9779`
- docs: Add link to index.rst check list item :docspr:`363` by :ghuser:`glmnet`
@ -173,7 +191,7 @@ All changes
- esphome: Make UART flush function consistent :esphomepr:`748`
- esphome: Update and pin all python requirements :esphomepr:`759`
- esphome: Fix MCP23017 setup priority :esphomepr:`751`
- esphome: Add rotary_encoder.set_value action :esphomepr:`747`
- esphome: Add rotary_encoder.set_value action :esphomepr:`747` (new-feature)
- esphome: Fix strobe/flicker effect not using selected value :esphomepr:`749`
- esphome: Add support for TTGO ePaper module :esphomepr:`730` by :ghuser:`thomasklingbeil`
- esphome: BME280: Increase sensor timeout :esphomepr:`727` by :ghuser:`lobradov`
@ -192,19 +210,19 @@ All changes
- esphome: Sensor filter_out rounded :esphomepr:`765`
- esphome: Use higher default baudrate for USB upload :esphomepr:`761`
- esphome: add support for climate action :esphomepr:`720` by :ghuser:`marcelveldt`
- esphome: Add LEDC set_frequency action :esphomepr:`754`
- esphome: Add LEDC set_frequency action :esphomepr:`754` (new-feature)
- esphome: Fork some base libraries :esphomepr:`758`
- esphome: Update ESP8266/ESP32 bases :esphomepr:`760`
- esphome: Captive portal fixes :esphomepr:`766`
- esphome: Fix typo in Component::set_interval :esphomepr:`767`
- esphome: Fix platformio monkey patch :esphomepr:`768`
- esphome: Addressable light transition :esphomepr:`750`
- esphome: Addressable light transition :esphomepr:`750` (new-feature)
- esphome: Fixes for Python 3 :esphomepr:`702` by :ghuser:`fabaff`
- esphome: Add BLE scan parameters :esphomepr:`769`
- esphome: Add BLE scan parameters :esphomepr:`769` (new-feature)
- esphome: Filter some debug lines from PlatformIO in output :esphomepr:`771`
- esphome: ESP32 Upgrade AsyncTCP to 1.1.1 :esphomepr:`773`
- esphome: Switch to Python 3 for docker installs :esphomepr:`774`
- docs: Add script.wait action :docspr:`367`
- docs: Add script.wait action :docspr:`367` (new-feature)
- docs: Add ESP32 scan parameters :docspr:`368`
- docs: Hint how to include HA secrets.yaml instead :docspr:`362` by :ghuser:`rlowens`
- esphome: Add SSD1325 Display Component :esphomepr:`736` by :ghuser:`evandcoleman` (cherry-picked)
@ -232,46 +250,46 @@ All changes
- docs: Cookbook ape :docspr:`334` by :ghuser:`glmnet`
- esphome: Add lint check for integer constants :esphomepr:`775`
- docs: fix indent on sample :docspr:`369` by :ghuser:`glmnet` (cherry-picked)
- esphome: Add script.wait action :esphomepr:`778` (cherry-picked)
- esphome: Add script.wait action :esphomepr:`778` (cherry-picked) (new-feature)
- docs: update esp32camera documentation - note about PWM :docspr:`348` by :ghuser:`h0--`
- esphome: Vl53l0x :esphomepr:`644` (cherry-picked)
- esphome: Add GPIO Switch interlock wait time :esphomepr:`777` (cherry-picked)
- esphome: Add GPIO Switch interlock wait time :esphomepr:`777` (cherry-picked) (new-feature)
- esphome: Add PZEM004T/PZEMAC/PZEMDC Support :esphomepr:`587` (cherry-picked)
- esphome: Update AsyncMQTTClient/ESPAsyncWebServer :esphomepr:`779` (cherry-picked)
- esphome: Implementation of LCD Clear :esphomepr:`781` by :ghuser:`amishv` (cherry-picked)
- docs: fixed typo :docspr:`370` by :ghuser:`amishv`
- esphome: Add sensor force_update option :esphomepr:`783` (cherry-picked)
- esphome: Add sensor force_update option :esphomepr:`783` (cherry-picked) (new-feature)
- docs: Add sensor force_update option :docspr:`371` (cherry-picked)
- docs: Spelling and grammar fixes :docspr:`372` by :ghuser:`scop`
- docs: Add missing actual install step in getting started with Hass.io :docspr:`373` by :ghuser:`scop`
- esphome: Update docker base image to 2.0.1 :esphomepr:`785` (cherry-picked)
- esphome: Fix ledc can't find bit_depth :esphomepr:`786` (cherry-picked)
- esphome: web_server_base AUTO_LOAD includes ASYNC_TCP :esphomepr:`788` by :ghuser:`Schnilz` (cherry-picked)
- esphome: Add Python 2 deprecation notice :esphomepr:`784` (cherry-picked)
- esphome: Add Python 2 deprecation notice :esphomepr:`784` (breaking-change) (cherry-picked)
- docs: Update time.rst to add GPS as source :docspr:`375` by :ghuser:`mbo18`
- esphome: Fix modbus CRC calculation :esphomepr:`789` (cherry-picked)
- esphome: Add additional custom lint checks :esphomepr:`790` (cherry-picked)
- esphome: Implement more dump_configs :esphomepr:`791` (cherry-picked)
- esphome: Add missing include - fixes missing GPIOPin definition :esphomepr:`794` by :ghuser:`cjd` (cherry-picked)
- esphome: Fix MQTT not showing logs with Python 3 :esphomepr:`797` (cherry-picked)
- esphome: Fix scheduler first execution :esphomepr:`798` (ciherry-picked)
- esphome: Fix scheduler first execution :esphomepr:`798` (cherry-picked)
- esphome: Make file generation saving atomic :esphomepr:`792` (cherry-picked)
- esphome: Fujitsu General climate new component :esphomepr:`677` by :ghuser:`31337Ghost`
- esphome: Warn when UART and logger operating on same bus :esphomepr:`803`
- esphome: Add Tuya message for no datapoints :esphomepr:`804`
- esphome: AS3935 Use normal pin polling for IRQ :esphomepr:`805`
- esphome: Fix modbus register :esphomepr:`806`
- esphome: Fix web server transition length truncated :esphomepr:`807`
- docs: fix xiaomi docs :docspr:`384` by :ghuser:`Alex9779`
- esphome: Add check if middle_text is too short :esphomepr:`811` by :ghuser:`grea09`
- esphome: [Hotfix] Dashboard authentication on Py3 :esphomepr:`812` by :ghuser:`Anonym-tsk`
- esphome: Uppercase ESPHome :esphomepr:`814`
- esphome: Print update interval for pulse counter :esphomepr:`816`
- esphome: Allow TimePeriod for time_period_str_unit :esphomepr:`815`
- docs: Typo fix pzem004t :docspr:`387` by :ghuser:`Anonym-tsk`
- esphome: Scheduler fixes :esphomepr:`813`
- esphome: Fix fan oscillating :esphomepr:`818`
- esphome: Fix some binary_sensor not having an initial state :esphomepr:`819`
- esphome: Fujitsu General climate new component :esphomepr:`677` by :ghuser:`31337Ghost` (cherry-picked)
- esphome: Warn when UART and logger operating on same bus :esphomepr:`803` (cherry-picked)
- esphome: Add Tuya message for no datapoints :esphomepr:`804` (cherry-picked)
- esphome: AS3935 Use normal pin polling for IRQ :esphomepr:`805` (cherry-picked)
- esphome: Fix modbus register :esphomepr:`806` (cherry-picked)
- esphome: Fix web server transition length truncated :esphomepr:`807` (cherry-picked)
- docs: fix xiaomi docs :docspr:`384` by :ghuser:`Alex9779` (cherry-picked)
- esphome: Add check if middle_text is too short :esphomepr:`811` by :ghuser:`grea09` (cherry-picked)
- esphome: [Hotfix] Dashboard authentication on Py3 :esphomepr:`812` by :ghuser:`Anonym-tsk` (cherry-picked)
- esphome: Uppercase ESPHome :esphomepr:`814` (cherry-picked)
- esphome: Print update interval for pulse counter :esphomepr:`816` (cherry-picked)
- esphome: Allow TimePeriod for time_period_str_unit :esphomepr:`815` (cherry-picked)
- docs: Typo fix pzem004t :docspr:`387` by :ghuser:`Anonym-tsk` (cherry-picked)
- esphome: Scheduler fixes :esphomepr:`813` (cherry-picked)
- esphome: Fix fan oscillating :esphomepr:`818` (cherry-picked)
- esphome: Fix some binary_sensor not having an initial state :esphomepr:`819` (cherry-picked)
Past Changelogs
---------------

View File

@ -72,7 +72,7 @@ author = 'Otto Winter'
# The short X.Y version.
version = '1.14'
# The full version, including alpha/beta/rc tags.
release = '1.14.0b5'
release = '1.14.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.