Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.overkiz.executor Namespace Reference

Classes

class  OverkizExecutor
 

Variables

list COMMANDS_WITHOUT_DELAY
 

Detailed Description

Class for helpers and communication with the OverKiz API.

Variable Documentation

◆ COMMANDS_WITHOUT_DELAY

list homeassistant.components.overkiz.executor.COMMANDS_WITHOUT_DELAY
Initial value:
1 = [
2  OverkizCommand.IDENTIFY,
3  OverkizCommand.OFF,
4  OverkizCommand.ON,
5  OverkizCommand.ON_WITH_TIMER,
6  OverkizCommand.TEST,
7 ]

Definition at line 19 of file executor.py.