Classes | |
| class | InputButton |
| class | InputButtonStorageCollection |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DOMAIN = "input_button" |
| RELOAD_SERVICE_SCHEMA = vol.Schema({}) | |
| string | STORAGE_KEY = DOMAIN |
| int | STORAGE_VERSION = 1 |
| VolDictType | |
Support to keep track of user controlled buttons which can be used in automations.
| bool homeassistant.components.input_button.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up an input button.
Definition at line 76 of file __init__.py.
|
private |
Definition at line 29 of file __init__.py.
| homeassistant.components.input_button.CONFIG_SCHEMA |
Definition at line 36 of file __init__.py.
| string homeassistant.components.input_button.DOMAIN = "input_button" |
Definition at line 27 of file __init__.py.
| homeassistant.components.input_button.RELOAD_SERVICE_SCHEMA = vol.Schema({}) |
Definition at line 51 of file __init__.py.
| string homeassistant.components.input_button.STORAGE_KEY = DOMAIN |
Definition at line 52 of file __init__.py.
| int homeassistant.components.input_button.STORAGE_VERSION = 1 |
Definition at line 53 of file __init__.py.
| homeassistant.components.input_button.VolDictType |
Definition at line 31 of file __init__.py.