mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Add documentation for goalzero switch platform (#17231)
This commit is contained in:
parent
5685636bfc
commit
b7449a26c6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user