Improve Powerfox documentation (#36323)

This commit is contained in:
Josef Zweck 2024-12-13 13:38:49 +01:00 committed by GitHub
commit 57b8f3d5e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,8 @@ The **Powerfox** {% term integration %} allows you to gather data from your [Pow
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
### Configuration parameters
{% configuration_basic %} {% configuration_basic %}
Email: Email:
description: The email address of your Powerfox account. description: The email address of your Powerfox account.
@ -42,13 +44,18 @@ Not all Poweropti devices are supported currently. Check the list below to see i
## Data updates ## Data updates
The integration will poll the Powerfox API every 5 minutes to update the data in Home Assistant. The integration will update its information by polling Powerfox every
minute. This ensures the data in Home Assistant is up to date.
## Sensors ## Actions
This integration does not provide additional actions.
## Supported functionality
The Powerfox platform mainly provides sensors that you can use in your [energy dashboard](/energy). The Powerfox platform mainly provides sensors that you can use in your [energy dashboard](/energy).
## Power meter ### Power meter
It will create the following sensors: It will create the following sensors:
@ -62,15 +69,19 @@ It will create the following sensors:
The energy tariff sensors are only available if your Poweropti device supports it. The energy tariff sensors are only available if your Poweropti device supports it.
{% endnote %} {% endnote %}
## Water meter ### Water meter
It will create the following sensors: It will create the following sensors:
- **Cold water (m³)**: How much cold water is used. - **Cold water (m³)**: How much cold water is used.
- **Warm water (m³)**: How much warm water is used. - **Warm water (m³)**: How much warm water is used.
## Troubleshooting
There are no commonly known issues with this integration.
## Remove integration ## Remove integration
This integration follows standard integration removal, no extra steps are required. This integration follows standard integration removal. No extra steps are required.
{% include integrations/remove_device_service.md %} {% include integrations/remove_device_service.md %}