Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.gogogate2.sensor Namespace Reference

Classes

class  DoorSensorBattery
 
class  DoorSensorEntity
 
class  DoorSensorTemperature
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string SENSOR_ID_WIRED = "WIRE"
 

Detailed Description

Support for Gogogate2 garage Doors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.gogogate2.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the config entry.

Definition at line 26 of file sensor.py.

Variable Documentation

◆ SENSOR_ID_WIRED

string homeassistant.components.gogogate2.sensor.SENSOR_ID_WIRED = "WIRE"

Definition at line 23 of file sensor.py.