Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.geniushub.binary_sensor Namespace Reference

Classes

class  GeniusBinarySensor
 

Functions

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

Variables

string GH_STATE_ATTR = "outputOnOff"
 
string GH_TYPE = "Receiver"
 

Detailed Description

Support for Genius Hub binary_sensor devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.geniushub.binary_sensor.async_setup_entry ( HomeAssistant  hass,
GeniusHubConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Genius Hub binary sensor entities.

Definition at line 16 of file binary_sensor.py.

Variable Documentation

◆ GH_STATE_ATTR

string homeassistant.components.geniushub.binary_sensor.GH_STATE_ATTR = "outputOnOff"

Definition at line 12 of file binary_sensor.py.

◆ GH_TYPE

string homeassistant.components.geniushub.binary_sensor.GH_TYPE = "Receiver"

Definition at line 13 of file binary_sensor.py.