Home Assistant Unofficial Reference 2024.12.1
switch.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.guardian.switch.ValveControllerSwitch
 
class  homeassistant.components.guardian.switch.ValveControllerSwitchDescription
 

Namespaces

 homeassistant.components.guardian.switch
 

Functions

None homeassistant.components.guardian.switch._async_close_valve (Client client)
 
None homeassistant.components.guardian.switch._async_disable_ap (Client client)
 
None homeassistant.components.guardian.switch._async_enable_ap (Client client)
 
None homeassistant.components.guardian.switch._async_open_valve (Client client)
 
None homeassistant.components.guardian.switch.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 
bool homeassistant.components.guardian.switch.is_open (dict[str, Any] data)
 

Variables

string homeassistant.components.guardian.switch.ATTR_AVG_CURRENT = "average_current"
 
string homeassistant.components.guardian.switch.ATTR_CONNECTED_CLIENTS = "connected_clients"
 
string homeassistant.components.guardian.switch.ATTR_INST_CURRENT = "instantaneous_current"
 
string homeassistant.components.guardian.switch.ATTR_INST_CURRENT_DDT = "instantaneous_current_ddt"
 
string homeassistant.components.guardian.switch.ATTR_STATION_CONNECTED = "station_connected"
 
string homeassistant.components.guardian.switch.ATTR_TRAVEL_COUNT = "travel_count"
 
string homeassistant.components.guardian.switch.SWITCH_KIND_ONBOARD_AP = "onboard_ap"
 
string homeassistant.components.guardian.switch.SWITCH_KIND_VALVE = "valve"
 
tuple homeassistant.components.guardian.switch.VALVE_CONTROLLER_DESCRIPTIONS