mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
schema-202208 (#2243)
This commit is contained in:
parent
67c62c1f3f
commit
7bc94261cb
@ -97,7 +97,7 @@ This automation is triggered when the client disconnects from a BLE device.
|
|||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
This action triggers a write to a specified BLE characteristic. The write is attempted in
|
This action triggers a write to a specified BLE characteristic. The write is attempted in
|
||||||
a best-effort fashion and will only succeed if the `ble_client`'s connection has been
|
a best-effort fashion and will only succeed if the ``ble_client``'s connection has been
|
||||||
established and the peripheral exposes the expected BLE service and characteristic.
|
established and the peripheral exposes the expected BLE service and characteristic.
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
|
@ -68,10 +68,10 @@ From :ref:`lambdas <config-lambda>`, you can call methods to do some advanced st
|
|||||||
- lambda: |-
|
- lambda: |-
|
||||||
id(bedjet_1).upgrade_firmware();
|
id(bedjet_1).upgrade_firmware();
|
||||||
|
|
||||||
``bedjet`` Climate Platform
|
``bedjet`` Climate
|
||||||
---------------------------
|
------------------
|
||||||
|
|
||||||
The `climate` platform exposes the BedJet's climate-related functionality, including
|
The ``climate`` platform exposes the BedJet's climate-related functionality, including
|
||||||
setting the mode and target temperature.
|
setting the mode and target temperature.
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
@ -89,12 +89,15 @@ Configuration variables:
|
|||||||
- **name** (**Required**, string): The name of the climate device.
|
- **name** (**Required**, string): The name of the climate device.
|
||||||
- **bedjet_id** (**Required**, :ref:`config-id`): The ID of the Bedjet component.
|
- **bedjet_id** (**Required**, :ref:`config-id`): The ID of the Bedjet component.
|
||||||
- **heat_mode** (*Optional*, string): The primary heating mode to use for ``HVACMode.HEAT``:
|
- **heat_mode** (*Optional*, string): The primary heating mode to use for ``HVACMode.HEAT``:
|
||||||
- ``"heat"`` (Default) - Setting ``hvac_mode=heat`` uses the BedJet "HEAT" mode.
|
|
||||||
- ``"extended"`` - Setting ``hvac_mode=heat`` uses BedJet "EXT HEAT" mode.
|
- ``heat`` (Default) - Setting ``hvac_mode=heat`` uses the BedJet "HEAT" mode.
|
||||||
- Whichever is not selected will be made available as a custom preset.
|
- ``extended`` - Setting ``hvac_mode=heat`` uses BedJet "EXT HEAT" mode.
|
||||||
|
|
||||||
|
Whichever is not selected will be made available as a custom preset.
|
||||||
|
|
||||||
- All other options from :ref:`Climate <config-climate>`.
|
- All other options from :ref:`Climate <config-climate>`.
|
||||||
|
|
||||||
- ``.send_local_time``: If `time_id` is set, attempt to sync the clock now.
|
- ``.send_local_time``: If ``time_id`` is set, attempt to sync the clock now.
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
@ -106,7 +109,7 @@ Configuration variables:
|
|||||||
- lambda: |-
|
- lambda: |-
|
||||||
id(my_bedjet_fan).send_local_time();
|
id(my_bedjet_fan).send_local_time();
|
||||||
|
|
||||||
- ``.set_clock``: Set the BedJet clock to a specified time; works with or without a `time_id`.
|
- ``.set_clock``: Set the BedJet clock to a specified time; works with or without a ``time_id``.
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ Automations:
|
|||||||
|
|
||||||
- **on_stream_start** (*Optional*, :ref:`Automation <automation>`): An automation to perform
|
- **on_stream_start** (*Optional*, :ref:`Automation <automation>`): An automation to perform
|
||||||
when a stream starts.
|
when a stream starts.
|
||||||
- **on_stream_end** (*Optional*, :ref:`Automation <automation>`): An automation to perform
|
- **on_stream_stop** (*Optional*, :ref:`Automation <automation>`): An automation to perform
|
||||||
when a stream stops.
|
when a stream stops.
|
||||||
|
|
||||||
Test Setting:
|
Test Setting:
|
||||||
|
@ -23,7 +23,7 @@ via the I2S bus. This platform only works on ESP32 based chips.
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
- **dac_type** (**Required**, enum)
|
- **dac_type** (**Required**, enum):
|
||||||
|
|
||||||
- ``external``: Use an external DAC, for example the NS4168, or UDA1334A.
|
- ``external``: Use an external DAC, for example the NS4168, or UDA1334A.
|
||||||
- ``internal``: Use the internal DAC
|
- ``internal``: Use the internal DAC
|
||||||
|
@ -45,8 +45,8 @@ Configuration variables:
|
|||||||
|
|
||||||
.. _dac7678-output:
|
.. _dac7678-output:
|
||||||
|
|
||||||
DAC Output
|
DAC7678 Output
|
||||||
----------
|
--------------
|
||||||
|
|
||||||
The DAC7678 output component exposes a DAC7678 DAC channel of a global
|
The DAC7678 output component exposes a DAC7678 DAC channel of a global
|
||||||
:ref:`DAC7678 hub <dac7678-component>` as a float
|
:ref:`DAC7678 hub <dac7678-component>` as a float
|
||||||
|
@ -48,7 +48,7 @@ Configuration variables:
|
|||||||
- **learning_time_gain_hours** (*Optional*): Time constant to estimate the VOC algorithm gain from the history in hours. Past events will be forgotten after about twice the learning time. Allowed values are in range 1..1000. The default value is 12 hours.
|
- **learning_time_gain_hours** (*Optional*): Time constant to estimate the VOC algorithm gain from the history in hours. Past events will be forgotten after about twice the learning time. Allowed values are in range 1..1000. The default value is 12 hours.
|
||||||
- **gating_max_duration_minutes** (*Optional*): Maximum duration of gating in minutes (freeze of estimator during high VOC index signal). Zero disables the gating. Allowed values are in range 0..3000. The default value is 180 minutes
|
- **gating_max_duration_minutes** (*Optional*): Maximum duration of gating in minutes (freeze of estimator during high VOC index signal). Zero disables the gating. Allowed values are in range 0..3000. The default value is 180 minutes
|
||||||
- **std_initial** (*Optional*): Initial estimate for standard deviation. Lower value boosts events during initial learning period, but may result in larger device-todevice variations. Allowed values are in range 10..5000. The default value is 50.
|
- **std_initial** (*Optional*): Initial estimate for standard deviation. Lower value boosts events during initial learning period, but may result in larger device-todevice variations. Allowed values are in range 10..5000. The default value is 50.
|
||||||
- **gain_factor:** (*Optional*): Gain factor to amplify or to attenuate the VOC index output. Allowed values are in range 1..1000. The default value is 230.
|
- **gain_factor** (*Optional*): Gain factor to amplify or to attenuate the VOC index output. Allowed values are in range 1..1000. The default value is 230.
|
||||||
|
|
||||||
|
|
||||||
- All other options from :ref:`Sensor <config-sensor>`.
|
- All other options from :ref:`Sensor <config-sensor>`.
|
||||||
@ -64,7 +64,7 @@ Configuration variables:
|
|||||||
- **learning_time_gain_hours** (*Optional*): Time constant to estimate the NOx algorithm gain from the history in hours. Past events will be forgotten after about twice the learning time. Allowed values are in range 1..1000. The default value is 12 hours.
|
- **learning_time_gain_hours** (*Optional*): Time constant to estimate the NOx algorithm gain from the history in hours. Past events will be forgotten after about twice the learning time. Allowed values are in range 1..1000. The default value is 12 hours.
|
||||||
- **gating_max_duration_minutes** (*Optional*): Maximum duration of gating in minutes (freeze of estimator during high NOx index signal). Zero disables the gating. Allowed values are in range 0..3000. The default value is 180 minutes
|
- **gating_max_duration_minutes** (*Optional*): Maximum duration of gating in minutes (freeze of estimator during high NOx index signal). Zero disables the gating. Allowed values are in range 0..3000. The default value is 180 minutes
|
||||||
- **std_initial** (*Optional*): The initial estimate for standard deviation parameter has no impact for NOx. This parameter is still in place for consistency reasons with the VOC tuning parameters command. This parameter must always be set to 50.
|
- **std_initial** (*Optional*): The initial estimate for standard deviation parameter has no impact for NOx. This parameter is still in place for consistency reasons with the VOC tuning parameters command. This parameter must always be set to 50.
|
||||||
- **gain_factor:** (*Optional*)
|
- **gain_factor** (*Optional*): Gain factor to amplify or to attenuate the VOC index output. Allowed values are in range 1..1000. The default value is 230.
|
||||||
|
|
||||||
- All other options from :ref:`Sensor <config-sensor>`.
|
- All other options from :ref:`Sensor <config-sensor>`.
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ Configuration variables:
|
|||||||
- **name** (**Required**): Sensor name.
|
- **name** (**Required**): Sensor name.
|
||||||
- All other options from :ref:`Sensor <config-sensor>`.
|
- All other options from :ref:`Sensor <config-sensor>`.
|
||||||
|
|
||||||
- **Permittivity** (*Optional*): Permittivity or dielectric coefficient of the material to be measured (dimensionless quantity. Higher permittivity means higher water content. May be used for material specific calibration.
|
- **dielectric_constant** (*Optional*): Dielectric coefficient or permittivity of the material to be measured (dimensionless quantity). Higher permittivity means higher water content. May be used for material specific calibration.
|
||||||
|
|
||||||
- **name** (**Required**): Sensor name.
|
- **name** (**Required**): Sensor name.
|
||||||
- All other options from :ref:`Sensor <config-sensor>`.
|
- All other options from :ref:`Sensor <config-sensor>`.
|
||||||
|
@ -78,12 +78,12 @@ examples that are ready for you to copy and paste!
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
- **main_switch** (**Required** with more than one valve, *string*): The name for the sprinkler
|
- **main_switch** (*Optional*, *string*): Required with more than one valve. The name for the sprinkler
|
||||||
controller's main switch as it will appear in the front end. This switch, when turned on, calls the
|
controller's main switch as it will appear in the front end. This switch, when turned on, calls the
|
||||||
``sprinkler.resume_or_start_full_cycle`` action; when turned off, it calls the ``sprinkler.shutdown``
|
``sprinkler.resume_or_start_full_cycle`` action; when turned off, it calls the ``sprinkler.shutdown``
|
||||||
action (see below). It will appear to be "on" when any valve on the controller is active. This switch
|
action (see below). It will appear to be "on" when any valve on the controller is active. This switch
|
||||||
will not appear in the front end if the controller is configured with only one valve.
|
will not appear in the front end if the controller is configured with only one valve.
|
||||||
- **auto_advance_switch** (**Required** with more than one valve, *string*): The name for the
|
- **auto_advance_switch** (*Optional*, *string*): Required with more than one valve. The name for the
|
||||||
sprinkler controller's "auto-advance" switch as it will appear in the front end. When this switch is
|
sprinkler controller's "auto-advance" switch as it will appear in the front end. When this switch is
|
||||||
turned on while a valve is active, when the valve's ``run_duration`` is reached, the sprinkler
|
turned on while a valve is active, when the valve's ``run_duration`` is reached, the sprinkler
|
||||||
controller will automatically advance to the next enabled valve as a part of a "full cycle" of the
|
controller will automatically advance to the next enabled valve as a part of a "full cycle" of the
|
||||||
|
Loading…
Reference in New Issue
Block a user