Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.ps4.const
 

Variables

string homeassistant.components.ps4.const.ATTR_MEDIA_IMAGE_URL = "media_image_url"
 
tuple homeassistant.components.ps4.const.COMMANDS = ("up", "down", "right", "left", "enter", "back", "option", "ps", "ps_hold")
 
int homeassistant.components.ps4.const.CONFIG_ENTRY_VERSION = 3
 
dictionary homeassistant.components.ps4.const.COUNTRYCODE_NAMES
 
string homeassistant.components.ps4.const.DEFAULT_ALIAS = "Home-Assistant"
 
string homeassistant.components.ps4.const.DEFAULT_NAME = "PlayStation 4"
 
string homeassistant.components.ps4.const.DEFAULT_REGION = "United States"
 
string homeassistant.components.ps4.const.DOMAIN = "ps4"
 
string homeassistant.components.ps4.const.GAMES_FILE = ".ps4-games.{}.json"
 
string homeassistant.components.ps4.const.PS4_DATA = "ps4_data"
 
list homeassistant.components.ps4.const.REGIONS = ["R1", "R2", "R3", "R4", "R5"]