Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.romy.const Namespace Reference

Variables

string DOMAIN = "romy"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.VACUUM]
 
 UPDATE_INTERVAL = timedelta(seconds=5)
 

Detailed Description

Constants for the ROMY integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.romy.const.DOMAIN = "romy"

Definition at line 8 of file const.py.

◆ LOGGER

homeassistant.components.romy.const.LOGGER = logging.getLogger(__package__)

Definition at line 11 of file const.py.

◆ PLATFORMS

list homeassistant.components.romy.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.VACUUM]

Definition at line 9 of file const.py.

◆ UPDATE_INTERVAL

homeassistant.components.romy.const.UPDATE_INTERVAL = timedelta(seconds=5)

Definition at line 10 of file const.py.