Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.triggercmd Namespace Reference

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
 

Detailed Description

The TRIGGERcmd component.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.triggercmd.async_unload_entry ( HomeAssistant  hass,
TriggercmdConfigEntry  entry 
)
Unload a config entry.

Definition at line 34 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.triggercmd.PLATFORMS
Initial value:
1 = [
2  Platform.SWITCH,
3 ]

Definition at line 14 of file __init__.py.

◆ TriggercmdConfigEntry

homeassistant.components.triggercmd.TriggercmdConfigEntry

Definition at line 18 of file __init__.py.