Functions | |
| TriggerProtocol | _get_trigger_platform (ConfigType config) |
| CALLBACK_TYPE | async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info) |
| ConfigType | async_validate_trigger_config (HomeAssistant hass, ConfigType config) |
Variables | |
| dictionary | TRIGGERS |
Samsung TV trigger dispatcher.
|
private |
Return trigger platform.
Definition at line 23 of file trigger.py.
| CALLBACK_TYPE homeassistant.components.samsungtv.trigger.async_attach_trigger | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| TriggerActionType | action, | ||
| TriggerInfo | trigger_info | ||
| ) |
Attach trigger of specified platform.
Definition at line 39 of file trigger.py.
| ConfigType homeassistant.components.samsungtv.trigger.async_validate_trigger_config | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Validate config.
Definition at line 31 of file trigger.py.
| dictionary homeassistant.components.samsungtv.trigger.TRIGGERS |
Definition at line 18 of file trigger.py.