mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add OSO Energy binary sensors documentation (#32676)
* Add OSO Energy binary sensors documentation * Change Heater State to Heating
This commit is contained in:
parent
7defa6bc8b
commit
a0abf3d842
@ -3,6 +3,7 @@ title: OSO Energy
|
||||
description: Instructions on how to integrate OSO Energy devices with Home Assistant.
|
||||
ha_release: '2024.1'
|
||||
ha_category:
|
||||
- Binary sensor
|
||||
- Sensor
|
||||
- Water Heater
|
||||
ha_iot_class: Cloud Polling
|
||||
@ -10,6 +11,7 @@ ha_codeowners:
|
||||
- '@osohotwateriot'
|
||||
ha_domain: osoenergy
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- sensor
|
||||
- water_heater
|
||||
ha_config_flow: true
|
||||
@ -22,6 +24,16 @@ This OSO Energy integration uses a subscription key, which a user can create for
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
## Binary sensors
|
||||
|
||||
The **OSO Energy** integration exposes OSO Energy data as a binary sensor. It provides the following binary sensors:
|
||||
|
||||
- Extra energy
|
||||
- Indication if the water heater is currently in an extra energy/high demand state.
|
||||
- Power save
|
||||
- Indication if the water heater is currently in a power save/sleep mode state.
|
||||
- Heating
|
||||
- Indication if the water heater is currently heating the water.
|
||||
|
||||
## Sensors
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user