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

Classes

class  PhilipsTVAmbilightHueSwitch
 
class  PhilipsTVScreenSwitch
 

Functions

None async_setup_entry (HomeAssistant hass, PhilipsTVConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string HUE_POWER_OFF = "Off"
 
string HUE_POWER_ON = "On"
 

Detailed Description

Philips TV menu switches.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.philips_js.switch.async_setup_entry ( HomeAssistant  hass,
PhilipsTVConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the configuration entry.

Definition at line 19 of file switch.py.

Variable Documentation

◆ HUE_POWER_OFF

string homeassistant.components.philips_js.switch.HUE_POWER_OFF = "Off"

Definition at line 15 of file switch.py.

◆ HUE_POWER_ON

string homeassistant.components.philips_js.switch.HUE_POWER_ON = "On"

Definition at line 16 of file switch.py.