Classes | |
| class | IdteckReader |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DOMAIN = "idteck_prox" |
| string | EVENT_IDTECK_PROX_KEYCARD = "idteck_prox_keycard" |
Component for interfacing RFK101 proximity card readers.
| bool homeassistant.components.idteck_prox.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the IDTECK proximity card component.
Definition at line 45 of file __init__.py.
|
private |
Definition at line 20 of file __init__.py.
| homeassistant.components.idteck_prox.CONFIG_SCHEMA |
Definition at line 26 of file __init__.py.
| string homeassistant.components.idteck_prox.DOMAIN = "idteck_prox" |
Definition at line 22 of file __init__.py.
| string homeassistant.components.idteck_prox.EVENT_IDTECK_PROX_KEYCARD = "idteck_prox_keycard" |
Definition at line 24 of file __init__.py.