Home Assistant Unofficial Reference 2024.12.1
valve.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.guardian.valve.GuardianValveState
 
class  homeassistant.components.guardian.valve.ValveControllerValve
 
class  homeassistant.components.guardian.valve.ValveControllerValveDescription
 

Namespaces

 homeassistant.components.guardian.valve
 

Functions

None homeassistant.components.guardian.valve.async_close_valve (Client client)
 
None homeassistant.components.guardian.valve.async_halt_valve (Client client)
 
None homeassistant.components.guardian.valve.async_open_valve (Client client)
 
None homeassistant.components.guardian.valve.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 
bool homeassistant.components.guardian.valve.is_closing (dict[str, Any] data)
 
bool homeassistant.components.guardian.valve.is_opening (dict[str, Any] data)
 

Variables

tuple homeassistant.components.guardian.valve.VALVE_CONTROLLER_DESCRIPTIONS
 
string homeassistant.components.guardian.valve.VALVE_KIND_VALVE = "valve"