mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
c8c67bca86
@ -79,10 +79,16 @@ Relevant Documentation
|
|||||||
credentials and they must be set by the user via either the ``ap`` + ``captive_portal`` or
|
credentials and they must be set by the user via either the ``ap`` + ``captive_portal`` or
|
||||||
the ``esp32_improv`` / ``improv_serial`` components.
|
the ``esp32_improv`` / ``improv_serial`` components.
|
||||||
- ``dashboard_import``
|
- ``dashboard_import``
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
The :ref:`esphome-creators_project` above is required for adoption to work in the Dashboard.
|
||||||
|
|
||||||
- ``package_import_url`` - This should point to the public repository containing
|
- ``package_import_url`` - This should point to the public repository containing
|
||||||
the configuration for the device so that the user's ESPHome dashboard can autodetect this device and
|
the configuration for the device so that the user's ESPHome dashboard can autodetect this device and
|
||||||
create a minimal YAML using :ref:`config-git_packages`.
|
create a minimal YAML using :ref:`config-git_packages`.
|
||||||
- ``import_full_config`` - This signals if ESPHome should download the entire YAML file as the user's config YAML instead of referencing the package. Set this to `true` if you are creating a tutorial to let users easily tweak the whole configuration or be able to uncomment follow-up tutorial steps.
|
- ``import_full_config`` - This signals if ESPHome should download the entire YAML file as the user's config
|
||||||
|
YAML instead of referencing the package. Set this to ``true`` if you are creating a tutorial to let users
|
||||||
|
easily tweak the whole configuration or be able to uncomment follow-up tutorial steps.
|
||||||
- ``improv_serial`` - :doc:`/components/improv_serial`
|
- ``improv_serial`` - :doc:`/components/improv_serial`
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
|
Loading…
Reference in New Issue
Block a user