Classes | |
| class | W800rf32BinarySensor |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_OFF_DELAY = "off_delay" |
| PLATFORM_SCHEMA | |
Support for w800rf32 binary sensors.
| None homeassistant.components.w800rf32.binary_sensor.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Binary Sensor platform to w800rf32.
Definition at line 46 of file binary_sensor.py.
|
private |
Definition at line 24 of file binary_sensor.py.
| string homeassistant.components.w800rf32.binary_sensor.CONF_OFF_DELAY = "off_delay" |
Definition at line 26 of file binary_sensor.py.
| homeassistant.components.w800rf32.binary_sensor.PLATFORM_SCHEMA |
Definition at line 28 of file binary_sensor.py.