mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-27 17:37:45 +01:00
commit
b6fa6d9316
2
Doxygen
2
Doxygen
@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 2022.11.3
|
PROJECT_NUMBER = 2022.11.4
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# 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
|
# 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_PATH = ../esphome
|
||||||
ESPHOME_REF = 2022.11.3
|
ESPHOME_REF = 2022.11.4
|
||||||
|
|
||||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2022.11.3
|
2022.11.4
|
@ -114,6 +114,13 @@ Release 2022.11.3 - November 24
|
|||||||
- Fix units for refresh: never :esphomepr:`4048` by :ghuser:`bkaufx`
|
- Fix units for refresh: never :esphomepr:`4048` by :ghuser:`bkaufx`
|
||||||
- Don't convert climate temperature step :esphomepr:`4082` by :ghuser:`jesserockz`
|
- Don't convert climate temperature step :esphomepr:`4082` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
|
Release 2022.11.4 - December 1
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
- current-based cover fix copy paste mistake :esphomepr:`4124` by :ghuser:`jesserockz`
|
||||||
|
- Dashboard fix relative url after login :esphomepr:`4103` by :ghuser:`ngraziano`
|
||||||
|
- Fix queuing scripts not compiling :esphomepr:`4077` by :ghuser:`jesserockz`
|
||||||
|
|
||||||
Full list of changes
|
Full list of changes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "2022.11"
|
version = "2022.11"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = "2022.11.3"
|
release = "2022.11.4"
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -135,6 +135,7 @@ Contributors
|
|||||||
- `Daniel H Brown (@brauhausdc) <https://github.com/brauhausdc>`__
|
- `Daniel H Brown (@brauhausdc) <https://github.com/brauhausdc>`__
|
||||||
- `Jens Bretschneider (@breti) <https://github.com/breti>`__
|
- `Jens Bretschneider (@breti) <https://github.com/breti>`__
|
||||||
- `Brett Profitt (@brettp) <https://github.com/brettp>`__
|
- `Brett Profitt (@brettp) <https://github.com/brettp>`__
|
||||||
|
- `briangunderson (@briangunderson) <https://github.com/briangunderson>`__
|
||||||
- `Brian Hanifin (@brianhanifin) <https://github.com/brianhanifin>`__
|
- `Brian Hanifin (@brianhanifin) <https://github.com/brianhanifin>`__
|
||||||
- `brianrjones69 (@brianrjones69) <https://github.com/brianrjones69>`__
|
- `brianrjones69 (@brianrjones69) <https://github.com/brianrjones69>`__
|
||||||
- `Ben Brooks (@brooksben11) <https://github.com/brooksben11>`__
|
- `Ben Brooks (@brooksben11) <https://github.com/brooksben11>`__
|
||||||
@ -235,6 +236,7 @@ Contributors
|
|||||||
- `Mark (@Diramu) <https://github.com/Diramu>`__
|
- `Mark (@Diramu) <https://github.com/Diramu>`__
|
||||||
- `Dirk Heinke (@DirkHeinke) <https://github.com/DirkHeinke>`__
|
- `Dirk Heinke (@DirkHeinke) <https://github.com/DirkHeinke>`__
|
||||||
- `Dirk Jahnke (@dirkj) <https://github.com/dirkj>`__
|
- `Dirk Jahnke (@dirkj) <https://github.com/dirkj>`__
|
||||||
|
- `Dennis (@dirrgang) <https://github.com/dirrgang>`__
|
||||||
- `Johann V. (@divinitas) <https://github.com/divinitas>`__
|
- `Johann V. (@divinitas) <https://github.com/divinitas>`__
|
||||||
- `Marcos Pérez Ferro (@djwmarcx) <https://github.com/djwmarcx>`__
|
- `Marcos Pérez Ferro (@djwmarcx) <https://github.com/djwmarcx>`__
|
||||||
- `Dan Mannock (@dmannock) <https://github.com/dmannock>`__
|
- `Dan Mannock (@dmannock) <https://github.com/dmannock>`__
|
||||||
@ -253,7 +255,9 @@ Contributors
|
|||||||
- `DrRob (@DrRob) <https://github.com/DrRob>`__
|
- `DrRob (@DrRob) <https://github.com/DrRob>`__
|
||||||
- `Daniel Müller (@dtmuller) <https://github.com/dtmuller>`__
|
- `Daniel Müller (@dtmuller) <https://github.com/dtmuller>`__
|
||||||
- `dubit0 (@dubit0) <https://github.com/dubit0>`__
|
- `dubit0 (@dubit0) <https://github.com/dubit0>`__
|
||||||
|
- `Mikkel Jeppesen (@Duckle29) <https://github.com/Duckle29>`__
|
||||||
- `Sergey V. DUDANOV (@dudanov) <https://github.com/dudanov>`__
|
- `Sergey V. DUDANOV (@dudanov) <https://github.com/dudanov>`__
|
||||||
|
- `David Girón (@duhow) <https://github.com/duhow>`__
|
||||||
- `Duncan Findlay (@duncf) <https://github.com/duncf>`__
|
- `Duncan Findlay (@duncf) <https://github.com/duncf>`__
|
||||||
- `dyarkovoy (@dyarkovoy) <https://github.com/dyarkovoy>`__
|
- `dyarkovoy (@dyarkovoy) <https://github.com/dyarkovoy>`__
|
||||||
- `Janez Troha (@dz0ny) <https://github.com/dz0ny>`__
|
- `Janez Troha (@dz0ny) <https://github.com/dz0ny>`__
|
||||||
@ -592,7 +596,6 @@ Contributors
|
|||||||
- `Pauline Middelink (@middelink) <https://github.com/middelink>`__
|
- `Pauline Middelink (@middelink) <https://github.com/middelink>`__
|
||||||
- `Mikko Tervala (@MikkoTervala) <https://github.com/MikkoTervala>`__
|
- `Mikko Tervala (@MikkoTervala) <https://github.com/MikkoTervala>`__
|
||||||
- `MiKuBB (@MiKuBB) <https://github.com/MiKuBB>`__
|
- `MiKuBB (@MiKuBB) <https://github.com/MiKuBB>`__
|
||||||
- `Minideezel (@minideezel) <https://github.com/minideezel>`__
|
|
||||||
- `André Klitzing (@misery) <https://github.com/misery>`__
|
- `André Klitzing (@misery) <https://github.com/misery>`__
|
||||||
- `Tomasz (@Misiu) <https://github.com/Misiu>`__
|
- `Tomasz (@Misiu) <https://github.com/Misiu>`__
|
||||||
- `Matthew Edwards (@mje-nz) <https://github.com/mje-nz>`__
|
- `Matthew Edwards (@mje-nz) <https://github.com/mje-nz>`__
|
||||||
@ -611,9 +614,8 @@ Contributors
|
|||||||
- `Sam Hughes (@MrEditor97) <https://github.com/MrEditor97>`__
|
- `Sam Hughes (@MrEditor97) <https://github.com/MrEditor97>`__
|
||||||
- `Mariusz Kryński (@mrk-its) <https://github.com/mrk-its>`__
|
- `Mariusz Kryński (@mrk-its) <https://github.com/mrk-its>`__
|
||||||
- `Michael Davidson (@MrMDavidson) <https://github.com/MrMDavidson>`__
|
- `Michael Davidson (@MrMDavidson) <https://github.com/MrMDavidson>`__
|
||||||
- `MrZetor (@MrZetor) <https://github.com/MrZetor>`__
|
|
||||||
- `mtl010957 (@mtl010957) <https://github.com/mtl010957>`__
|
- `mtl010957 (@mtl010957) <https://github.com/mtl010957>`__
|
||||||
- `Murilo (@murilobaliego) <https://github.com/murilobaliego>`__
|
- `mulcmu (@mulcmu) <https://github.com/mulcmu>`__
|
||||||
- `Michel van de Wetering (@mvdwetering) <https://github.com/mvdwetering>`__
|
- `Michel van de Wetering (@mvdwetering) <https://github.com/mvdwetering>`__
|
||||||
- `Michiel van Turnhout (@mvturnho) <https://github.com/mvturnho>`__
|
- `Michiel van Turnhout (@mvturnho) <https://github.com/mvturnho>`__
|
||||||
- `Martin Weinelt (@mweinelt) <https://github.com/mweinelt>`__
|
- `Martin Weinelt (@mweinelt) <https://github.com/mweinelt>`__
|
||||||
@ -631,6 +633,7 @@ Contributors
|
|||||||
- `NMC (@ncareau) <https://github.com/ncareau>`__
|
- `NMC (@ncareau) <https://github.com/ncareau>`__
|
||||||
- `NeoAcheron (@NeoAcheron) <https://github.com/NeoAcheron>`__
|
- `NeoAcheron (@NeoAcheron) <https://github.com/NeoAcheron>`__
|
||||||
- `Mike Meessen (@netmikey) <https://github.com/netmikey>`__
|
- `Mike Meessen (@netmikey) <https://github.com/netmikey>`__
|
||||||
|
- `Nicolas Graziano (@ngraziano) <https://github.com/ngraziano>`__
|
||||||
- `Nick B. (@NickB1) <https://github.com/NickB1>`__
|
- `Nick B. (@NickB1) <https://github.com/NickB1>`__
|
||||||
- `nickrout (@nickrout) <https://github.com/nickrout>`__
|
- `nickrout (@nickrout) <https://github.com/nickrout>`__
|
||||||
- `Nick Whyte (@nickw444) <https://github.com/nickw444>`__
|
- `Nick Whyte (@nickw444) <https://github.com/nickw444>`__
|
||||||
@ -669,6 +672,7 @@ Contributors
|
|||||||
- `Derrick Lyndon Pallas (@pallas) <https://github.com/pallas>`__
|
- `Derrick Lyndon Pallas (@pallas) <https://github.com/pallas>`__
|
||||||
- `Panuruj Khambanonda (PK) (@panuruj) <https://github.com/panuruj>`__
|
- `Panuruj Khambanonda (PK) (@panuruj) <https://github.com/panuruj>`__
|
||||||
- `Pasi Suominen (@pasiz) <https://github.com/pasiz>`__
|
- `Pasi Suominen (@pasiz) <https://github.com/pasiz>`__
|
||||||
|
- `Patrick Collins (@patrickcollins12) <https://github.com/patrickcollins12>`__
|
||||||
- `Patrick van der Leer (@patvdleer) <https://github.com/patvdleer>`__
|
- `Patrick van der Leer (@patvdleer) <https://github.com/patvdleer>`__
|
||||||
- `Paul Deen (@PaulAntonDeen) <https://github.com/PaulAntonDeen>`__
|
- `Paul Deen (@PaulAntonDeen) <https://github.com/PaulAntonDeen>`__
|
||||||
- `Paul Monigatti (@paulmonigatti) <https://github.com/paulmonigatti>`__
|
- `Paul Monigatti (@paulmonigatti) <https://github.com/paulmonigatti>`__
|
||||||
@ -680,6 +684,7 @@ Contributors
|
|||||||
- `Peter Galantha (@peterg79) <https://github.com/peterg79>`__
|
- `Peter Galantha (@peterg79) <https://github.com/peterg79>`__
|
||||||
- `Philippe FOUQUET (@Philippe12) <https://github.com/Philippe12>`__
|
- `Philippe FOUQUET (@Philippe12) <https://github.com/Philippe12>`__
|
||||||
- `pieterbrink123 (@pieterbrink123) <https://github.com/pieterbrink123>`__
|
- `pieterbrink123 (@pieterbrink123) <https://github.com/pieterbrink123>`__
|
||||||
|
- `Piotr Kubiak (@piotr-kubiak) <https://github.com/piotr-kubiak>`__
|
||||||
- `Tommy van der Vorst (@pixelspark) <https://github.com/pixelspark>`__
|
- `Tommy van der Vorst (@pixelspark) <https://github.com/pixelspark>`__
|
||||||
- `Peter Kuehne (@pkuehne) <https://github.com/pkuehne>`__
|
- `Peter Kuehne (@pkuehne) <https://github.com/pkuehne>`__
|
||||||
- `Plácido Revilla (@placidorevilla) <https://github.com/placidorevilla>`__
|
- `Plácido Revilla (@placidorevilla) <https://github.com/placidorevilla>`__
|
||||||
@ -756,6 +761,7 @@ Contributors
|
|||||||
- `sherbang (@sherbang) <https://github.com/sherbang>`__
|
- `sherbang (@sherbang) <https://github.com/sherbang>`__
|
||||||
- `Shish (@shish) <https://github.com/shish>`__
|
- `Shish (@shish) <https://github.com/shish>`__
|
||||||
- `SiliconAvatar (@SiliconAvatar) <https://github.com/SiliconAvatar>`__
|
- `SiliconAvatar (@SiliconAvatar) <https://github.com/SiliconAvatar>`__
|
||||||
|
- `Francisco J. Solis (@sisco0) <https://github.com/sisco0>`__
|
||||||
- `Derek Hageman (@Sizurka) <https://github.com/Sizurka>`__
|
- `Derek Hageman (@Sizurka) <https://github.com/Sizurka>`__
|
||||||
- `Stephen Tierney (@sjtrny) <https://github.com/sjtrny>`__
|
- `Stephen Tierney (@sjtrny) <https://github.com/sjtrny>`__
|
||||||
- `Niklas Wagner (@Skaronator) <https://github.com/Skaronator>`__
|
- `Niklas Wagner (@Skaronator) <https://github.com/Skaronator>`__
|
||||||
@ -897,4 +903,4 @@ Contributors
|
|||||||
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
- `Zack Barett (@zsarnett) <https://github.com/zsarnett>`__
|
||||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||||
|
|
||||||
*This page was last updated November 24, 2022.*
|
*This page was last updated December 1, 2022.*
|
||||||
|
Loading…
Reference in New Issue
Block a user