Add documentation for goalzero switch platform (#17231)

This commit is contained in:
tkdrob 2021-04-28 15:28:09 -04:00 committed by GitHub
parent 5685636bfc
commit b7449a26c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,11 @@ ha_iot_class: Local Polling
ha_release: 0.116 ha_release: 0.116
ha_config_flow: true ha_config_flow: true
ha_domain: goalzero ha_domain: goalzero
ha_codeowners:
- '@tkdrob'
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- switch
ha_codeowners:
- '@tkdrob'
--- ---
This `goalzero` integration pulls data from a Wifi enabled Goal Zero Yeti. 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 ## 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.