Classes | |
| class | AmbilightEffect |
| class | PhilipsTVLightEntity |
Functions | |
| def | _average_pixels (data) |
| def | _get_cache_keys (PhilipsTV device) |
| def | _get_settings (AmbilightCurrentConfiguration style) |
| None | async_setup_entry (HomeAssistant hass, PhilipsTVConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | EFFECT_AUTO = "Auto" |
| string | EFFECT_EXPERT = "Expert" |
| dictionary | EFFECT_EXPERT_STYLES = {"FOLLOW_AUDIO", "FOLLOW_COLOR", "Lounge light"} |
| string | EFFECT_MODE = "Mode" |
| string | EFFECT_PARTITION = ": " |
Component to integrate ambilight for TVs exposing the Joint Space API.
|
private |
|
private |
|
private |
| None homeassistant.components.philips_js.light.async_setup_entry | ( | HomeAssistant | hass, |
| PhilipsTVConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| string homeassistant.components.philips_js.light.EFFECT_AUTO = "Auto" |
| string homeassistant.components.philips_js.light.EFFECT_EXPERT = "Expert" |
| dictionary homeassistant.components.philips_js.light.EFFECT_EXPERT_STYLES = {"FOLLOW_AUDIO", "FOLLOW_COLOR", "Lounge light"} |
| string homeassistant.components.philips_js.light.EFFECT_MODE = "Mode" |