Generic Transport Adaptor¶
| Transport ID | Source | Requirements | Optional |
|---|---|---|---|
generic | generic.py | - | Any Home Assistant action from core or custom integration |
Use to call any actiom, including 'legacy' Notification action (previously known in Home Assistant as 'service' ), that is one not using the newer NotifyEntity model.
If action is in notify domain, then message,title,target and data will be passed in the Action (Service) Data, otherwise the data supplied will be passed directly as the Action Data.