Public Member Functions | |
| None | async_call_service (self, str domain, str service, intent.Intent intent_obj, State state) |
Intent handler for on/off that also supports covers, valves, locks, etc.
Definition at line 154 of file __init__.py.
| None homeassistant.components.intent.OnOffIntentHandler.async_call_service | ( | self, | |
| str | domain, | ||
| str | service, | ||
| intent.Intent | intent_obj, | ||
| State | state | ||
| ) |
Intent handler for on/off that also supports covers, valves, locks, etc.
Call service on entity with handling for special cases.
Definition at line 157 of file __init__.py.