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

Variables

int ACTIVE_UPDATES_INTERVAL = 4
 
 Final
 
 METEO_UPDATE_INTERVAL = timedelta(minutes=5)
 
float NEVER_TIME = -120.0
 
tuple POLLING_FALLBACK_SECONDS
 
 REMOTE_UPDATE_INTERVAL = timedelta(seconds=60)
 
dictionary TYPE_TO_PLATFORM
 

Detailed Description

The lookin integration constants.

Variable Documentation

◆ ACTIVE_UPDATES_INTERVAL

int homeassistant.components.lookin.const.ACTIVE_UPDATES_INTERVAL = 4

Definition at line 29 of file const.py.

◆ Final

homeassistant.components.lookin.const.Final

Definition at line 10 of file const.py.

◆ METEO_UPDATE_INTERVAL

homeassistant.components.lookin.const.METEO_UPDATE_INTERVAL = timedelta(minutes=5)

Definition at line 30 of file const.py.

◆ NEVER_TIME

float homeassistant.components.lookin.const.NEVER_TIME = -120.0

Definition at line 28 of file const.py.

◆ POLLING_FALLBACK_SECONDS

tuple homeassistant.components.lookin.const.POLLING_FALLBACK_SECONDS
Initial value:
1 = (
2  max(REMOTE_UPDATE_INTERVAL, METEO_UPDATE_INTERVAL).total_seconds()
3  * ACTIVE_UPDATES_INTERVAL
4 )

Definition at line 32 of file const.py.

◆ REMOTE_UPDATE_INTERVAL

homeassistant.components.lookin.const.REMOTE_UPDATE_INTERVAL = timedelta(seconds=60)

Definition at line 31 of file const.py.

◆ TYPE_TO_PLATFORM

dictionary homeassistant.components.lookin.const.TYPE_TO_PLATFORM
Initial value:
1 = {
2  "01": Platform.MEDIA_PLAYER,
3  "02": Platform.MEDIA_PLAYER,
4  "03": Platform.LIGHT,
5  "EF": Platform.CLIMATE,
6 }

Definition at line 21 of file const.py.