mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add sensor platform documentation to goalzero (#17638)
* Add sensor platform documentation to goalzero * Tweaks * Update
This commit is contained in:
parent
7905de5711
commit
b0b85b4bbd
@ -10,6 +10,7 @@ ha_dhcp: true
|
|||||||
ha_domain: goalzero
|
ha_domain: goalzero
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@tkdrob'
|
- '@tkdrob'
|
||||||
@ -33,3 +34,18 @@ The following switches will also be created:
|
|||||||
- **12V Port Status**: Indicates if the 12V power port is currently on.
|
- **12V Port Status**: Indicates if the 12V power port is currently on.
|
||||||
- **USB Port Status**: Indicates if the USB 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.
|
- **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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user