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

Public Member Functions

None async_setup_intents (self, HomeAssistant hass)
 

Detailed Description

Define the format that intent platforms can have.

Definition at line 147 of file __init__.py.

Member Function Documentation

◆ async_setup_intents()

None homeassistant.components.intent.IntentPlatformProtocol.async_setup_intents (   self,
HomeAssistant  hass 
)
Set up platform intents.

Definition at line 150 of file __init__.py.


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