Classes | |
| class | HyperionLight |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_DEFAULT_COLOR = "default_color" |
| string | CONF_EFFECT_LIST = "effect_list" |
| string | CONF_HDMI_PRIORITY = "hdmi_priority" |
| int | DEFAULT_BRIGHTNESS = 255 |
| list | DEFAULT_COLOR = [255, 255, 255] |
| string | DEFAULT_EFFECT = KEY_EFFECT_SOLID |
| int | DEFAULT_HDMI_PRIORITY = 880 |
| string | DEFAULT_NAME = "Hyperion" |
| DEFAULT_PORT = const.DEFAULT_PORT_JSON | |
| string | ICON_EFFECT = "mdi:lava-lamp" |
| string | ICON_LIGHTBULB = "mdi:lightbulb" |
| string | KEY_EFFECT_SOLID = "Solid" |
Support for Hyperion-NG remotes.
| None homeassistant.components.hyperion.light.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| string homeassistant.components.hyperion.light.CONF_DEFAULT_COLOR = "default_color" |
| string homeassistant.components.hyperion.light.CONF_EFFECT_LIST = "effect_list" |
| string homeassistant.components.hyperion.light.CONF_HDMI_PRIORITY = "hdmi_priority" |
| int homeassistant.components.hyperion.light.DEFAULT_BRIGHTNESS = 255 |
| list homeassistant.components.hyperion.light.DEFAULT_COLOR = [255, 255, 255] |
| string homeassistant.components.hyperion.light.DEFAULT_EFFECT = KEY_EFFECT_SOLID |
| int homeassistant.components.hyperion.light.DEFAULT_HDMI_PRIORITY = 880 |
| string homeassistant.components.hyperion.light.DEFAULT_NAME = "Hyperion" |
| homeassistant.components.hyperion.light.DEFAULT_PORT = const.DEFAULT_PORT_JSON |
| string homeassistant.components.hyperion.light.ICON_EFFECT = "mdi:lava-lamp" |
| string homeassistant.components.hyperion.light.ICON_LIGHTBULB = "mdi:lightbulb" |