mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-14 20:13:36 +02:00
commit
284db0af5f
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.12.0b5
|
||||
PROJECT_NUMBER = 2023.12.0b6
|
||||
|
||||
# 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.12.0b5
|
||||
ESPHOME_REF = 2023.12.0b6
|
||||
|
||||
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2023.12.0b5
|
||||
2023.12.0b6
|
@ -97,6 +97,8 @@ Beta Changes
|
||||
- Speed up writing protobuf strings/bytes :esphomepr:`5828` by :ghuser:`bdraco`
|
||||
- Bump aioesphomeapi to 21.0.1 :esphomepr:`5969` by :ghuser:`bdraco`
|
||||
- rename ``set_raw_touch_position_`` to ``add_raw_touch_position_`` :esphomepr:`5962` by :ghuser:`nielsnl68`
|
||||
- image: allow the image to by auto-loaded by animation :esphomepr:`5139` by :ghuser:`ayufan`
|
||||
- Fix pin reuse error with pin expanders :esphomepr:`5973` by :ghuser:`jesserockz`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
@ -241,6 +243,8 @@ All changes
|
||||
- Speed up writing protobuf strings/bytes :esphomepr:`5828` by :ghuser:`bdraco`
|
||||
- Bump aioesphomeapi to 21.0.1 :esphomepr:`5969` by :ghuser:`bdraco`
|
||||
- rename ``set_raw_touch_position_`` to ``add_raw_touch_position_`` :esphomepr:`5962` by :ghuser:`nielsnl68`
|
||||
- image: allow the image to by auto-loaded by animation :esphomepr:`5139` by :ghuser:`ayufan`
|
||||
- Fix pin reuse error with pin expanders :esphomepr:`5973` by :ghuser:`jesserockz`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2023.12"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2023.12.0b5"
|
||||
release = "2023.12.0b6"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -695,6 +695,27 @@ Standard for the esphome-core codebase:
|
||||
docker run --rm -v "$($current_dir):/esphome" -it ghcr.io/esphome/esphome-lint script/quicklint
|
||||
|
||||
|
||||
PRs are being drafted when changes are needed
|
||||
---------------------------------------------
|
||||
|
||||
If there have been changes requested to your PR, our bot will automatically mark your PR as a draft.
|
||||
This means that the PR is not ready to be merged or further reviewed for the moment.
|
||||
|
||||
Draft PRs tell other reviewers that look at the list of all PRs that this PR is currently in progress and doesn't require their attention yet.
|
||||
|
||||
Once you have made the requested changes, you can mark the PR as ready for review again by clicking the "Ready for review button":
|
||||
|
||||
.. figure:: images/pr-draft-ready.png
|
||||
:align: center
|
||||
:width: 100.0%
|
||||
:alt: The ready for review button in the bottom of a PR in draft mode
|
||||
|
||||
Before you click the "Ready for review" button, ensure you have addressed all requested changes,
|
||||
there are no merge conflicts, and that all our CI jobs and checks are passing successfully.
|
||||
|
||||
Once you've clicked the "Ready for review" button, the PR will return to a normal state again,
|
||||
and our bot will automatically notify the reviewers who requested the changes that the PR is ready to go!
|
||||
|
||||
|
||||
|
||||
See Also
|
||||
|
BIN
guides/images/pr-draft-ready.png
Normal file
BIN
guides/images/pr-draft-ready.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
@ -851,7 +851,7 @@ Contributors
|
||||
- `mmanza (@mmanza) <https://github.com/mmanza>`__
|
||||
- `mnltake (@mnltake) <https://github.com/mnltake>`__
|
||||
- `Matt N. (@mnoorenberghe) <https://github.com/mnoorenberghe>`__
|
||||
- `Moriah Morgan (@moriahjmorgan) <https://github.com/moriahjmorgan>`__
|
||||
- `Moriah Morgan (@moriahmorgan) <https://github.com/moriahmorgan>`__
|
||||
- `moritzj29 (@moritzj29) <https://github.com/moritzj29>`__
|
||||
- `Chris Laplante (@mostthingsweb) <https://github.com/mostthingsweb>`__
|
||||
- `MrEditor97 (@mreditor97) <https://github.com/mreditor97>`__
|
||||
|
Loading…
Reference in New Issue
Block a user