mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-27 22:31:37 +01:00
Add example config to project information (#1225)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
af1faecb64
commit
4e24de3848
@ -330,7 +330,17 @@ Project information
|
|||||||
|
|
||||||
This allows creators to add the project name and version to the compiled code. It is currently only
|
This allows creators to add the project name and version to the compiled code. It is currently only
|
||||||
exposed via the logger, mDNS and the device_info response via the native API. The format of the name
|
exposed via the logger, mDNS and the device_info response via the native API. The format of the name
|
||||||
should be ``namespace.project_name``.
|
should be ``author_name.project_name``.
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
# Example configuration
|
||||||
|
esphome:
|
||||||
|
...
|
||||||
|
project:
|
||||||
|
name: "jesse.leds_party"
|
||||||
|
version: "1.0.0"
|
||||||
|
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
--------
|
--------
|
||||||
|
Loading…
Reference in New Issue
Block a user