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

Variables

int API_TIMEOUT = 20
 
string DOMAIN = "sharkiq"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS = [Platform.VACUUM]
 
string SERVICE_CLEAN_ROOM = "clean_room"
 
string SHARK = "Shark"
 
string SHARKIQ_REGION_DEFAULT = SHARKIQ_REGION_ELSEWHERE
 
string SHARKIQ_REGION_ELSEWHERE = "elsewhere"
 
string SHARKIQ_REGION_EUROPE = "europe"
 
list SHARKIQ_REGION_OPTIONS = [SHARKIQ_REGION_EUROPE, SHARKIQ_REGION_ELSEWHERE]
 
 UPDATE_INTERVAL = timedelta(seconds=30)
 

Detailed Description

Shark IQ Constants.

Variable Documentation

◆ API_TIMEOUT

int homeassistant.components.sharkiq.const.API_TIMEOUT = 20

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 12 of file const.py.

◆ LOGGER

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

Definition at line 8 of file const.py.

◆ PLATFORMS

list homeassistant.components.sharkiq.const.PLATFORMS = [Platform.VACUUM]

Definition at line 11 of file const.py.

◆ SERVICE_CLEAN_ROOM

string homeassistant.components.sharkiq.const.SERVICE_CLEAN_ROOM = "clean_room"

Definition at line 15 of file const.py.

◆ SHARK

string homeassistant.components.sharkiq.const.SHARK = "Shark"

Definition at line 13 of file const.py.

◆ SHARKIQ_REGION_DEFAULT

string homeassistant.components.sharkiq.const.SHARKIQ_REGION_DEFAULT = SHARKIQ_REGION_ELSEWHERE

Definition at line 19 of file const.py.

◆ SHARKIQ_REGION_ELSEWHERE

string homeassistant.components.sharkiq.const.SHARKIQ_REGION_ELSEWHERE = "elsewhere"

Definition at line 18 of file const.py.

◆ SHARKIQ_REGION_EUROPE

string homeassistant.components.sharkiq.const.SHARKIQ_REGION_EUROPE = "europe"

Definition at line 17 of file const.py.

◆ SHARKIQ_REGION_OPTIONS

list homeassistant.components.sharkiq.const.SHARKIQ_REGION_OPTIONS = [SHARKIQ_REGION_EUROPE, SHARKIQ_REGION_ELSEWHERE]

Definition at line 20 of file const.py.

◆ UPDATE_INTERVAL

homeassistant.components.sharkiq.const.UPDATE_INTERVAL = timedelta(seconds=30)

Definition at line 14 of file const.py.