2020-09-24 19:37:34 +00:00
|
|
|
"""Support for Hyperion-NG remotes."""
|
2020-11-30 17:38:52 +00:00
|
|
|
from __future__ import annotations
|
|
|
|
|
2015-10-17 17:36:52 +00:00
|
|
|
import logging
|
2020-11-30 17:38:52 +00:00
|
|
|
import re
|
|
|
|
from types import MappingProxyType
|
|
|
|
from typing import Any, Callable, Dict, List, Optional, Sequence, Set, Tuple, cast
|
2015-10-17 17:36:52 +00:00
|
|
|
|
2020-09-24 19:37:34 +00:00
|
|
|
from hyperion import client, const
|
2016-09-11 07:24:25 +00:00
|
|
|
import voluptuous as vol
|
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
from homeassistant import data_entry_flow
|
2016-09-11 07:24:25 +00:00
|
|
|
from homeassistant.components.light import (
|
2019-07-31 19:25:30 +00:00
|
|
|
ATTR_BRIGHTNESS,
|
|
|
|
ATTR_EFFECT,
|
|
|
|
ATTR_HS_COLOR,
|
2020-11-30 17:38:52 +00:00
|
|
|
DOMAIN as LIGHT_DOMAIN,
|
2019-07-31 19:25:30 +00:00
|
|
|
PLATFORM_SCHEMA,
|
|
|
|
SUPPORT_BRIGHTNESS,
|
|
|
|
SUPPORT_COLOR,
|
|
|
|
SUPPORT_EFFECT,
|
2020-04-26 16:49:41 +00:00
|
|
|
LightEntity,
|
2019-07-31 19:25:30 +00:00
|
|
|
)
|
2020-12-16 22:55:31 +00:00
|
|
|
from homeassistant.config_entries import SOURCE_IMPORT, ConfigEntry
|
2020-11-30 17:38:52 +00:00
|
|
|
from homeassistant.const import CONF_HOST, CONF_NAME, CONF_PORT, CONF_TOKEN
|
2020-09-24 19:37:34 +00:00
|
|
|
from homeassistant.exceptions import PlatformNotReady
|
2016-09-11 07:24:25 +00:00
|
|
|
import homeassistant.helpers.config_validation as cv
|
2020-11-30 17:38:52 +00:00
|
|
|
from homeassistant.helpers.dispatcher import (
|
|
|
|
async_dispatcher_connect,
|
|
|
|
async_dispatcher_send,
|
|
|
|
)
|
|
|
|
from homeassistant.helpers.entity_registry import async_get_registry
|
|
|
|
from homeassistant.helpers.typing import (
|
|
|
|
ConfigType,
|
|
|
|
DiscoveryInfoType,
|
|
|
|
HomeAssistantType,
|
|
|
|
)
|
2018-03-18 22:00:29 +00:00
|
|
|
import homeassistant.util.color as color_util
|
2015-10-17 17:36:52 +00:00
|
|
|
|
2021-01-23 05:21:38 +00:00
|
|
|
from . import (
|
|
|
|
async_create_connect_hyperion_client,
|
|
|
|
create_hyperion_client,
|
|
|
|
get_hyperion_unique_id,
|
|
|
|
)
|
2020-11-30 17:38:52 +00:00
|
|
|
from .const import (
|
|
|
|
CONF_ON_UNLOAD,
|
|
|
|
CONF_PRIORITY,
|
|
|
|
CONF_ROOT_CLIENT,
|
|
|
|
DEFAULT_ORIGIN,
|
|
|
|
DEFAULT_PRIORITY,
|
|
|
|
DOMAIN,
|
|
|
|
SIGNAL_INSTANCE_REMOVED,
|
|
|
|
SIGNAL_INSTANCES_UPDATED,
|
|
|
|
TYPE_HYPERION_LIGHT,
|
|
|
|
)
|
|
|
|
|
2015-10-17 17:36:52 +00:00
|
|
|
_LOGGER = logging.getLogger(__name__)
|
2016-09-11 07:24:25 +00:00
|
|
|
|
2019-07-31 19:25:30 +00:00
|
|
|
CONF_DEFAULT_COLOR = "default_color"
|
|
|
|
CONF_HDMI_PRIORITY = "hdmi_priority"
|
|
|
|
CONF_EFFECT_LIST = "effect_list"
|
2016-09-11 07:24:25 +00:00
|
|
|
|
2020-09-24 19:37:34 +00:00
|
|
|
# As we want to preserve brightness control for effects (e.g. to reduce the
|
|
|
|
# brightness for V4L), we need to persist the effect that is in flight, so
|
|
|
|
# subsequent calls to turn_on will know the keep the effect enabled.
|
|
|
|
# Unfortunately the Home Assistant UI does not easily expose a way to remove a
|
|
|
|
# selected effect (there is no 'No Effect' option by default). Instead, we
|
|
|
|
# create a new fake effect ("Solid") that is always selected by default for
|
|
|
|
# showing a solid color. This is the same method used by WLED.
|
|
|
|
KEY_EFFECT_SOLID = "Solid"
|
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
KEY_ENTRY_ID_YAML = "YAML"
|
|
|
|
|
2016-09-11 07:24:25 +00:00
|
|
|
DEFAULT_COLOR = [255, 255, 255]
|
2020-09-24 19:37:34 +00:00
|
|
|
DEFAULT_BRIGHTNESS = 255
|
|
|
|
DEFAULT_EFFECT = KEY_EFFECT_SOLID
|
2019-07-31 19:25:30 +00:00
|
|
|
DEFAULT_NAME = "Hyperion"
|
2020-11-30 17:38:52 +00:00
|
|
|
DEFAULT_PORT = const.DEFAULT_PORT_JSON
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
DEFAULT_HDMI_PRIORITY = 880
|
2020-11-30 17:38:52 +00:00
|
|
|
DEFAULT_EFFECT_LIST: List[str] = []
|
2019-07-31 19:25:30 +00:00
|
|
|
|
|
|
|
SUPPORT_HYPERION = SUPPORT_COLOR | SUPPORT_BRIGHTNESS | SUPPORT_EFFECT
|
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
# Usage of YAML for configuration of the Hyperion component is deprecated.
|
2020-09-24 19:37:34 +00:00
|
|
|
PLATFORM_SCHEMA = vol.All(
|
2020-12-12 21:24:16 +00:00
|
|
|
cv.deprecated(CONF_HDMI_PRIORITY),
|
2020-11-30 17:38:52 +00:00
|
|
|
cv.deprecated(CONF_HOST),
|
|
|
|
cv.deprecated(CONF_PORT),
|
2020-12-12 21:24:16 +00:00
|
|
|
cv.deprecated(CONF_DEFAULT_COLOR),
|
2020-11-30 17:38:52 +00:00
|
|
|
cv.deprecated(CONF_NAME),
|
|
|
|
cv.deprecated(CONF_PRIORITY),
|
2020-12-12 21:24:16 +00:00
|
|
|
cv.deprecated(CONF_EFFECT_LIST),
|
2020-09-24 19:37:34 +00:00
|
|
|
PLATFORM_SCHEMA.extend(
|
|
|
|
{
|
|
|
|
vol.Required(CONF_HOST): cv.string,
|
|
|
|
vol.Required(CONF_PORT, default=DEFAULT_PORT): cv.port,
|
|
|
|
vol.Optional(CONF_DEFAULT_COLOR, default=DEFAULT_COLOR): vol.All(
|
|
|
|
list,
|
|
|
|
vol.Length(min=3, max=3),
|
|
|
|
[vol.All(vol.Coerce(int), vol.Range(min=0, max=255))],
|
|
|
|
),
|
|
|
|
vol.Optional(CONF_NAME, default=DEFAULT_NAME): cv.string,
|
|
|
|
vol.Optional(CONF_PRIORITY, default=DEFAULT_PRIORITY): cv.positive_int,
|
|
|
|
vol.Optional(
|
|
|
|
CONF_HDMI_PRIORITY, default=DEFAULT_HDMI_PRIORITY
|
|
|
|
): cv.positive_int,
|
|
|
|
vol.Optional(CONF_EFFECT_LIST, default=DEFAULT_EFFECT_LIST): vol.All(
|
|
|
|
cv.ensure_list, [cv.string]
|
|
|
|
),
|
|
|
|
}
|
|
|
|
),
|
2019-07-31 19:25:30 +00:00
|
|
|
)
|
2015-10-17 17:36:52 +00:00
|
|
|
|
2020-09-24 19:37:34 +00:00
|
|
|
ICON_LIGHTBULB = "mdi:lightbulb"
|
|
|
|
ICON_EFFECT = "mdi:lava-lamp"
|
2020-10-21 09:00:19 +00:00
|
|
|
ICON_EXTERNAL_SOURCE = "mdi:television-ambient-light"
|
2020-09-24 19:37:34 +00:00
|
|
|
|
2016-09-11 07:24:25 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
async def async_setup_platform(
|
|
|
|
hass: HomeAssistantType,
|
|
|
|
config: ConfigType,
|
|
|
|
async_add_entities: Callable,
|
|
|
|
discovery_info: Optional[DiscoveryInfoType] = None,
|
|
|
|
) -> None:
|
|
|
|
"""Set up Hyperion platform.."""
|
|
|
|
|
|
|
|
# This is the entrypoint for the old YAML-style Hyperion integration. The goal here
|
|
|
|
# is to auto-convert the YAML configuration into a config entry, with no human
|
|
|
|
# interaction, preserving the entity_id. This should be possible, as the YAML
|
|
|
|
# configuration did not support any of the things that should otherwise require
|
|
|
|
# human interaction in the config flow (e.g. it did not support auth).
|
|
|
|
|
2019-03-23 21:05:47 +00:00
|
|
|
host = config[CONF_HOST]
|
|
|
|
port = config[CONF_PORT]
|
2020-11-30 17:38:52 +00:00
|
|
|
instance = 0 # YAML only supports a single instance.
|
2016-09-11 07:24:25 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
# First, connect to the server and get the server id (which will be unique_id on a config_entry
|
|
|
|
# if there is one).
|
2021-01-23 05:21:38 +00:00
|
|
|
async with create_hyperion_client(host, port) as hyperion_client:
|
|
|
|
if not hyperion_client:
|
|
|
|
raise PlatformNotReady
|
|
|
|
hyperion_id = await hyperion_client.async_sysinfo_id()
|
|
|
|
if not hyperion_id:
|
|
|
|
raise PlatformNotReady
|
2016-09-11 07:24:25 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
future_unique_id = get_hyperion_unique_id(
|
|
|
|
hyperion_id, instance, TYPE_HYPERION_LIGHT
|
|
|
|
)
|
2015-10-17 17:36:52 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
# Possibility 1: Already converted.
|
|
|
|
# There is already a config entry with the unique id reporting by the
|
|
|
|
# server. Nothing to do here.
|
|
|
|
for entry in hass.config_entries.async_entries(domain=DOMAIN):
|
|
|
|
if entry.unique_id == hyperion_id:
|
|
|
|
return
|
|
|
|
|
|
|
|
# Possibility 2: Upgraded to the new Hyperion component pre-config-flow.
|
|
|
|
# No config entry for this unique_id, but have an entity_registry entry
|
|
|
|
# with an old-style unique_id:
|
|
|
|
# <host>:<port>-<instance> (instance will always be 0, as YAML
|
|
|
|
# configuration does not support multiple
|
|
|
|
# instances)
|
|
|
|
# The unique_id needs to be updated, then the config_flow should do the rest.
|
|
|
|
registry = await async_get_registry(hass)
|
|
|
|
for entity_id, entity in registry.entities.items():
|
|
|
|
if entity.config_entry_id is not None or entity.platform != DOMAIN:
|
|
|
|
continue
|
|
|
|
result = re.search(rf"([^:]+):(\d+)-{instance}", entity.unique_id)
|
|
|
|
if result and result.group(1) == host and int(result.group(2)) == port:
|
|
|
|
registry.async_update_entity(entity_id, new_unique_id=future_unique_id)
|
|
|
|
break
|
|
|
|
else:
|
|
|
|
# Possibility 3: This is the first upgrade to the new Hyperion component.
|
|
|
|
# No config entry and no entity_registry entry, in which case the CONF_NAME
|
|
|
|
# variable will be used as the preferred name. Rather than pollute the config
|
|
|
|
# entry with a "suggested name" type variable, instead create an entry in the
|
|
|
|
# registry that will subsequently be used when the entity is created with this
|
|
|
|
# unique_id.
|
|
|
|
|
|
|
|
# This also covers the case that should not occur in the wild (no config entry,
|
|
|
|
# but new style unique_id).
|
|
|
|
registry.async_get_or_create(
|
|
|
|
domain=LIGHT_DOMAIN,
|
|
|
|
platform=DOMAIN,
|
|
|
|
unique_id=future_unique_id,
|
|
|
|
suggested_object_id=config[CONF_NAME],
|
|
|
|
)
|
|
|
|
|
|
|
|
async def migrate_yaml_to_config_entry_and_options(
|
|
|
|
host: str, port: int, priority: int
|
|
|
|
) -> None:
|
|
|
|
result = await hass.config_entries.flow.async_init(
|
|
|
|
DOMAIN,
|
|
|
|
context={"source": SOURCE_IMPORT},
|
|
|
|
data={
|
|
|
|
CONF_HOST: host,
|
|
|
|
CONF_PORT: port,
|
|
|
|
},
|
|
|
|
)
|
|
|
|
if (
|
|
|
|
result["type"] != data_entry_flow.RESULT_TYPE_CREATE_ENTRY
|
|
|
|
or result.get("result") is None
|
|
|
|
):
|
|
|
|
_LOGGER.warning(
|
|
|
|
"Could not automatically migrate Hyperion YAML to a config entry."
|
|
|
|
)
|
|
|
|
return
|
|
|
|
config_entry = result.get("result")
|
|
|
|
options = {**config_entry.options, CONF_PRIORITY: config[CONF_PRIORITY]}
|
|
|
|
hass.config_entries.async_update_entry(config_entry, options=options)
|
|
|
|
|
|
|
|
_LOGGER.info(
|
|
|
|
"Successfully migrated Hyperion YAML configuration to a config entry."
|
|
|
|
)
|
2015-10-17 17:36:52 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
# Kick off a config flow to create the config entry.
|
|
|
|
hass.async_create_task(
|
|
|
|
migrate_yaml_to_config_entry_and_options(host, port, config[CONF_PRIORITY])
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
async def async_setup_entry(
|
|
|
|
hass: HomeAssistantType, config_entry: ConfigEntry, async_add_entities: Callable
|
|
|
|
) -> bool:
|
|
|
|
"""Set up a Hyperion platform from config entry."""
|
|
|
|
host = config_entry.data[CONF_HOST]
|
|
|
|
port = config_entry.data[CONF_PORT]
|
|
|
|
token = config_entry.data.get(CONF_TOKEN)
|
|
|
|
|
|
|
|
async def async_instances_to_entities(response: Dict[str, Any]) -> None:
|
|
|
|
if not response or const.KEY_DATA not in response:
|
|
|
|
return
|
|
|
|
await async_instances_to_entities_raw(response[const.KEY_DATA])
|
|
|
|
|
|
|
|
async def async_instances_to_entities_raw(instances: List[Dict[str, Any]]) -> None:
|
|
|
|
registry = await async_get_registry(hass)
|
|
|
|
entities_to_add: List[HyperionLight] = []
|
|
|
|
desired_unique_ids: Set[str] = set()
|
|
|
|
server_id = cast(str, config_entry.unique_id)
|
|
|
|
|
|
|
|
# In practice, an instance can be in 3 states as seen by this function:
|
|
|
|
#
|
|
|
|
# * Exists, and is running: Add it to hass.
|
|
|
|
# * Exists, but is not running: Cannot add yet, but should not delete it either.
|
|
|
|
# It will show up as "unavailable".
|
|
|
|
# * No longer exists: Delete it from hass.
|
|
|
|
|
|
|
|
# Add instances that are missing.
|
|
|
|
for instance in instances:
|
|
|
|
instance_id = instance.get(const.KEY_INSTANCE)
|
|
|
|
if instance_id is None or not instance.get(const.KEY_RUNNING, False):
|
|
|
|
continue
|
|
|
|
unique_id = get_hyperion_unique_id(
|
|
|
|
server_id, instance_id, TYPE_HYPERION_LIGHT
|
|
|
|
)
|
|
|
|
desired_unique_ids.add(unique_id)
|
|
|
|
if unique_id in current_entities:
|
|
|
|
continue
|
|
|
|
hyperion_client = await async_create_connect_hyperion_client(
|
|
|
|
host, port, instance=instance_id, token=token
|
|
|
|
)
|
|
|
|
if not hyperion_client:
|
|
|
|
continue
|
|
|
|
current_entities.add(unique_id)
|
|
|
|
entities_to_add.append(
|
|
|
|
HyperionLight(
|
|
|
|
unique_id,
|
|
|
|
instance.get(const.KEY_FRIENDLY_NAME, DEFAULT_NAME),
|
|
|
|
config_entry.options,
|
|
|
|
hyperion_client,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
# Delete instances that are no longer present on this server.
|
|
|
|
for unique_id in current_entities - desired_unique_ids:
|
|
|
|
current_entities.remove(unique_id)
|
|
|
|
async_dispatcher_send(hass, SIGNAL_INSTANCE_REMOVED.format(unique_id))
|
|
|
|
entity_id = registry.async_get_entity_id(LIGHT_DOMAIN, DOMAIN, unique_id)
|
|
|
|
if entity_id:
|
|
|
|
registry.async_remove(entity_id)
|
|
|
|
|
|
|
|
async_add_entities(entities_to_add)
|
|
|
|
|
|
|
|
# Readability note: This variable is kept alive in the context of the callback to
|
|
|
|
# async_instances_to_entities below.
|
|
|
|
current_entities: Set[str] = set()
|
|
|
|
|
|
|
|
await async_instances_to_entities_raw(
|
|
|
|
hass.data[DOMAIN][config_entry.entry_id][CONF_ROOT_CLIENT].instances,
|
|
|
|
)
|
|
|
|
hass.data[DOMAIN][config_entry.entry_id][CONF_ON_UNLOAD].append(
|
|
|
|
async_dispatcher_connect(
|
|
|
|
hass,
|
|
|
|
SIGNAL_INSTANCES_UPDATED.format(config_entry.entry_id),
|
|
|
|
async_instances_to_entities,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
return True
|
|
|
|
|
|
|
|
|
|
|
|
class HyperionLight(LightEntity):
|
2016-03-07 21:08:21 +00:00
|
|
|
"""Representation of a Hyperion remote."""
|
2015-10-17 17:36:52 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
def __init__(
|
|
|
|
self,
|
|
|
|
unique_id: str,
|
|
|
|
name: str,
|
|
|
|
options: MappingProxyType[str, Any],
|
|
|
|
hyperion_client: client.HyperionClient,
|
|
|
|
) -> None:
|
2016-03-07 21:08:21 +00:00
|
|
|
"""Initialize the light."""
|
2020-11-30 17:38:52 +00:00
|
|
|
self._unique_id = unique_id
|
2016-04-19 15:19:27 +00:00
|
|
|
self._name = name
|
2020-11-30 17:38:52 +00:00
|
|
|
self._options = options
|
2020-09-24 19:37:34 +00:00
|
|
|
self._client = hyperion_client
|
|
|
|
|
|
|
|
# Active state representing the Hyperion instance.
|
2020-11-30 17:38:52 +00:00
|
|
|
self._brightness: int = 255
|
|
|
|
self._rgb_color: Sequence[int] = DEFAULT_COLOR
|
|
|
|
self._effect: str = KEY_EFFECT_SOLID
|
|
|
|
self._icon: str = ICON_LIGHTBULB
|
|
|
|
|
|
|
|
self._effect_list: List[str] = []
|
2020-09-24 19:37:34 +00:00
|
|
|
|
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def should_poll(self) -> bool:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Return whether or not this entity should be polled."""
|
|
|
|
return False
|
2015-10-17 17:36:52 +00:00
|
|
|
|
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def name(self) -> str:
|
2017-07-09 22:06:31 +00:00
|
|
|
"""Return the name of the light."""
|
2015-10-17 17:36:52 +00:00
|
|
|
return self._name
|
|
|
|
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def brightness(self) -> int:
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
"""Return the brightness of this light between 0..255."""
|
|
|
|
return self._brightness
|
|
|
|
|
2015-10-17 17:36:52 +00:00
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def hs_color(self) -> Tuple[float, float]:
|
2018-03-18 22:00:29 +00:00
|
|
|
"""Return last color value set."""
|
|
|
|
return color_util.color_RGB_to_hs(*self._rgb_color)
|
2015-10-17 17:36:52 +00:00
|
|
|
|
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def is_on(self) -> bool:
|
2016-07-28 04:11:12 +00:00
|
|
|
"""Return true if not black."""
|
2020-12-02 18:40:49 +00:00
|
|
|
return bool(self._client.is_on()) and self._client.visible_priority is not None
|
2015-10-17 17:36:52 +00:00
|
|
|
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def icon(self) -> str:
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
"""Return state specific icon."""
|
|
|
|
return self._icon
|
|
|
|
|
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def effect(self) -> str:
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
"""Return the current effect."""
|
|
|
|
return self._effect
|
|
|
|
|
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def effect_list(self) -> List[str]:
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
"""Return the list of supported effects."""
|
2020-09-24 19:37:34 +00:00
|
|
|
return (
|
|
|
|
self._effect_list
|
2020-11-30 17:38:52 +00:00
|
|
|
+ list(const.KEY_COMPONENTID_EXTERNAL_SOURCES)
|
2020-09-24 19:37:34 +00:00
|
|
|
+ [KEY_EFFECT_SOLID]
|
|
|
|
)
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
|
2016-08-16 06:07:07 +00:00
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def supported_features(self) -> int:
|
2016-08-16 06:07:07 +00:00
|
|
|
"""Flag supported features."""
|
|
|
|
return SUPPORT_HYPERION
|
|
|
|
|
2020-09-24 19:37:34 +00:00
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def available(self) -> bool:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Return server availability."""
|
2020-11-30 17:38:52 +00:00
|
|
|
return bool(self._client.has_loaded_state)
|
2020-09-24 19:37:34 +00:00
|
|
|
|
|
|
|
@property
|
2020-11-30 17:38:52 +00:00
|
|
|
def unique_id(self) -> str:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Return a unique id for this instance."""
|
2020-11-30 17:38:52 +00:00
|
|
|
return self._unique_id
|
|
|
|
|
|
|
|
def _get_option(self, key: str) -> Any:
|
|
|
|
"""Get a value from the provided options."""
|
|
|
|
defaults = {CONF_PRIORITY: DEFAULT_PRIORITY}
|
|
|
|
return self._options.get(key, defaults[key])
|
2020-09-24 19:37:34 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
async def async_turn_on(self, **kwargs: Any) -> None:
|
2016-03-07 21:08:21 +00:00
|
|
|
"""Turn the lights on."""
|
2020-09-24 19:37:34 +00:00
|
|
|
# == Turn device on ==
|
|
|
|
# Turn on both ALL (Hyperion itself) and LEDDEVICE. It would be
|
|
|
|
# preferable to enable LEDDEVICE after the settings (e.g. brightness,
|
|
|
|
# color, effect), but this is not possible due to:
|
|
|
|
# https://github.com/hyperion-project/hyperion.ng/issues/967
|
|
|
|
if not self.is_on:
|
|
|
|
if not await self._client.async_send_set_component(
|
|
|
|
**{
|
|
|
|
const.KEY_COMPONENTSTATE: {
|
|
|
|
const.KEY_COMPONENT: const.KEY_COMPONENTID_ALL,
|
|
|
|
const.KEY_STATE: True,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
):
|
|
|
|
return
|
|
|
|
|
|
|
|
if not await self._client.async_send_set_component(
|
|
|
|
**{
|
|
|
|
const.KEY_COMPONENTSTATE: {
|
|
|
|
const.KEY_COMPONENT: const.KEY_COMPONENTID_LEDDEVICE,
|
|
|
|
const.KEY_STATE: True,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
):
|
|
|
|
return
|
|
|
|
|
|
|
|
# == Get key parameters ==
|
|
|
|
brightness = kwargs.get(ATTR_BRIGHTNESS, self._brightness)
|
2020-12-02 18:40:49 +00:00
|
|
|
if ATTR_EFFECT not in kwargs and ATTR_HS_COLOR in kwargs:
|
|
|
|
effect = KEY_EFFECT_SOLID
|
|
|
|
else:
|
|
|
|
effect = kwargs.get(ATTR_EFFECT, self._effect)
|
2020-11-30 17:38:52 +00:00
|
|
|
rgb_color: Sequence[int]
|
2018-03-18 22:00:29 +00:00
|
|
|
if ATTR_HS_COLOR in kwargs:
|
|
|
|
rgb_color = color_util.color_hs_to_RGB(*kwargs[ATTR_HS_COLOR])
|
2016-07-28 04:11:12 +00:00
|
|
|
else:
|
2020-09-24 19:37:34 +00:00
|
|
|
rgb_color = self._rgb_color
|
|
|
|
|
|
|
|
# == Set brightness ==
|
|
|
|
if self._brightness != brightness:
|
|
|
|
if not await self._client.async_send_set_adjustment(
|
|
|
|
**{
|
|
|
|
const.KEY_ADJUSTMENT: {
|
|
|
|
const.KEY_BRIGHTNESS: int(
|
|
|
|
round((float(brightness) * 100) / 255)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
):
|
|
|
|
return
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
|
2020-09-24 19:37:34 +00:00
|
|
|
# == Set an external source
|
|
|
|
if effect and effect in const.KEY_COMPONENTID_EXTERNAL_SOURCES:
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
|
2020-09-24 19:37:34 +00:00
|
|
|
# Clear any color/effect.
|
|
|
|
if not await self._client.async_send_clear(
|
2020-11-30 17:38:52 +00:00
|
|
|
**{const.KEY_PRIORITY: self._get_option(CONF_PRIORITY)}
|
2020-09-24 19:37:34 +00:00
|
|
|
):
|
|
|
|
return
|
|
|
|
|
|
|
|
# Turn off all external sources, except the intended.
|
|
|
|
for key in const.KEY_COMPONENTID_EXTERNAL_SOURCES:
|
|
|
|
if not await self._client.async_send_set_component(
|
|
|
|
**{
|
|
|
|
const.KEY_COMPONENTSTATE: {
|
|
|
|
const.KEY_COMPONENT: key,
|
|
|
|
const.KEY_STATE: effect == key,
|
|
|
|
}
|
2019-07-31 19:25:30 +00:00
|
|
|
}
|
2020-09-24 19:37:34 +00:00
|
|
|
):
|
|
|
|
return
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
|
2020-09-24 19:37:34 +00:00
|
|
|
# == Set an effect
|
|
|
|
elif effect and effect != KEY_EFFECT_SOLID:
|
|
|
|
# This call should not be necessary, but without it there is no priorities-update issued:
|
|
|
|
# https://github.com/hyperion-project/hyperion.ng/issues/992
|
|
|
|
if not await self._client.async_send_clear(
|
2020-11-30 17:38:52 +00:00
|
|
|
**{const.KEY_PRIORITY: self._get_option(CONF_PRIORITY)}
|
2020-09-24 19:37:34 +00:00
|
|
|
):
|
|
|
|
return
|
2015-10-17 17:36:52 +00:00
|
|
|
|
2020-09-24 19:37:34 +00:00
|
|
|
if not await self._client.async_send_set_effect(
|
|
|
|
**{
|
2020-11-30 17:38:52 +00:00
|
|
|
const.KEY_PRIORITY: self._get_option(CONF_PRIORITY),
|
2020-09-24 19:37:34 +00:00
|
|
|
const.KEY_EFFECT: {const.KEY_NAME: effect},
|
|
|
|
const.KEY_ORIGIN: DEFAULT_ORIGIN,
|
|
|
|
}
|
|
|
|
):
|
|
|
|
return
|
|
|
|
# == Set a color
|
|
|
|
else:
|
|
|
|
if not await self._client.async_send_set_color(
|
|
|
|
**{
|
2020-11-30 17:38:52 +00:00
|
|
|
const.KEY_PRIORITY: self._get_option(CONF_PRIORITY),
|
2020-09-24 19:37:34 +00:00
|
|
|
const.KEY_COLOR: rgb_color,
|
|
|
|
const.KEY_ORIGIN: DEFAULT_ORIGIN,
|
|
|
|
}
|
|
|
|
):
|
|
|
|
return
|
2015-10-17 17:36:52 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
async def async_turn_off(self, **kwargs: Any) -> None:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Disable the LED output component."""
|
|
|
|
if not await self._client.async_send_set_component(
|
|
|
|
**{
|
|
|
|
const.KEY_COMPONENTSTATE: {
|
|
|
|
const.KEY_COMPONENT: const.KEY_COMPONENTID_LEDDEVICE,
|
|
|
|
const.KEY_STATE: False,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
):
|
Hyperion: Add brightness, HDMI and effect support (#11543)
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
* Hyperion: Add brightness, HDMI and effect support
- added brightness support to dim the hyperion light
- changed the "OFF" command to set the color to [0,0,0] after clearing all priorities.
This is neccesary to keep the light turned off when an HDMI grabber is used for ambilight with hyperion.
- added HDMI ambilight mode recognition and control.
by setting the "hdmi_priority" in your "configuration.yaml" file (defaults to 880), home assistant will now be able to recognize when the hyperion light is in HDMI ambilight mode and will change its icon to an HDMI symbol and set the status to ON.
Switching the hyperion light to HDMI ambilight mode can be done through the effect option (clears all priorities such that the HDMI grabber remains).
- added effect support for the default effects of hyperion, a custom list can be defined in the "configuration.yaml" file by using the "effect_list" option.
- fixed some style issues with too long lines
* Hyperion: Add brightness, HDMI and effect support
- fixed some more indentation style issues
* Hyperion: Add brightness, HDMI and effect support
- yet more fixed visuel indent issues
* Hyperion: Add brightness, HDMI and effect support
- more visuel indents
* Hyperion: Add brightness, HDMI and effect support
- fixed invalid variable "A"
* Hyperion: Add brightness, HDMI and effect support
- remove unnececary brackets
- specify specific exceptions
* correct changing state holding attributes during a service method
Proccesed the comments of @MartinHjelmare: https://github.com/home-assistant/home-assistant/pull/11543#pullrequestreview-88328659
* indent correction
corrected tab instead of 4 spaces
* Hyperion: Add brightness, HDMI and effect support
- changed 'none' to None
- renamed "self._skip_check" to "self._skip_update"
* Add brightness, HDMI and effect support
changed checking if a list is empty from "list == []" to "not list"
2018-01-13 20:06:34 +00:00
|
|
|
return
|
2015-10-17 17:36:52 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
def _set_internal_state(
|
|
|
|
self,
|
|
|
|
brightness: Optional[int] = None,
|
|
|
|
rgb_color: Optional[Sequence[int]] = None,
|
|
|
|
effect: Optional[str] = None,
|
|
|
|
) -> None:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Set the internal state."""
|
|
|
|
if brightness is not None:
|
|
|
|
self._brightness = brightness
|
|
|
|
if rgb_color is not None:
|
|
|
|
self._rgb_color = rgb_color
|
|
|
|
if effect is not None:
|
|
|
|
self._effect = effect
|
|
|
|
if effect == KEY_EFFECT_SOLID:
|
|
|
|
self._icon = ICON_LIGHTBULB
|
|
|
|
elif effect in const.KEY_COMPONENTID_EXTERNAL_SOURCES:
|
|
|
|
self._icon = ICON_EXTERNAL_SOURCE
|
2015-10-17 17:36:52 +00:00
|
|
|
else:
|
2020-09-24 19:37:34 +00:00
|
|
|
self._icon = ICON_EFFECT
|
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
def _update_components(self, _: Optional[Dict[str, Any]] = None) -> None:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Update Hyperion components."""
|
|
|
|
self.async_write_ha_state()
|
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
def _update_adjustment(self, _: Optional[Dict[str, Any]] = None) -> None:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Update Hyperion adjustments."""
|
|
|
|
if self._client.adjustment:
|
|
|
|
brightness_pct = self._client.adjustment[0].get(
|
|
|
|
const.KEY_BRIGHTNESS, DEFAULT_BRIGHTNESS
|
|
|
|
)
|
|
|
|
if brightness_pct < 0 or brightness_pct > 100:
|
|
|
|
return
|
|
|
|
self._set_internal_state(
|
|
|
|
brightness=int(round((brightness_pct * 255) / float(100)))
|
|
|
|
)
|
|
|
|
self.async_write_ha_state()
|
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
def _update_priorities(self, _: Optional[Dict[str, Any]] = None) -> None:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Update Hyperion priorities."""
|
|
|
|
visible_priority = self._client.visible_priority
|
|
|
|
if visible_priority:
|
|
|
|
componentid = visible_priority.get(const.KEY_COMPONENTID)
|
|
|
|
if componentid in const.KEY_COMPONENTID_EXTERNAL_SOURCES:
|
|
|
|
self._set_internal_state(rgb_color=DEFAULT_COLOR, effect=componentid)
|
|
|
|
elif componentid == const.KEY_COMPONENTID_EFFECT:
|
|
|
|
# Owner is the effect name.
|
|
|
|
# See: https://docs.hyperion-project.org/en/json/ServerInfo.html#priorities
|
|
|
|
self._set_internal_state(
|
|
|
|
rgb_color=DEFAULT_COLOR, effect=visible_priority[const.KEY_OWNER]
|
|
|
|
)
|
|
|
|
elif componentid == const.KEY_COMPONENTID_COLOR:
|
|
|
|
self._set_internal_state(
|
|
|
|
rgb_color=visible_priority[const.KEY_VALUE][const.KEY_RGB],
|
|
|
|
effect=KEY_EFFECT_SOLID,
|
|
|
|
)
|
2020-12-02 18:40:49 +00:00
|
|
|
self.async_write_ha_state()
|
2020-09-24 19:37:34 +00:00
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
def _update_effect_list(self, _: Optional[Dict[str, Any]] = None) -> None:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Update Hyperion effects."""
|
|
|
|
if not self._client.effects:
|
|
|
|
return
|
2020-11-30 17:38:52 +00:00
|
|
|
effect_list: List[str] = []
|
2020-09-24 19:37:34 +00:00
|
|
|
for effect in self._client.effects or []:
|
|
|
|
if const.KEY_NAME in effect:
|
|
|
|
effect_list.append(effect[const.KEY_NAME])
|
|
|
|
if effect_list:
|
|
|
|
self._effect_list = effect_list
|
|
|
|
self.async_write_ha_state()
|
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
def _update_full_state(self) -> None:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Update full Hyperion state."""
|
|
|
|
self._update_adjustment()
|
|
|
|
self._update_priorities()
|
|
|
|
self._update_effect_list()
|
|
|
|
|
|
|
|
_LOGGER.debug(
|
|
|
|
"Hyperion full state update: On=%s,Brightness=%i,Effect=%s "
|
|
|
|
"(%i effects total),Color=%s",
|
|
|
|
self.is_on,
|
|
|
|
self._brightness,
|
|
|
|
self._effect,
|
|
|
|
len(self._effect_list),
|
|
|
|
self._rgb_color,
|
|
|
|
)
|
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
def _update_client(self, _: Optional[Dict[str, Any]] = None) -> None:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Update client connection state."""
|
|
|
|
self.async_write_ha_state()
|
|
|
|
|
2020-11-30 17:38:52 +00:00
|
|
|
async def async_added_to_hass(self) -> None:
|
2020-09-24 19:37:34 +00:00
|
|
|
"""Register callbacks when entity added to hass."""
|
2020-11-30 17:38:52 +00:00
|
|
|
assert self.hass
|
|
|
|
self.async_on_remove(
|
|
|
|
async_dispatcher_connect(
|
|
|
|
self.hass,
|
|
|
|
SIGNAL_INSTANCE_REMOVED.format(self._unique_id),
|
|
|
|
self.async_remove,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
2020-09-24 19:37:34 +00:00
|
|
|
self._client.set_callbacks(
|
|
|
|
{
|
|
|
|
f"{const.KEY_ADJUSTMENT}-{const.KEY_UPDATE}": self._update_adjustment,
|
|
|
|
f"{const.KEY_COMPONENTS}-{const.KEY_UPDATE}": self._update_components,
|
|
|
|
f"{const.KEY_EFFECTS}-{const.KEY_UPDATE}": self._update_effect_list,
|
|
|
|
f"{const.KEY_PRIORITIES}-{const.KEY_UPDATE}": self._update_priorities,
|
|
|
|
f"{const.KEY_CLIENT}-{const.KEY_UPDATE}": self._update_client,
|
|
|
|
}
|
|
|
|
)
|
|
|
|
|
|
|
|
# Load initial state.
|
|
|
|
self._update_full_state()
|
2020-11-30 17:38:52 +00:00
|
|
|
|
|
|
|
async def async_will_remove_from_hass(self) -> None:
|
|
|
|
"""Disconnect from server."""
|
|
|
|
await self._client.async_client_disconnect()
|