Go to the source code of this file.
Namespaces | |
| homeassistant.components.hue.services | |
Functions | |
| None | homeassistant.components.hue.services.async_register_services (HomeAssistant hass) |
| bool | homeassistant.components.hue.services.hue_activate_scene_v1 (HueBridge bridge, str group_name, str scene_name, int|None transition=None, bool is_retry=False) |
| bool | homeassistant.components.hue.services.hue_activate_scene_v2 (HueBridge bridge, str group_name, str scene_name, int|None transition=None, bool dynamic=True) |
Variables | |
| homeassistant.components.hue.services.LOGGER = logging.getLogger(__name__) | |