1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add abode support for CUE automations (#32296)

* Add support for CUE automations

* Update requirements

* Minor update to string name
This commit is contained in:
Paulus Schoutsen
2020-03-04 14:54:28 -08:00
committed by GitHub
parent 2abdfc9da6
commit d1beb92c5d
15 changed files with 66 additions and 102 deletions

View File

@@ -1,5 +1,4 @@
"""Support for Abode Security System lights."""
import logging
from math import ceil
import abodepy.helpers.constants as CONST
@@ -21,8 +20,6 @@ from homeassistant.util.color import (
from . import AbodeDevice
from .const import DOMAIN
_LOGGER = logging.getLogger(__name__)
async def async_setup_entry(hass, config_entry, async_add_entities):
"""Set up Abode light devices."""