mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-27 17:37:45 +01:00
commit
ce15850be0
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 = 2024.2.0b1
|
||||
PROJECT_NUMBER = 2024.2.0b2
|
||||
|
||||
# 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 = 2024.2.0b1
|
||||
ESPHOME_REF = 2024.2.0b2
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2024.2.0b1
|
||||
2024.2.0b2
|
@ -41,6 +41,16 @@ Breaking Changes
|
||||
- convert cse7766 to non-polling :esphomepr:`6095` by :ghuser:`ssieb` (breaking-change)
|
||||
- Add combination sensor and remove absorbed kalman_combinator component :esphomepr:`5438` by :ghuser:`kahrendt` (new-integration) (breaking-change)
|
||||
|
||||
Beta Changes
|
||||
^^^^^^^^^^^^
|
||||
|
||||
- AUTO_LOAD ``sensor`` for ``shelly_dimmer`` :esphomepr:`6223` by :ghuser:`kbx81`
|
||||
- Add more debugging logs to microWakeWord :esphomepr:`6238` by :ghuser:`kahrendt`
|
||||
- Fix to RF receiver for Drayton Digistat heating controller :esphomepr:`6235` by :ghuser:`marshn`
|
||||
- WRGB Use correct multiplier :esphomepr:`6237` by :ghuser:`mhetzi`
|
||||
- Add optional minimum esphome version to microWakeWord manifest :esphomepr:`6240` by :ghuser:`jesserockz`
|
||||
- Fix xl9535 pin reads :esphomepr:`6242` by :ghuser:`jesserockz`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
|
||||
|
@ -38,7 +38,7 @@ Configuration variables:
|
||||
|
||||
The below two options are provided by the JSON file, but can be overridden in YAML.
|
||||
|
||||
- **probability_cutoff** (*Optional*, float): The probability cutoff for the wake word detection.
|
||||
- **probability_cutoff** (*Optional*, percentage): The probability cutoff for the wake word detection.
|
||||
If the probability of the wake word is below this value, the wake word is not detected.
|
||||
A larger value reduces the number of false accepts but increases the number of false rejections.
|
||||
- **sliding_window_average_size** (*Optional*, int): The size of the sliding window average for the wake word detection. A small value lowers latency but may increase the number of false accepts.
|
||||
@ -61,7 +61,7 @@ Model JSON
|
||||
}
|
||||
}
|
||||
|
||||
The model JSON file contains the following fields that are all **required**:
|
||||
The model JSON file contains the following fields that are all **required** unless otherwise specified:
|
||||
|
||||
- **type** (string): The type of the model. This should always be ``micro``.
|
||||
- **wake_word** (string): The wake word that the model is trained to detect.
|
||||
@ -74,6 +74,7 @@ The model JSON file contains the following fields that are all **required**:
|
||||
- **probability_cutoff** (float): The probability cutoff for the wake word detection.
|
||||
If the probability of the wake word is below this value, the wake word is not detected.
|
||||
- **sliding_window_average_size** (int): The size of the sliding window average for the wake word detection.
|
||||
- **minimum_esphome_version** (*Optional* version): The minimum ESPHome version required to use this model.
|
||||
|
||||
|
||||
Automations
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2024.2"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2024.2.0b1"
|
||||
release = "2024.2.0b2"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -45,7 +45,6 @@ Contributors
|
||||
- `Andrea Donno (@adonno) <https://github.com/adonno>`__
|
||||
- `Adrian Fretwell (@AdrianFretwell) <https://github.com/AdrianFretwell>`__
|
||||
- `Adrien Brault (@adrienbrault) <https://github.com/adrienbrault>`__
|
||||
- `Ian Blais (@aeonsablaze) <https://github.com/aeonsablaze>`__
|
||||
- `Attila Farago (@afarago) <https://github.com/afarago>`__
|
||||
- `Kjell Braden (@afflux) <https://github.com/afflux>`__
|
||||
- `Alejandro Galfrascoli (@AGalfra) <https://github.com/AGalfra>`__
|
||||
@ -178,6 +177,7 @@ Contributors
|
||||
- `Bierchermuesli (@Bierchermuesli) <https://github.com/Bierchermuesli>`__
|
||||
- `bigwoof (@bigwoof) <https://github.com/bigwoof>`__
|
||||
- `Bill Church (@billchurch) <https://github.com/billchurch>`__
|
||||
- `bisbastuner (@bisbastuner) <https://github.com/bisbastuner>`__
|
||||
- `Brian Kaufman (@bkaufx) <https://github.com/bkaufx>`__
|
||||
- `JDavid (@blackhack) <https://github.com/blackhack>`__
|
||||
- `blackshoals (@blackshoals) <https://github.com/blackshoals>`__
|
||||
@ -226,6 +226,7 @@ Contributors
|
||||
- `Carlos Gustavo Sarmiento (@carlos-sarmiento) <https://github.com/carlos-sarmiento>`__
|
||||
- `Carlos Garcia Saura (@CarlosGS) <https://github.com/CarlosGS>`__
|
||||
- `Carlos Ruiz (@CarlosRDomin) <https://github.com/CarlosRDomin>`__
|
||||
- `Carlos Ortega (@carlosV2) <https://github.com/carlosV2>`__
|
||||
- `carlywarly (@carlywarly) <https://github.com/carlywarly>`__
|
||||
- `Carson Full (@CarsonF) <https://github.com/CarsonF>`__
|
||||
- `carstenschroeder (@carstenschroeder) <https://github.com/carstenschroeder>`__
|
||||
@ -524,7 +525,6 @@ Contributors
|
||||
- `gcopeland (@gcopeland) <https://github.com/gcopeland>`__
|
||||
- `Greg Cormier (@gcormier) <https://github.com/gcormier>`__
|
||||
- `GeekVisit (@GeekVisit) <https://github.com/GeekVisit>`__
|
||||
- `Ian Reinhart Geiser (@geiseri) <https://github.com/geiseri>`__
|
||||
- `R Huish (@genestealer) <https://github.com/genestealer>`__
|
||||
- `Geoff Davis (@geoffdavis) <https://github.com/geoffdavis>`__
|
||||
- `Geoffrey Van Landeghem (@geoffrey-vl) <https://github.com/geoffrey-vl>`__
|
||||
@ -684,6 +684,7 @@ Contributors
|
||||
- `jochenvg (@jochenvg) <https://github.com/jochenvg>`__
|
||||
- `Johboh (@Johboh) <https://github.com/Johboh>`__
|
||||
- `John Moxley (@johnmoxley) <https://github.com/johnmoxley>`__
|
||||
- `John White (@johnpwhite) <https://github.com/johnpwhite>`__
|
||||
- `Dave Johnston (@johnsto) <https://github.com/johnsto>`__
|
||||
- `joiboi (@joiboi) <https://github.com/joiboi>`__
|
||||
- `JonasEr (@JonasEr) <https://github.com/JonasEr>`__
|
||||
@ -848,6 +849,7 @@ Contributors
|
||||
- `Merlin Schumacher (@merlinschumacher) <https://github.com/merlinschumacher>`__
|
||||
- `Martin Flasskamp (@MFlasskamp) <https://github.com/MFlasskamp>`__
|
||||
- `Michael Hoffmann (@mghoffmann) <https://github.com/mghoffmann>`__
|
||||
- `Marcel Hetzendorfer (@mhetzi) <https://github.com/mhetzi>`__
|
||||
- `M Hightower (@mhightower83) <https://github.com/mhightower83>`__
|
||||
- `Michael Muré (@MichaelMure) <https://github.com/MichaelMure>`__
|
||||
- `Michal Fapso (@michalfapso) <https://github.com/michalfapso>`__
|
||||
@ -1102,6 +1104,7 @@ Contributors
|
||||
- `Sam Turner (@samturner3) <https://github.com/samturner3>`__
|
||||
- `Sender (@sanderlv) <https://github.com/sanderlv>`__
|
||||
- `Sanjay Govind (@sanjay900) <https://github.com/sanjay900>`__
|
||||
- `Marcin (@Santanachia) <https://github.com/Santanachia>`__
|
||||
- `sascha lammers (@sascha432) <https://github.com/sascha432>`__
|
||||
- `Davide Perini (@sblantipodi) <https://github.com/sblantipodi>`__
|
||||
- `sbur83 (@sbur83) <https://github.com/sbur83>`__
|
||||
@ -1318,11 +1321,10 @@ Contributors
|
||||
- `david reid (@zathras777) <https://github.com/zathras777>`__
|
||||
- `Brynley McDonald (@ZephireNZ) <https://github.com/ZephireNZ>`__
|
||||
- `Geek_cat (@zhzhzhy) <https://github.com/zhzhzhy>`__
|
||||
- `I. Tomita (@ziceva) <https://github.com/ziceva>`__
|
||||
- `Stefan Goethals (@zipkid) <https://github.com/zipkid>`__
|
||||
- `zivillian (@zivillian) <https://github.com/zivillian>`__
|
||||
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
||||
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
|
||||
*This page was last updated February 13, 2024.*
|
||||
*This page was last updated February 19, 2024.*
|
||||
|
Loading…
Reference in New Issue
Block a user