From b7449a26c6c97e8baa93e05ecf453f9c87e65eb7 Mon Sep 17 00:00:00 2001 From: tkdrob Date: Wed, 28 Apr 2021 15:28:09 -0400 Subject: [PATCH] Add documentation for goalzero switch platform (#17231) --- source/_integrations/goalzero.markdown | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/source/_integrations/goalzero.markdown b/source/_integrations/goalzero.markdown index d336dadc1a0..db3fcbbacbb 100644 --- a/source/_integrations/goalzero.markdown +++ b/source/_integrations/goalzero.markdown @@ -7,10 +7,11 @@ ha_iot_class: Local Polling ha_release: 0.116 ha_config_flow: true ha_domain: goalzero -ha_codeowners: - - '@tkdrob' ha_platforms: - binary_sensor + - switch +ha_codeowners: + - '@tkdrob' --- This `goalzero` integration pulls data from a Wifi enabled Goal Zero Yeti. @@ -19,6 +20,15 @@ This `goalzero` integration pulls data from a Wifi enabled Goal Zero Yeti. ## Integration Entities -Each added configuration entry will create the following sensors: +Each added configuration entry will create the following binary sensors: -`v12PortStatus`, `usbPortStatus`, `acPortStatus`, `backlight`, `app_online`, `isCharging` +- **Backlight**: Indicates if the backlight is currently on. +- **App Online**: Indicates if the mobile app is actively being used. +- **Charging**: Shows when the battery is currently charging. +- **Input Detected**: Shows when the device detects power input. + +The following switches will also be created: + +- **12V Port Status**: Indicates if the 12V power port is currently on. +- **USB Port Status**: Indicates if the USB power port is currently on. +- **AC Port Status**: Indicates if the AC power port is currently on.