Functions | |
| CALLBACK_TYPE | async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info) |
| list[dict[str, str]] | async_get_triggers (HomeAssistant _hass, str device_id) |
| ConfigType | async_validate_trigger_config (HomeAssistant hass, ConfigType config) |
Variables | |
| TRIGGER_SCHEMA | |
| dictionary | TRIGGER_TYPES = {TURN_ON_PLATFORM_TYPE} |
Provides device automations for control of LG webOS Smart TV.
| CALLBACK_TYPE homeassistant.components.webostv.device_trigger.async_attach_trigger | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| TriggerActionType | action, | ||
| TriggerInfo | trigger_info | ||
| ) |
Attach a trigger.
Definition at line 61 of file device_trigger.py.
| list[dict[str, str]] homeassistant.components.webostv.device_trigger.async_get_triggers | ( | HomeAssistant | _hass, |
| str | device_id | ||
| ) |
List device triggers for device.
Definition at line 54 of file device_trigger.py.
| ConfigType homeassistant.components.webostv.device_trigger.async_validate_trigger_config | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Validate config.
Definition at line 36 of file device_trigger.py.
| homeassistant.components.webostv.device_trigger.TRIGGER_SCHEMA |
Definition at line 29 of file device_trigger.py.
| dictionary homeassistant.components.webostv.device_trigger.TRIGGER_TYPES = {TURN_ON_PLATFORM_TYPE} |
Definition at line 28 of file device_trigger.py.