mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add sensor platform to laundrify integration (#33596)
This commit is contained in:
parent
db94d7afa2
commit
321d7c30ba
@ -8,6 +8,7 @@ ha_iot_class: Cloud Polling
|
|||||||
ha_domain: laundrify
|
ha_domain: laundrify
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- sensor
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@xLarry'
|
- '@xLarry'
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -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.
|
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
|
- Binary sensor
|
||||||
|
- Wash Cycle (_running_/_not running_)
|
||||||
|
- Sensor
|
||||||
|
- Power (latest measurement in _Watts_)
|
||||||
|
- Energy (total consumption in _kWh_)
|
||||||
|
|
||||||
## Generate an Auth Code
|
## Generate an Auth Code
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user