[bedjet] Update docs for esphome/esphome#6633 (#3799)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Alex Boyd 2024-05-15 17:31:13 -06:00 committed by GitHub
parent 0c70009ee3
commit da462c65b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
-------------