Namespaces | |
| config_flow | |
| const | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, TriggercmdConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, TriggercmdConfigEntry entry) |
Variables | |
| list | PLATFORMS |
| TriggercmdConfigEntry | |
The TRIGGERcmd component.
| bool homeassistant.components.triggercmd.async_setup_entry | ( | HomeAssistant | hass, |
| TriggercmdConfigEntry | entry | ||
| ) |
Set up TRIGGERcmd from a config entry.
Definition at line 21 of file __init__.py.
| bool homeassistant.components.triggercmd.async_unload_entry | ( | HomeAssistant | hass, |
| TriggercmdConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 34 of file __init__.py.
| list homeassistant.components.triggercmd.PLATFORMS |
Definition at line 14 of file __init__.py.
| homeassistant.components.triggercmd.TriggercmdConfigEntry |
Definition at line 18 of file __init__.py.