✏️ Tweak

After this we will merge it
This commit is contained in:
Klaas Schoute 2019-05-29 23:39:18 +02:00 committed by GitHub
parent 33e0d136da
commit 72a5b68b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,10 @@ comments: false
sharing: true
footer: true
logo: solax-logo.png
ha_category: Sensor
ha_release: 0.91
ha_category:
- Energy
- Sensor
ha_release: 0.94
ha_iot_class: Local Polling
---
@ -33,17 +35,7 @@ ip_address:
type: string
{% endconfiguration %}
### {% linkable_title Full configuration sample %}
A full configuration entry would look like the sample below.
```yaml
# Example configuration.yaml entry
sensor:
- platform: solax
ip_address: 192.168.0.3
```
### {% linkable_title Optional template sensor %}
If you would like to convert the values from multiple panels or view the total power the house is using, you can use the [template platform](/components/sensor.template/).