Add optional name for clarity when using multiple SAJ solar in… (#11121)

* Added support for multiple SAJ solar inverters

* Add text language flag to markdown

* Remove unnecessary docs + update name description
This commit is contained in:
fredericvl 2019-11-11 05:02:36 +01:00 committed by Franck Nijhof
parent 31d274a6e8
commit c973815919

View File

@ -31,6 +31,10 @@ host:
description: "The IP address of the SAJ Solar Inverter."
required: true
type: string
name:
description: "An optional name for your SAJ Solar Inverter."
required: false
type: string
type:
description: "Type of connection module: 'ethernet' or 'wifi'"
required: false
@ -57,7 +61,7 @@ Sensors available in the library:
| today_time | h | Inverter's running time for today. |
| today_max_current | W | Maximum current power for today. (only for connection via ethernet module) |
| total_yield | kWh | Total kWh generated to date. |
| total_time | h | Total running time of the inverter . |
| total_time | h | Total running time of the inverter. |
| total_co2_reduced | kg | Total CO2 in kg reduced. |
| temperature | °C | Temperature of the inverter. |
| state | N/A | Live state of the inverter. |
@ -67,6 +71,7 @@ Sensors available in the library:
```yaml
sensor:
- platform: saj
name: MY_INVERTER_NAME
host: IP_ADDRESS_OF_DEVICE
type: wifi
username: USERNAME