Skip to content

Commit 278196a

Browse files
authored
Add deadline for custom components (#4446)
1 parent 075392d commit 278196a

File tree

13 files changed

+38
-29
lines changed

13 files changed

+38
-29
lines changed

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/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

components/sensor/custom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Custom Sensor Component
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/switch/custom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Custom Switch
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/text_sensor/custom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Custom Text 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

custom/custom_component.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Generic Custom Component
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

custom/i2c.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Custom I²C Device
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)