mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-04 09:10:02 +01:00
commit
a97842bb37
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 = 2022.2.0b2
|
||||
PROJECT_NUMBER = 2022.2.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
|
||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
ESPHOME_PATH = ../esphome
|
||||
ESPHOME_REF = 2022.2.0b2
|
||||
ESPHOME_REF = 2022.2.0b3
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
BIN
_static/changelog-2022.2.0.png
Normal file
BIN
_static/changelog-2022.2.0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
@ -1 +1 @@
|
||||
2022.2.0b2
|
||||
2022.2.0b3
|
@ -3,5 +3,9 @@
|
||||
<li><a href="https://discord.gg/KhAMKrd" target="_blank">Join the community</a></li>
|
||||
<li><a href="https://twitter.com/esphome_" target="_blank">Follow us on Twitter</a></li>
|
||||
<li><a href="https://github.com/esphome/esphome" target="_blank">Source Code</a></li>
|
||||
<li><a href="mailto:esphome@nabucasa.com">Contact</a> (no support!)</li>
|
||||
</ul>
|
||||
ESPHome is an open source project by <a href="https://www.nabucasa.com" target="_blank">Nabu Casa</a>
|
||||
<ul>
|
||||
<li><a href="https://www.netlify.com" target="_blank">This site is powered by Netlify</a></li>
|
||||
</ul>
|
||||
|
@ -3,7 +3,7 @@ ESPHome 2022.2.0 - 16th February 2022
|
||||
|
||||
.. seo::
|
||||
:description: Changelog for ESPHome 2022.2.0.
|
||||
:image: /_static/changelog-2022.1.0.png
|
||||
:image: /_static/changelog-2022.2.0.png
|
||||
:author: Jesse Hills
|
||||
:author_twitter: @jesserockz
|
||||
|
||||
@ -42,13 +42,14 @@ FastLED
|
||||
|
||||
Due to the Arduino bump, the FastLED library suffers issues when running on ESP8266 on Arduino 3+.
|
||||
Because of this there is now a restriction on the ``fastled_clockless`` and ``fastled_spi`` components to only allow using them if you change the arduino version
|
||||
back to 2.7.4 or lower. This will be in place until the library can update and fix the issues.
|
||||
back to 2.7.4 or lower. This will be in place until the library can update and fix the issues. See the :doc:`documentation </components/light/fastled>` for
|
||||
information on how to continue using the lights.
|
||||
|
||||
|
||||
Improv serial wifi scan
|
||||
-----------------------
|
||||
Improv serial Wi-Fi scan
|
||||
------------------------
|
||||
|
||||
Improv serial has been updated to be able to start a wifi scan and send the results back to the improv client so the user can select the network SSID instead of having to type it in.
|
||||
Improv serial has been updated to be able to start a Wi-Fi scan and send the results back to the improv client so the user can select the network SSID instead of having to type it in.
|
||||
|
||||
|
||||
Tuya Multi multi-datapoint
|
||||
@ -117,6 +118,8 @@ Beta Changes
|
||||
- Clamp rotary_encoder restored value to min and max :esphomepr:`3184` by :ghuser:`jesserockz`
|
||||
- Make generating combined binary output verbose :esphomepr:`3127` by :ghuser:`OttoWinter`
|
||||
- Allow framework version validator to be maximum version :esphomepr:`3197` by :ghuser:`jesserockz` (breaking-change)
|
||||
- Fix strlcpy() uses to make long SSIDs and passwords work :esphomepr:`3199` by :ghuser:`mmakaay`
|
||||
- Update HA addon token :esphomepr:`3200` by :ghuser:`jesserockz`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
@ -205,6 +208,8 @@ All changes
|
||||
- Clamp rotary_encoder restored value to min and max :esphomepr:`3184` by :ghuser:`jesserockz`
|
||||
- Make generating combined binary output verbose :esphomepr:`3127` by :ghuser:`OttoWinter`
|
||||
- Allow framework version validator to be maximum version :esphomepr:`3197` by :ghuser:`jesserockz` (breaking-change)
|
||||
- Fix strlcpy() uses to make long SSIDs and passwords work :esphomepr:`3199` by :ghuser:`mmakaay`
|
||||
- Update HA addon token :esphomepr:`3200` by :ghuser:`jesserockz`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "Otto Winter"
|
||||
# The short X.Y version.
|
||||
version = "2022.2"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2022.2.0b2"
|
||||
release = "2022.2.0b3"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -794,4 +794,4 @@ Contributors
|
||||
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated February 15, 2022.*
|
||||
*This page was last updated February 16, 2022.*
|
||||
|
Loading…
Reference in New Issue
Block a user