Skip to content

Commit 2a05654

Browse files
committed
Documentation updated
1 parent afddc0a commit 2a05654

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,8 @@ Additional sensors for Haier Climate device. **These sensors are supported only
428428
name: Haier Indoor Electric Heating Status
429429
indoor_fan_status:
430430
name: Haier Indoor Fan Status
431+
alarm_active:
432+
name: Haier Alarm Active
431433
outdoor_fan_status:
432434
name: Haier Outdoor Fan Status
433435
@@ -445,6 +447,8 @@ Configuration variables:
445447
All options from `Binary Sensor <https://esphome.io/components/binary_sensor/index.html#base-binary-sensor-configuration>`_.
446448
- **indoor_fan_status** (*Optional*): A binary sensor that indicates indoor fan activity.
447449
All options from `Binary Sensor <https://esphome.io/components/binary_sensor/index.html#base-binary-sensor-configuration>`_.
450+
- **alarm_active** (*Optional*): A diagnostic binary sensor with the ``problem`` device class indicating whether any alarm is active.
451+
All options from `Binary Sensor <https://esphome.io/components/binary_sensor/index.html#base-binary-sensor-configuration>`_.
448452
- **outdoor_fan_status** (*Optional*): A binary sensor that indicates outdoor fan activity.
449453
All options from `Binary Sensor <https://esphome.io/components/binary_sensor/index.html#base-binary-sensor-configuration>`_.
450454

@@ -467,6 +471,8 @@ Additional sensors for Haier Climate device. **These sensors are supported only
467471
name: Haier cleaning status
468472
protocol_version:
469473
name: Haier protocol version
474+
active_alarms_text:
475+
name: Active alarms text
470476
471477
Configuration variables:
472478
------------------------
@@ -478,6 +484,8 @@ Configuration variables:
478484
All options from `Text Sensor <https://esphome.io/components/text_sensor/index.html#base-text-sensor-configuration>`_.
479485
- **protocol_version** (*Optional*): A text sensor that indicates Haier protocol version.
480486
All options from `Text Sensor <https://esphome.io/components/text_sensor/index.html#base-text-sensor-configuration>`_.
487+
- **active_alarms_text** (*Optional*): A diagnostic text sensor that lists all currently active alarms.
488+
All options from `Text Sensor <https://esphome.io/components/text_sensor/index.html#base-text-sensor-configuration>`_.
481489

482490
.. Generated from esphome-docs/button/haier.rst
483491

0 commit comments

Comments
 (0)