mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
commit
3cea6bc83d
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 = 2023.8.1
|
||||
PROJECT_NUMBER = 2023.8.2
|
||||
|
||||
# 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 = 2023.8.1
|
||||
ESPHOME_REF = 2023.8.2
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2023.8.1
|
||||
2023.8.2
|
@ -29,6 +29,15 @@ Release 2023.8.1 - August 18
|
||||
- Fix checksum calculation for sml :esphomepr:`5271` by :ghuser:`Mat931`
|
||||
- Change haier from AUTO to HEAT_COOL :esphomepr:`5267` by :ghuser:`jesserockz` (breaking-change)
|
||||
|
||||
Release 2023.8.2 - August 21
|
||||
----------------------------
|
||||
|
||||
- Move libcairo to all architectures in docker :esphomepr:`5276` by :ghuser:`jesserockz`
|
||||
- Resolve offline ESPs in dashboard when using ESPHOME_DASHBOARD_USE_PING=true :esphomepr:`5281` by :ghuser:`mwolter805`
|
||||
- Align SPI data rates in C++ code with Python :esphomepr:`5284` by :ghuser:`clydebarrow`
|
||||
- Change htu21d sensors from required to optional :esphomepr:`5285` by :ghuser:`jesserockz`
|
||||
- Reserve keyword "clock" :esphomepr:`5279` by :ghuser:`clydebarrow`
|
||||
|
||||
Full list of changes
|
||||
--------------------
|
||||
|
||||
|
@ -31,25 +31,18 @@ Example sensors:
|
||||
sensor:
|
||||
- platform: htu21d
|
||||
temperature:
|
||||
name: "Living Room Temperature"
|
||||
name: "Temperature"
|
||||
humidity:
|
||||
name: "Living Room Humidity"
|
||||
update_interval: 60s
|
||||
name: "Humidity"
|
||||
|
||||
Configuration variables:
|
||||
------------------------
|
||||
|
||||
- **temperature** (**Required**): The information for the temperature sensor.
|
||||
- **temperature** (*Optional*): The information for the temperature sensor.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
|
||||
- **name** (**Required**, string): The name for the temperature sensor.
|
||||
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
|
||||
- All other options from :ref:`Sensor <config-sensor>`.
|
||||
|
||||
- **humidity** (**Required**): The information for the humidity sensor.
|
||||
|
||||
- **name** (**Required**, string): The name for the humidity sensor.
|
||||
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
|
||||
- All other options from :ref:`Sensor <config-sensor>`.
|
||||
- **humidity** (*Optional*): The information for the humidity sensor.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
|
||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``.
|
||||
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2023.8"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2023.8.1"
|
||||
release = "2023.8.2"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -197,7 +197,6 @@ Contributors
|
||||
- `brtchip-tuannguyen (@brtchip-tuannguyen) <https://github.com/brtchip-tuannguyen>`__
|
||||
- `buddydvd (@buddydvd) <https://github.com/buddydvd>`__
|
||||
- `Matt Burke (@burkemw3) <https://github.com/burkemw3>`__
|
||||
- `Jon Little (@burundiocibu) <https://github.com/burundiocibu>`__
|
||||
- `buxtronix (@buxtronix) <https://github.com/buxtronix>`__
|
||||
- `bvansambeek (@bvansambeek) <https://github.com/bvansambeek>`__
|
||||
- `c0ffeeca7 (@c0ffeeca7) <https://github.com/c0ffeeca7>`__
|
||||
@ -644,6 +643,7 @@ Contributors
|
||||
- `Dave Johnston (@johnsto) <https://github.com/johnsto>`__
|
||||
- `joiboi (@joiboi) <https://github.com/joiboi>`__
|
||||
- `JonasEr (@JonasEr) <https://github.com/JonasEr>`__
|
||||
- `Jonas Niesner (@jonasniesner) <https://github.com/jonasniesner>`__
|
||||
- `Jonathan Adams (@jonathanadams) <https://github.com/jonathanadams>`__
|
||||
- `JonnyaiR (@jonnyair) <https://github.com/jonnyair>`__
|
||||
- `Jonathan V (@jonofmac) <https://github.com/jonofmac>`__
|
||||
@ -785,7 +785,6 @@ Contributors
|
||||
- `Christopher Masto (@masto) <https://github.com/masto>`__
|
||||
- `Mat931 (@Mat931) <https://github.com/Mat931>`__
|
||||
- `Maciej Sokołowski (@matemaciek) <https://github.com/matemaciek>`__
|
||||
- `Mateus Demboski (@mateusdemboski) <https://github.com/mateusdemboski>`__
|
||||
- `matikij (@matikij) <https://github.com/matikij>`__
|
||||
- `Michel Marti (@matoxp) <https://github.com/matoxp>`__
|
||||
- `matt123p (@matt123p) <https://github.com/matt123p>`__
|
||||
@ -980,6 +979,7 @@ Contributors
|
||||
- `Russell Cloran (@rcloran) <https://github.com/rcloran>`__
|
||||
- `Rebbe Pod (@RebbePod) <https://github.com/RebbePod>`__
|
||||
- `reddn (@reddn) <https://github.com/reddn>`__
|
||||
- `redlukas (@redlukas) <https://github.com/redlukas>`__
|
||||
- `Alex (@redwngsrul) <https://github.com/redwngsrul>`__
|
||||
- `Refferic (@Refferic) <https://github.com/Refferic>`__
|
||||
- `Regev Brody (@regevbr) <https://github.com/regevbr>`__
|
||||
@ -1231,4 +1231,4 @@ Contributors
|
||||
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated August 18, 2023.*
|
||||
*This page was last updated August 21, 2023.*
|
||||
|
Loading…
Reference in New Issue
Block a user