Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.intent.OnOffIntentHandler Class Reference
Inheritance diagram for homeassistant.components.intent.OnOffIntentHandler:
[legend]
Collaboration diagram for homeassistant.components.intent.OnOffIntentHandler:
[legend]

Public Member Functions

None async_call_service (self, str domain, str service, intent.Intent intent_obj, State state)
 

Detailed Description

Intent handler for on/off that also supports covers, valves, locks, etc.

Definition at line 154 of file __init__.py.

Member Function Documentation

◆ async_call_service()

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.


The documentation for this class was generated from the following file: