Skip to content

Commit cf716c2

Browse files
authored
Merge pull request #4450 from esphome/bump-2024.11.0b3
2024.11.0b3
2 parents b0ad622 + ed4e7ab commit cf716c2

File tree

23 files changed

+64
-44
lines changed

23 files changed

+64
-44
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2024.11.0b2
41+
PROJECT_NUMBER = 2024.11.0b3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2024.11.0b2
2+
ESPHOME_REF = 2024.11.0b3
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.11.0b2
1+
2024.11.0b3

changelog/2024.11.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Beta Changes
8282
- Fix reactive power unit of measurement from VAR to var :esphomepr:`7757` by :ghuser:`felipecrs`
8383
- Disable bluetooth proxy during update :esphomepr:`7695` by :ghuser:`jzucker2`
8484
- ld2420: fix typo in log message :esphomepr:`7758` by :ghuser:`bfabio`
85+
- TuyaFan control should use oscillation_type :esphomepr:`7776` by :ghuser:`pethans`
86+
- Bump esphome-dashboard to 20241118.0 :esphomepr:`7782` by :ghuser:`jesserockz`
8587

8688
All changes
8789
^^^^^^^^^^^

components/binary_sensor/custom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Custom Binary Sensor
99
.. warning::
1010

1111
:ref:`Custom Components are deprecated<a_note_about_custom_components>`, not recommended for new configurations and
12-
will be removed from ESPHome in a future release. Please look at creating a real ESPHome component and "importing"
13-
it into your configuration with :doc:`/components/external_components`.
12+
will be removed from ESPHome in the ``2025.1.0`` release. Please look at creating a real ESPHome component and
13+
"importing" it into your configuration with :doc:`/components/external_components`.
1414

1515
You can find some basic documentation on creating your own components at :ref:`contributing_to_esphome`.
1616

components/climate/custom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Custom Climate
99
.. warning::
1010

1111
:ref:`Custom Components are deprecated<a_note_about_custom_components>`, not recommended for new configurations and
12-
will be removed from ESPHome in a future release. Please look at creating a real ESPHome component and "importing"
13-
it into your configuration with :doc:`/components/external_components`.
12+
will be removed from ESPHome in the ``2025.1.0`` release. Please look at creating a real ESPHome component and
13+
"importing" it into your configuration with :doc:`/components/external_components`.
1414

1515
You can find some basic documentation on creating your own components at :ref:`contributing_to_esphome`.
1616

components/cover/custom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Custom Cover
99
.. warning::
1010

1111
:ref:`Custom Components are deprecated<a_note_about_custom_components>`, not recommended for new configurations and
12-
will be removed from ESPHome in a future release. Please look at creating a real ESPHome component and "importing"
13-
it into your configuration with :doc:`/components/external_components`.
12+
will be removed from ESPHome in the ``2025.1.0`` release. Please look at creating a real ESPHome component and
13+
"importing" it into your configuration with :doc:`/components/external_components`.
1414

1515
You can find some basic documentation on creating your own components at :ref:`contributing_to_esphome`.
1616

components/i2c.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ Configuration variables:
5858
sda: GPIOXX
5959
scl: GPIOXX
6060
scan: true
61-
# Sensors should be specified as follows
62-
- platform: bme680
63-
i2c_id: bus_b
64-
address: 0x76
65-
# ...
61+
# Sensors should be specified as follows
62+
sensor:
63+
- platform: bme680
64+
i2c_id: bus_b
65+
address: 0x76
66+
# ...
6667
6768
For I²C multiplexing see :doc:`/components/tca9548a`.
6869

components/light/custom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Custom Light Output
99
.. warning::
1010

1111
:ref:`Custom Components are deprecated<a_note_about_custom_components>`, not recommended for new configurations and
12-
will be removed from ESPHome in a future release. Please look at creating a real ESPHome component and "importing"
13-
it into your configuration with :doc:`/components/external_components`.
12+
will be removed from ESPHome in the ``2025.1.0`` release. Please look at creating a real ESPHome component and
13+
"importing" it into your configuration with :doc:`/components/external_components`.
1414

1515
You can find some basic documentation on creating your own components at :ref:`contributing_to_esphome`.
1616

components/output/custom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Custom Output
99
.. warning::
1010

1111
:ref:`Custom Components are deprecated<a_note_about_custom_components>`, not recommended for new configurations and
12-
will be removed from ESPHome in a future release. Please look at creating a real ESPHome component and "importing"
13-
it into your configuration with :doc:`/components/external_components`.
12+
will be removed from ESPHome in the ``2025.1.0`` release. Please look at creating a real ESPHome component and
13+
"importing" it into your configuration with :doc:`/components/external_components`.
1414

1515
You can find some basic documentation on creating your own components at :ref:`contributing_to_esphome`.
1616

0 commit comments

Comments
 (0)