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

Public Member Functions

bool __call__ (self, Mapping[str, Any]|None variables=None)
 

Detailed Description

Define the format of if_action.

Definition at line 131 of file __init__.py.

Member Function Documentation

◆ __call__()

bool homeassistant.components.automation.IfAction.__call__ (   self,
Mapping[str, Any] | None   variables = None 
)
AND all conditions.

Definition at line 136 of file __init__.py.


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