mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-17 20:36:21 +02:00
Merge branch 'current' into next
This commit is contained in:
commit
a0c9f26efa
2
.github/workflows/component-image.yml
vendored
2
.github/workflows/component-image.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
component: ${{ needs.prepare.outputs.name }}
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v4.3.3
|
||||
uses: actions/upload-artifact@v4.3.4
|
||||
id: upload-artifact
|
||||
with:
|
||||
name: ${{ needs.prepare.outputs.name }}
|
||||
|
@ -89,7 +89,7 @@ Open the ESPHome integration page on your Home Assistant instance:
|
||||
|
||||
Then:
|
||||
|
||||
#. Fnd your device in the device list
|
||||
#. Find your device in the device list
|
||||
#. Click the "configure" button next to it
|
||||
#. Check the "Allow the device to make Home Assistant service calls" box
|
||||
#. Then click "submit".
|
||||
|
@ -39,7 +39,7 @@ Configuration variables:
|
||||
|
||||
- **tvoc** (**Required**): The information for the total Volatile Organic Compounds sensor.
|
||||
|
||||
- **name** (**Required**, string): The name for the humidity sensor.
|
||||
- **name** (**Required**, string): The name for the TVOC sensor.
|
||||
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
|
||||
- All other options from :ref:`Sensor <config-sensor>`.
|
||||
|
||||
@ -60,13 +60,13 @@ Advanced:
|
||||
|
||||
- **tvoc_baseline** (**Required**, int): The TVOC baseline for calibration purposes. After OTA, this value is used to calibrate the sensor.
|
||||
|
||||
- **eco2_baseline** (*Optional*): The information for the CO₂eq. sensor baseline value. Baseline value is published in decimals.
|
||||
- **eco2_baseline** (*Optional*): The information for the CO₂eq. baseline value sensor. Baseline value is published in decimals.
|
||||
|
||||
- **name** (**Required**, string): The name for the CO₂eq baseline value sensor.
|
||||
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
|
||||
- All other options from :ref:`Sensor <config-sensor>`.
|
||||
|
||||
- **tvoc_baseline** (*Optional*): The information for the TVOC baseline value sensor. Baseline value is published in in decimals.
|
||||
- **tvoc_baseline** (*Optional*): The information for the TVOC baseline value sensor. Baseline value is published in decimals.
|
||||
|
||||
- **name** (**Required**, string): The name for the TVOC baseline value sensor.
|
||||
- **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas.
|
||||
|
@ -34,11 +34,14 @@ 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
|
||||
- Your project supports adoption via the ``dashboard_import`` feature of ESPHome (see :doc:`Sharing </guides/creators>`). In particular:
|
||||
- Your project supports adoption via the ``dashboard_import`` feature of ESPHome (see
|
||||
:doc:`Sharing </guides/creators>`). In particular:
|
||||
|
||||
- There are **no** references to secrets or passwords
|
||||
- Network configuration must assume defaults (no static IPs or DNS configured)
|
||||
- It **must** compile successfully without any user changes after adopting it.
|
||||
- All configuration is contained within a single YAML file. Fully remote packages are permitted if using ``import_full_config: true``.
|
||||
- The configuration **must** be valid, compile and run successfully *without any user changes* after adopting it.
|
||||
- Use of remote packages in the YAML is permitted only if the above criteria are met.
|
||||
|
||||
- Your product name cannot contain "**ESPHome**" except in the case of *ending with* "**for ESPHome**"
|
||||
|
||||
When your project matches all requirements of the Made for ESPHome program,
|
||||
|
Loading…
Reference in New Issue
Block a user