mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
[bedjet] Update docs for esphome/esphome#6633 (#3799)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
0c70009ee3
commit
da462c65b6
@ -119,6 +119,13 @@ Configuration variables:
|
||||
|
||||
Whichever is not selected will be made available as a custom preset.
|
||||
|
||||
- **temperature_source** (*Optional*, string): The temperature that should be used as the
|
||||
climate entity's current temperature:
|
||||
|
||||
- ``ambient`` (Default) - The temperature of the room the BedJet is in will be
|
||||
reported as the climate entity's current temperature.
|
||||
- ``outlet`` - The temperature of the air being discharged by the BedJet will be
|
||||
reported as the climate entity's current temperature.
|
||||
- All other options from :ref:`Climate <config-climate>`.
|
||||
|
||||
``bedjet`` Fan
|
||||
@ -146,6 +153,32 @@ Configuration variables:
|
||||
- **bedjet_id** (**Required**, :ref:`config-id`): The ID of the Bedjet component.
|
||||
- Other options from :ref:`Fan <config-fan>`.
|
||||
|
||||
``bedjet`` Sensor
|
||||
-----------------
|
||||
|
||||
The ``sensor`` platform exposes the BedJet's various temperature readings as sensors.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
sensor:
|
||||
- platform: bedjet
|
||||
bedjet_id: bedjet_1
|
||||
outlet_temperature:
|
||||
name: "My BedJet Outlet Temperature"
|
||||
ambient_temperature:
|
||||
name: "My BedJet Ambient Temperature"
|
||||
|
||||
Configuration variables:
|
||||
************************
|
||||
|
||||
- **outlet_temperature** (*Optional*): If specified, the temperature of the air being
|
||||
discharged from the BedJet will be reported as a sensor.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
|
||||
- **ambient_temperature** (*Optional*): If specified, the temperature of the room the
|
||||
BedJet is in will be reported as a sensor.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
|
||||
Known issues:
|
||||
-------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user