Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.romy.const
 

Variables

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