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

Public Member Functions

None __init__ (self)
 
tuple[str, str] get_domain_and_service (self, intent.Intent intent_obj, State state)
 

Detailed Description

Intent handler for setting positions.

Definition at line 374 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.intent.SetPositionIntentHandler.__init__ (   self)
Create set position handler.

Definition at line 377 of file __init__.py.

Member Function Documentation

◆ get_domain_and_service()

tuple[str, str] homeassistant.components.intent.SetPositionIntentHandler.get_domain_and_service (   self,
intent.Intent  intent_obj,
State   state 
)
Get the domain and service name to call.

Definition at line 389 of file __init__.py.


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