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" |
Support for Genius Hub binary_sensor devices.
| 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.
| string homeassistant.components.geniushub.binary_sensor.GH_STATE_ATTR = "outputOnOff" |
Definition at line 12 of file binary_sensor.py.
| string homeassistant.components.geniushub.binary_sensor.GH_TYPE = "Receiver" |
Definition at line 13 of file binary_sensor.py.