diff --git a/source/_integrations/goalzero.markdown b/source/_integrations/goalzero.markdown index 892c74fe5a7..4d8b4717eaa 100644 --- a/source/_integrations/goalzero.markdown +++ b/source/_integrations/goalzero.markdown @@ -10,6 +10,7 @@ ha_dhcp: true ha_domain: goalzero ha_platforms: - binary_sensor + - sensor - switch ha_codeowners: - '@tkdrob' @@ -33,3 +34,18 @@ 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. + +The following sensors will also be created: + +- **Watts In**: Shows the watt input. +- **Amps In**: Shows the ampere input. (disabled by default) +- **Watts Out**: Shows the watt output. +- **Amps Out**: Shows the ampere output. (disabled by default) +- **WH Out**: Shows the watt-hour output. (disabled by default) +- **WH Stored**: Shows the current watt-hours stored. +- **Volts**: Shows the voltage of the battery. (disabled by default) +- **State of Charge Percent**: Shows the current battery charge percentage. +- **Temperature**: Shows the battery temperature. +- **Time to Empty/Full**: Shows the time left in minutes to empty or full depending on current usage. Shows -1 when there is no battery activity. +- **Wi-fi Strength**: Shows the Wi-fi strength the device has with the connected access point. +- **Total Run Time**: The total run time of the device. (disabled by default)