Namespaces | |
| const | |
| sensor | |
| switch | |
Functions | |
| None | _add_entity_info (peripheral, device, entity_dict) |
| def | _configure_entities (hass, config, consumer) |
| def | _load_platform (hass, config, entity_type, entity_info) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DOMAIN = "versasense" |
Support for VersaSense MicroPnP devices.
|
private |
Add info from a peripheral to specified list.
Definition at line 76 of file __init__.py.
|
private |
Fetch all devices with their peripherals for representation.
Definition at line 49 of file __init__.py.
|
private |
Load platform with list of entity info.
Definition at line 93 of file __init__.py.
| bool homeassistant.components.versasense.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the versasense component.
Definition at line 36 of file __init__.py.
|
private |
Definition at line 26 of file __init__.py.
| homeassistant.components.versasense.CONFIG_SCHEMA |
Definition at line 31 of file __init__.py.
| string homeassistant.components.versasense.DOMAIN = "versasense" |
Definition at line 28 of file __init__.py.