Skip to content

Commit

Permalink
Merge branch 'beta' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Jun 18, 2024
2 parents 18173c3 + 64dd403 commit cf32a0e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.6.0b3
ESPHOME_REF = 2024.6.0b4
PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind
Expand Down
12 changes: 11 additions & 1 deletion changelog/2024.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,14 @@ update available for this device. You do not need to adopt the device into the E
you don't actually need the ESPHome dashboard installed. Using the new ``http_request`` OTA platform,
the device will be able to download the firmware and update itself.

.. note::

Update Entities require at least Home Assistant 2024.7 to show up and be controlled in the Home Assistant UI.

Voice Assistant Timers
^^^^^^^^^^^^^^^^^^^^^^

Home Assistant 2024.6 added support for starting, pauseing, resuming, cancelling timers via Assist devices.
Home Assistant 2024.6 added support for starting, pausing, resuming, cancelling timers via Assist devices.
In this ESPHome release, we added new triggers to the :doc:`Voice Assistant </components/voice_assistant>` component
to take advantage of these. Timers are only in memory, do not represent entities and are only available on the device
that started the timer.
Expand Down Expand Up @@ -213,6 +217,9 @@ Beta Changes
- Synchronise Device Classes from Home Assistant :esphomepr:`6904` by :ghuser:`esphomebot`
- [ili9xxx] Fix init for GC9A01A :esphomepr:`6913` by :ghuser:`jesserockz`
- [mqtt] Fix datetime copy pasta :esphomepr:`6914` by :ghuser:`jesserockz`
- fix(dallas): make recovery time for 1-bit equal to that of 0-bit :esphomepr:`6763` by :ghuser:`muggenhor`
- [wifi] Fix some access point bugs related to esp-idf 4.4.7 :esphomepr:`6928` by :ghuser:`jesserockz`
- Rename legacy/modern to ota/factory :esphomepr:`6922` by :ghuser:`jesserockz`

All changes
^^^^^^^^^^^
Expand Down Expand Up @@ -344,6 +351,9 @@ All changes
- Synchronise Device Classes from Home Assistant :esphomepr:`6904` by :ghuser:`esphomebot`
- [ili9xxx] Fix init for GC9A01A :esphomepr:`6913` by :ghuser:`jesserockz`
- [mqtt] Fix datetime copy pasta :esphomepr:`6914` by :ghuser:`jesserockz`
- fix(dallas): make recovery time for 1-bit equal to that of 0-bit :esphomepr:`6763` by :ghuser:`muggenhor`
- [wifi] Fix some access point bugs related to esp-idf 4.4.7 :esphomepr:`6928` by :ghuser:`jesserockz`
- Rename legacy/modern to ota/factory :esphomepr:`6922` by :ghuser:`jesserockz`

Past Changelogs
---------------
Expand Down
2 changes: 1 addition & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1383,4 +1383,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated June 17, 2024.*
*This page was last updated June 18, 2024.*

0 comments on commit cf32a0e

Please sign in to comment.