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.