[M4E] Add id requirement (#4386)

This commit is contained in:
Keith Burzinski 2024-10-23 23:47:17 -05:00 committed by GitHub
parent 5aad41d3ef
commit 43029f74bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -142,6 +142,8 @@ As an example, if the configuration needed to support three garage doors using t
platform: gpio
# ...
.. _config-packages_extend:
Extend
------
@ -169,6 +171,8 @@ For example, to set a specific update interval on a common uptime sensor that is
- id: !extend uptime_sensor
update_interval: 10s
.. _config-packages_remove:
Remove
------

View File

@ -34,6 +34,9 @@ For all projects
- Your project is powered by an ESP32 or *supported* ESP32 variant such as the S2, S3, C3, etc.
- Your ESPHome configuration is open source, available for end users to modify/update
- Users should be able to apply updates if your project sells ready-made devices
- All components/platforms used must have an ``id`` specified so users can easily refer to,
:ref:`config-packages_extend` and/or :ref:`config-packages_remove` configuration variables should they choose to
"take control"
- Your project supports adoption via the ``dashboard_import`` feature of ESPHome (see
:doc:`Sharing </guides/creators>`). In particular: