Add sensor platform documentation to goalzero (#17638)

* Add sensor platform documentation to goalzero

* Tweaks

* Update
This commit is contained in:
Robert Hillis 2021-07-05 05:02:37 -04:00 committed by GitHub
parent 7905de5711
commit b0b85b4bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)