Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.philips_js Namespace Reference

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 device_trigger
 
 diagnostics
 
 entity
 
 helpers
 
 light
 
 media_player
 
 remote
 
 switch
 

Functions

bool async_setup_entry (HomeAssistant hass, PhilipsTVConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, PhilipsTVConfigEntry entry)
 
None async_update_entry (HomeAssistant hass, PhilipsTVConfigEntry entry)
 

Variables

 LOGGER = logging.getLogger(__name__)
 
 PhilipsTVConfigEntry = ConfigEntry[PhilipsTVDataUpdateCoordinator]
 
list PLATFORMS
 

Detailed Description

The Philips TV integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.philips_js.async_setup_entry ( HomeAssistant  hass,
PhilipsTVConfigEntry  entry 
)
Set up Philips TV from a config entry.

Definition at line 36 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.philips_js.async_unload_entry ( HomeAssistant  hass,
PhilipsTVConfigEntry  entry 
)
Unload a config entry.

Definition at line 69 of file __init__.py.

◆ async_update_entry()

None homeassistant.components.philips_js.async_update_entry ( HomeAssistant  hass,
PhilipsTVConfigEntry  entry 
)
Update options.

Definition at line 64 of file __init__.py.

Variable Documentation

◆ LOGGER

homeassistant.components.philips_js.LOGGER = logging.getLogger(__name__)

Definition at line 31 of file __init__.py.

◆ PhilipsTVConfigEntry

homeassistant.components.philips_js.PhilipsTVConfigEntry = ConfigEntry[PhilipsTVDataUpdateCoordinator]

Definition at line 33 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.philips_js.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.LIGHT,
4  Platform.MEDIA_PLAYER,
5  Platform.REMOTE,
6  Platform.SWITCH,
7 ]

Definition at line 23 of file __init__.py.