Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
| string | DOMAIN = "keyboard" |
| TAP_KEY_SCHEMA = vol.Schema({}) | |
Support to emulate keyboard presses on host machine.
| bool homeassistant.components.keyboard.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Listen for keyboard events.
Definition at line 25 of file __init__.py.
| homeassistant.components.keyboard.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 22 of file __init__.py.
| string homeassistant.components.keyboard.DOMAIN = "keyboard" |
Definition at line 18 of file __init__.py.
| homeassistant.components.keyboard.TAP_KEY_SCHEMA = vol.Schema({}) |
Definition at line 20 of file __init__.py.