Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.powerwall.switch Namespace Reference

Classes

class  PowerwallOffGridEnabledEntity
 

Functions

None async_setup_entry (HomeAssistant hass, PowerwallConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary OFF_GRID_STATUSES
 

Detailed Description

Support for Powerwall Switches (V2 API only).

Function Documentation

◆ async_setup_entry()

None homeassistant.components.powerwall.switch.async_setup_entry ( HomeAssistant  hass,
PowerwallConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up Powerwall switch platform from Powerwall resources.

Definition at line 22 of file switch.py.

Variable Documentation

◆ OFF_GRID_STATUSES

dictionary homeassistant.components.powerwall.switch.OFF_GRID_STATUSES
Initial value:
1 = {
2  GridStatus.TRANSITION_TO_ISLAND,
3  GridStatus.ISLANDED,
4 }

Definition at line 16 of file switch.py.