Classes | |
| class | ISYBinarySensorEntity |
| class | ISYBinarySensorHeartbeat |
| class | ISYBinarySensorProgramEntity |
| class | ISYInsteonBinarySensorEntity |
Functions | |
| tuple[BinarySensorDeviceClass|None, str|None] | _detect_device_type_and_class (Group|Node node) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| list | DEVICE_PARENT_REQUIRED |
Support for ISY binary sensors.
|
private |
Definition at line 217 of file binary_sensor.py.
| None homeassistant.components.isy994.binary_sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the ISY binary sensor platform.
Definition at line 56 of file binary_sensor.py.
| list homeassistant.components.isy994.binary_sensor.DEVICE_PARENT_REQUIRED |
Definition at line 49 of file binary_sensor.py.