mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-16 20:29:01 +02:00
Bump version to v1.14.0b5
This commit is contained in:
parent
56b8b9961b
commit
7b06e1a84e
2
Doxygen
2
Doxygen
@ -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.0b4
|
||||
PROJECT_NUMBER = 1.14.0b5
|
||||
|
||||
# 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
|
||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
ESPHOME_PATH = ../esphome
|
||||
ESPHOME_REF = v1.14.0b4
|
||||
ESPHOME_REF = v1.14.0b5
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.14.0b4
|
||||
1.14.0b5
|
@ -250,12 +250,28 @@ All changes
|
||||
- esphome: Add Python 2 deprecation notice :esphomepr:`784` (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`
|
||||
- esphome: Implement more dump_configs :esphomepr:`791`
|
||||
- esphome: Add missing include - fixes missing GPIOPin definition :esphomepr:`794` by :ghuser:`cjd`
|
||||
- esphome: Fix MQTT not showing logs with Python 3 :esphomepr:`797`
|
||||
- esphome: Fix scheduler first execution :esphomepr:`798`
|
||||
- esphome: Make file generation saving atomic :esphomepr:`792`
|
||||
- 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` (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`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
2
conf.py
2
conf.py
@ -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.0b4'
|
||||
release = '1.14.0b5'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
Reference in New Issue
Block a user