Classes | |
| class | ArestData |
| class | ArestSensor |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_FUNCTIONS = "functions" |
| string | CONF_PINS = "pins" |
| string | DEFAULT_NAME = "aREST sensor" |
| MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30) | |
| PIN_VARIABLE_SCHEMA | |
| PLATFORM_SCHEMA | |
Support for an exposed aREST RESTful API of a device.
| None homeassistant.components.arest.sensor.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.arest.sensor.CONF_FUNCTIONS = "functions" |
| string homeassistant.components.arest.sensor.CONF_PINS = "pins" |
| string homeassistant.components.arest.sensor.DEFAULT_NAME = "aREST sensor" |
| homeassistant.components.arest.sensor.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30) |
| homeassistant.components.arest.sensor.PIN_VARIABLE_SCHEMA |
| homeassistant.components.arest.sensor.PLATFORM_SCHEMA |