Classes | |
| class | ArestBinarySensor |
| class | ArestData |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30) | |
| PLATFORM_SCHEMA | |
Support for an exposed aREST RESTful API of a device.
| None homeassistant.components.arest.binary_sensor.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the aREST binary sensor.
Definition at line 38 of file binary_sensor.py.
|
private |
Definition at line 24 of file binary_sensor.py.
| homeassistant.components.arest.binary_sensor.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30) |
Definition at line 26 of file binary_sensor.py.
| homeassistant.components.arest.binary_sensor.PLATFORM_SCHEMA |
Definition at line 28 of file binary_sensor.py.