Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.fully_kiosk.const
 

Variables

string homeassistant.components.fully_kiosk.const.ATTR_APPLICATION = "application"
 
string homeassistant.components.fully_kiosk.const.ATTR_KEY = "key"
 
string homeassistant.components.fully_kiosk.const.ATTR_URL = "url"
 
string homeassistant.components.fully_kiosk.const.ATTR_VALUE = "value"
 
int homeassistant.components.fully_kiosk.const.AUDIOMANAGER_STREAM_MUSIC = 3
 
int homeassistant.components.fully_kiosk.const.DEFAULT_PORT = 2323
 
 homeassistant.components.fully_kiosk.const.Final
 
 homeassistant.components.fully_kiosk.const.LOGGER = logging.getLogger(__package__)
 
tuple homeassistant.components.fully_kiosk.const.MEDIA_SUPPORT_FULLYKIOSK
 
string homeassistant.components.fully_kiosk.const.SERVICE_LOAD_URL = "load_url"
 
string homeassistant.components.fully_kiosk.const.SERVICE_SET_CONFIG = "set_config"
 
string homeassistant.components.fully_kiosk.const.SERVICE_START_APPLICATION = "start_application"
 
 homeassistant.components.fully_kiosk.const.UPDATE_INTERVAL = timedelta(seconds=30)