Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sharkiq.const
 

Variables

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