Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ps4.PS4Data
 

Namespaces

 homeassistant.components.ps4
 

Functions

dict homeassistant.components.ps4._reformat_data (HomeAssistant hass, dict games, str unique_id)
 
bool homeassistant.components.ps4.async_migrate_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.ps4.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.ps4.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.ps4.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.ps4.format_unique_id (creds, mac_address)
 
JsonObjectType homeassistant.components.ps4.load_games (HomeAssistant hass, str unique_id)
 
def homeassistant.components.ps4.save_games (HomeAssistant hass, dict games, str unique_id)
 
def homeassistant.components.ps4.service_handle (HomeAssistant hass)
 

Variables

 homeassistant.components.ps4._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.ps4.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
list homeassistant.components.ps4.PLATFORMS = [Platform.MEDIA_PLAYER]
 
 homeassistant.components.ps4.PS4_COMMAND_SCHEMA
 
string homeassistant.components.ps4.SERVICE_COMMAND = "send_command"