
* Rename Services to Actions in integrations: S * Update source/_integrations/scene.markdown * Update source/_integrations/scene.markdown * tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2.0 KiB
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_config_flow | ha_platforms | ha_integration_type | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
StreamLabs | Instructions on how to integrate Streamlabs Water devices with Home Assistant. |
|
0.95 | Cloud Polling | streamlabswater | true |
|
integration |
The StreamLabs Water integration is used to interact with StreamLabs water monitoring devices in order to retrieve usage information and manage the away mode of the device. The StreamLabs Water API is used to retrieve daily, monthly, and yearly water usage along with the current away mode.
{% important %} Access to the StreamLabs Water API is not free, you must have a StreamPlus™ subscription level that enables API access. Visit https://streamlabswater.com/subscription for more information. {% endimportant %}
There is currently support for the following device types within Home Assistant:
- Binary sensor
- Sensor
In preparation for using this integration you will need to request an API key following the instructions in the StreamLabs API Getting Started Section. Be sure to request an API key and not an OAuth token.
{% include integrations/config_flow.md %}
Action set_away_mode
You can use the streamlabswater.set_away_mode
action to set the mode to home
or away
. The away mode will only be changed for the configured location.
Data attribute | Optional | Description |
---|---|---|
away_mode |
no | String, must be away or home . |
location_id |
yes | String, location id to change away mode for. Defaults to first available location. |