diff --git a/docs/devices/meters.mdx b/docs/devices/meters.mdx index 2e5853c87f..a9a0219550 100644 --- a/docs/devices/meters.mdx +++ b/docs/devices/meters.mdx @@ -960,6 +960,19 @@ meters: token: # Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (Optional) ``` + + + +```yaml +meters: + - name: my_battery + type: template + template: enphase + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + token: # Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (Optional) +``` +