Merge pull request #3947 from esphome/bump-2024.6.0b2

2024.6.0b2
This commit is contained in:
Jesse Hills 2024-06-13 11:41:03 +12:00 committed by GitHub
commit 0fd045a4a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 41 additions and 12 deletions

View File

@ -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.6.0b1
PROJECT_NUMBER = 2024.6.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

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.6.0b1
ESPHOME_REF = 2024.6.0b2
PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind

View File

@ -1 +1 @@
2024.6.0b1
2024.6.0b2

View File

@ -37,25 +37,25 @@ So we have a few updates to update you on this |ss| update |se| release.
Please do read these release notes carefully as there are quite a few breaking changes that
we know will affect a large portion of users.
ESPHome branding
^^^^^^^^^^^^^^^^
In April, Nabu Casa donated ESPHome to the newly found Open Home Foundation. This foundation,
which also owns Home Assistant, fights for the rights of privacy, choice and sustainability
which also owns Home Assistant, fights for the rights of privacy, choice, and sustainability
of the smart home - and everyone that lives in one. This was done to create a bulwark against
surveillance capitalism, the risk of buyout, and open-source projects becoming abandonware.
To an extent, this protection extends even against our future selves—so that smart home users
can continue to benefit for years, if not decades. No matter what comes.
can continue to benefit for years, if not decades, no matter what comes.
As part of this new governance, we decided to align the branding of Home Assistant and ESPHome,
the two consumer facing projects of the foundation, to communicate that we share a common vision.
the two consumer-facing projects of the foundation, to communicate that we share a common vision.
This change has not had any impact on the day-to-day of ESPHome.
Both Keith and myself will remain full-time employed at Nabu Casa, a commercial partner of
the Open Home Foundation, to further develop ESPHome to be the best way for anyone to create
This change will not have any impact on the day-to- day running of ESPHome.
Both Keith and I will remain full-time employees at Nabu Casa, a commercial partner of
the Open Home Foundation, to further develop ESPHome as the best way for anyone to create
smart home devices. To support our work,
`subscribe to Home Assistant Cloud by Nabu Casa <https://www.nabucasa.com/>`__.
`Learn more about the Open Home Foundation <https://www.openhomefoundation.org/blog/announcing-the-open-home-foundation/>`__
Update Entities
@ -112,6 +112,26 @@ made a new top level :doc:`1-wire </components/one_wire>` component that will al
In doing so, the ``dallas`` sensor platform has been removed, and replaced with ``dallas_temp``
to allow for other Dallas sensors to be implemented that are not temperature sensors.
.. code-block:: yaml
# Old
dallas:
- pin: GPIOXX
sensor:
- platform: dallas
address: 0x1234567890abcdef
name: "My Sensor"
# New
one_wire:
- pin: GPIOXX
sensor:
- platform: dallas_temp
address: 0x1234567890abcdef
name: "My Sensor"
HTTP(s) Requests
^^^^^^^^^^^^^^^^
@ -174,6 +194,14 @@ Breaking Changes
- Allow parse_json to return a boolean result :esphomepr:`6884` by :ghuser:`jesserockz` (breaking-change)
- New 1-wire component :esphomepr:`6860` by :ghuser:`ssieb` (new-integration) (breaking-change)
Beta Changes
^^^^^^^^^^^^
- [CI] Fix for sdl :esphomepr:`6892` by :ghuser:`jesserockz`
- Add operation_speed option to X9C component :esphomepr:`6890` by :ghuser:`oliverhihn`
- [host] Execute host program when using run command :esphomepr:`6897` by :ghuser:`jesserockz`
- Bump esphome-dashboard to 20240613.0 :esphomepr:`6901` by :ghuser:`jesserockz`
All changes
^^^^^^^^^^^

View File

@ -69,7 +69,7 @@ author = "ESPHome"
# The short X.Y version.
version = "2024.6"
# The full version, including alpha/beta/rc tags.
release = "2024.6.0b1"
release = "2024.6.0b2"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -980,6 +980,7 @@ Contributors
- `Larry (@ojaksch) <https://github.com/ojaksch>`__
- `OkhammahkO (@OkhammahkO) <https://github.com/OkhammahkO>`__
- `Oleg Tarasov (@olegtarasov) <https://github.com/olegtarasov>`__
- `Oliver Hihn (@oliverhihn) <https://github.com/oliverhihn>`__
- `Omar Ghader (@omarghader) <https://github.com/omarghader>`__
- `Ömer Şiar Baysal (@omersiar) <https://github.com/omersiar>`__
- `Onne (@onnlucky) <https://github.com/onnlucky>`__
@ -1374,4 +1375,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
*This page was last updated June 12, 2024.*
*This page was last updated June 13, 2024.*