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

Variables

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

Detailed Description

Constants for the Fully Kiosk Browser integration.

Variable Documentation

◆ ATTR_APPLICATION

string homeassistant.components.fully_kiosk.const.ATTR_APPLICATION = "application"

Definition at line 32 of file const.py.

◆ ATTR_KEY

string homeassistant.components.fully_kiosk.const.ATTR_KEY = "key"

Definition at line 33 of file const.py.

◆ ATTR_URL

string homeassistant.components.fully_kiosk.const.ATTR_URL = "url"

Definition at line 31 of file const.py.

◆ ATTR_VALUE

string homeassistant.components.fully_kiosk.const.ATTR_VALUE = "value"

Definition at line 34 of file const.py.

◆ AUDIOMANAGER_STREAM_MUSIC

int homeassistant.components.fully_kiosk.const.AUDIOMANAGER_STREAM_MUSIC = 3

Definition at line 18 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.fully_kiosk.const.DEFAULT_PORT = 2323

Definition at line 16 of file const.py.

◆ Final

homeassistant.components.fully_kiosk.const.Final

Definition at line 11 of file const.py.

◆ LOGGER

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

Definition at line 13 of file const.py.

◆ MEDIA_SUPPORT_FULLYKIOSK

tuple homeassistant.components.fully_kiosk.const.MEDIA_SUPPORT_FULLYKIOSK
Initial value:
1 = (
2  MediaPlayerEntityFeature.PLAY_MEDIA
3  | MediaPlayerEntityFeature.STOP
4  | MediaPlayerEntityFeature.VOLUME_SET
5  | MediaPlayerEntityFeature.BROWSE_MEDIA
6 )

Definition at line 20 of file const.py.

◆ SERVICE_LOAD_URL

string homeassistant.components.fully_kiosk.const.SERVICE_LOAD_URL = "load_url"

Definition at line 27 of file const.py.

◆ SERVICE_SET_CONFIG

string homeassistant.components.fully_kiosk.const.SERVICE_SET_CONFIG = "set_config"

Definition at line 29 of file const.py.

◆ SERVICE_START_APPLICATION

string homeassistant.components.fully_kiosk.const.SERVICE_START_APPLICATION = "start_application"

Definition at line 28 of file const.py.

◆ UPDATE_INTERVAL

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

Definition at line 14 of file const.py.