mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add Powerwall off grid switch (#25879)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
58543b1e29
commit
a1ffbc6b76
@ -5,17 +5,20 @@ ha_category:
|
||||
- Binary Sensor
|
||||
- Energy
|
||||
- Sensor
|
||||
- Switch
|
||||
ha_release: 0.108
|
||||
ha_iot_class: Local Polling
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@bdraco'
|
||||
- '@jrester'
|
||||
- '@daniel-simpson'
|
||||
ha_domain: powerwall
|
||||
ha_dhcp: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- sensor
|
||||
- switch
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
@ -25,6 +28,7 @@ There is currently support for the following device types within Home Assistant:
|
||||
|
||||
- [Binary Sensor](#binary-sensor)
|
||||
- [Sensor](#sensor)
|
||||
- [Switch](#switch)
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
@ -65,6 +69,12 @@ The following sensors show the direction of energy:
|
||||
- Powerwall Generator Export - Generator energy exported in kWh
|
||||
- Powerwall Generator Import - Generator energy imported in kWh
|
||||
|
||||
### Switch
|
||||
|
||||
The following switches are added for each Powerwall:
|
||||
|
||||
- Off-Grid operation - Take your Powerwall off-grid (simulate a grid outage)
|
||||
|
||||
### Device Info
|
||||
|
||||
- Model Number
|
||||
|
Loading…
x
Reference in New Issue
Block a user