Classes | |
| class | RestBinarySensor |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| PLATFORM_SCHEMA | |
| tuple | TRIGGER_ENTITY_OPTIONS |
Support for RESTful binary sensors.
| None homeassistant.components.rest.binary_sensor.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the REST binary sensor.
Definition at line 61 of file binary_sensor.py.
|
private |
Definition at line 45 of file binary_sensor.py.
| homeassistant.components.rest.binary_sensor.PLATFORM_SCHEMA |
Definition at line 47 of file binary_sensor.py.
| tuple homeassistant.components.rest.binary_sensor.TRIGGER_ENTITY_OPTIONS |
Definition at line 52 of file binary_sensor.py.