From 9d786747e3aeed15b7ed3a0424fb58e690a570e5 Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Fri, 14 May 2021 10:22:34 +0200 Subject: [PATCH] Growatt server - Change documentation to reflect support for config flow (#14998) --- source/_integrations/growatt_server.markdown | 50 +------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/source/_integrations/growatt_server.markdown b/source/_integrations/growatt_server.markdown index c12b5da2821..6e78d19cad2 100644 --- a/source/_integrations/growatt_server.markdown +++ b/source/_integrations/growatt_server.markdown @@ -18,52 +18,4 @@ This is a sensor to collect information from your Growatt inverters using [Growa This will log into your Growatt account and grab the first "Plant", after which it collects the inverters on this plant and creates sensors for these inverters as well as total sensors. -## Configuration - -Add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: growatt_server - username: GROWATT_SERVER_USERNAME - password: GROWATT_SERVER_PASSWORD -``` - -{% configuration %} -username: - description: The username used to log into Growatt server. - required: true - type: string -password: - description: The password used to log into Growatt server. - required: true - type: string -plant_id: - description: The plant id to use in case you have multiple plants on your account. - required: false - type: integer - default: 0 -name: - description: Name of the sensor to use in the frontend. - required: false - default: Growatt - type: string -{% endconfiguration %} - -## Example with multiple plants - -```yaml -# Example configuration.yaml entry -sensor: - - platform: growatt_server - name: "growatt home" - plant_id: 12345678 - username: username - password: password - - platform: growatt_server - name: "growatt work" - plant_id: 87654321 - username: username - password: password -``` +{% include integrations/config_flow.md %}