From c97381591932a2492200e705da9062d334aa5ee3 Mon Sep 17 00:00:00 2001 From: fredericvl <34839323+fredericvl@users.noreply.github.com> Date: Mon, 11 Nov 2019 05:02:36 +0100 Subject: [PATCH] =?UTF-8?q?Add=20optional=20name=20for=20clarity=20when=20?= =?UTF-8?q?using=20multiple=20SAJ=20solar=20in=E2=80=A6=20(#11121)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added support for multiple SAJ solar inverters * Add text language flag to markdown * Remove unnecessary docs + update name description --- source/_integrations/saj.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/saj.markdown b/source/_integrations/saj.markdown index c33aaae515d..98dc00e205e 100644 --- a/source/_integrations/saj.markdown +++ b/source/_integrations/saj.markdown @@ -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