Classes | |
| class | EnOceanBinarySensor |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| string | DEFAULT_NAME = "EnOcean binary sensor" |
| list | DEPENDENCIES = ["enocean"] |
| string | EVENT_BUTTON_PRESSED = "button_pressed" |
| PLATFORM_SCHEMA | |
Support for EnOcean binary sensors.
| None homeassistant.components.enocean.binary_sensor.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Binary Sensor platform for EnOcean.
Definition at line 35 of file binary_sensor.py.
| string homeassistant.components.enocean.binary_sensor.DEFAULT_NAME = "EnOcean binary sensor" |
Definition at line 22 of file binary_sensor.py.
| list homeassistant.components.enocean.binary_sensor.DEPENDENCIES = ["enocean"] |
Definition at line 23 of file binary_sensor.py.
| string homeassistant.components.enocean.binary_sensor.EVENT_BUTTON_PRESSED = "button_pressed" |
Definition at line 24 of file binary_sensor.py.
| homeassistant.components.enocean.binary_sensor.PLATFORM_SCHEMA |
Definition at line 26 of file binary_sensor.py.