From 6c1da076f01d465df606883b0de315884590a3f4 Mon Sep 17 00:00:00 2001
From: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Date: Thu, 13 Jun 2024 11:03:41 +1200
Subject: [PATCH] Update changelog for 2024.6.0b2
---
changelog/2024.6.0.rst | 41 ++++++++++++++++++++++++++++++++++-------
1 file changed, 34 insertions(+), 7 deletions(-)
diff --git a/changelog/2024.6.0.rst b/changelog/2024.6.0.rst
index 02fbe2f5b..f8cd4e89a 100644
--- a/changelog/2024.6.0.rst
+++ b/changelog/2024.6.0.rst
@@ -41,21 +41,20 @@ 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 `__.
-
`Learn more about the Open Home Foundation `__
Update Entities
@@ -112,6 +111,26 @@ made a new top level :doc:`1-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 +193,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
^^^^^^^^^^^