Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.intent.MatchTargetsConstraints Class Reference

Public Member Functions

bool has_constraints (self)
 

Static Public Attributes

 bool
 
 None
 

Detailed Description

Constraints for async_match_targets.

Definition at line 227 of file intent.py.

Member Function Documentation

◆ has_constraints()

bool homeassistant.helpers.intent.MatchTargetsConstraints.has_constraints (   self)
Returns True if at least one constraint is set (ignores assistant).

Definition at line 258 of file intent.py.

Member Data Documentation

◆ bool

homeassistant.helpers.intent.MatchTargetsConstraints.bool
static

Definition at line 254 of file intent.py.

◆ None

homeassistant.helpers.intent.MatchTargetsConstraints.None
static

Definition at line 230 of file intent.py.


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