Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0b2
PROJECT_NUMBER = 1.15.0b3

# 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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = v1.15.0b2
ESPHOME_REF = v1.15.0b3

.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

Expand Down
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0b2
1.15.0b3
14 changes: 14 additions & 0 deletions changelog/v1.15.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ Changelog - Version 1.15.0 - Release Date TBD
AC Dimmer, components/output/ac_dimmer, ac_dimmer.svg
Tuya Fan, components/fan/tuya, tuya.png
Tuya Binary Sensor, components/binary_sensor/tuya, tuya.png
Tuya Dimmer, components/light/tuya, tuya.png
Tuya Sensor, components/sensor/tuya, tuya.png
Tuya Switch, components/switch/tuya, tuya.png
Tuya Climate, components/climate/tuya, tuya.png
MAX7219 Dot Matrix, components/display/max7219digit, max7219digit.png
TM1637, components/display/tm1637, tm1637.jpg
SSD1351, components/display/ssd1351, ssd1351.jpg
ST7789V, components/display/st7789v, st7789v.jpg
PCD8544 (Nokia 5110/ 3310), components/display/pcd8544, pcd8544.jpg
BLE Scanner, components/text_sensor/ble_scanner, bluetooth.svg
Expand All @@ -42,6 +44,9 @@ Changelog - Version 1.15.0 - Release Date TBD
SN74HC595 I/O Expander, components/sn74hc595, sn74hc595.jpg
TM1651 Battery Display, components/tm1651, tm1651_battery_display.jpg
RF Bridge, components/rf_bridge, rf_bridge.jpg
Exposure Notifications, components/exposure_notifications, exposure_notifications.png
RTTTL Buzzer, components/rtttl, buzzer.jpg
Prometheus, components/prometheus, prometheus.svg

*This is currently a draft document.*

Expand Down Expand Up @@ -109,6 +114,15 @@ Beta Fixes
- esphome: Downgrade FastLED to 3.3.2 :esphomepr:`1212`
- docs: Fix old screenshots :docspr:`716` by :ghuser:`glmnet`
- docs: Add tuya platforms to changelog table :docspr:`715` by :ghuser:`jesserockz`
- esphome: Fix sdist missing requirements.txt :esphomepr:`1214`
- docs: Include new v1.15 components from diff :docspr:`718` by :ghuser:`glmnet`
- esphome: renamed icon molecule co2 :esphomepr:`1217` by :ghuser:`glmnet`
- esphome: Add job to update HassIO addon repo :esphomepr:`1218`
- esphome: Stop infinite loop in light on_turn_on :esphomepr:`1219` by :ghuser:`WizKid`
- esphome: Bump ESPAsyncWebServer-esphome to v1.2.7 :esphomepr:`1221`
- docs: Added hint that not the subsensor id is meant. :docspr:`720` by :ghuser:`ei-ke`
- esphome: wpa2 enterprise fixes: also copy eap parameters, don't require psk password to be set :esphomepr:`1215` by :ghuser:`dr-oblivium`
- esphome: Bump base image to 2.4.1 :esphomepr:`1224`

TODO: Merge with below

Expand Down
2 changes: 1 addition & 1 deletion components/sensor/tx20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Configuration variables:
.. note::

In order to create a text sensor to show the textual representation of the wind direction
the following config can be used. "tx20_id" needs to be replaced with the id of the TX20 sensor.
the following config can be used. "tx20_id" needs to be replaced with the id of the TX20 sensor (**not** with the id of the subsensors).

.. code-block:: yaml

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# The short X.Y version.
version = '1.15'
# The full version, including alpha/beta/rc tags.
release = '1.15.0b2'
release = '1.15.0b3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down