Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sensor platform to laundrify integration #33596

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion source/_integrations/laundrify.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ha_iot_class: Cloud Polling
ha_domain: laundrify
ha_platforms:
- binary_sensor
- sensor
ha_codeowners:
- '@xLarry'
ha_config_flow: true
Expand All @@ -16,9 +17,13 @@ ha_integration_type: integration

Monitor the status of your washing machine or dryer within Home Assistant using a [laundrify](https://laundrify.de/) WiFi power plug.

The following device types are currently supported by the integration:
The following platforms/entities are currently supported by the integration:

- Binary sensor
- Wash Cycle (_running_/_not running_)
- Sensor
- Power (latest measurement in _Watts_)
- Energy (total consumption in _kWh_)

## Generate an Auth Code

Expand Down