Add support for Pico and Shade remotes to Lutron Caseta (#45315)

This commit is contained in:
J. Nick Koston 2021-01-26 16:32:08 -06:00 committed by GitHub
parent b533b91b10
commit 25f411ef6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 982 additions and 29 deletions

View file

@ -12,7 +12,6 @@ from homeassistant.components.zeroconf import ATTR_HOSTNAME
from homeassistant.const import CONF_HOST, CONF_NAME
from homeassistant.core import callback
from . import DOMAIN # pylint: disable=unused-import
from .const import (
ABORT_REASON_ALREADY_CONFIGURED,
ABORT_REASON_CANNOT_CONNECT,
@ -22,6 +21,7 @@ from .const import (
ERROR_CANNOT_CONNECT,
STEP_IMPORT_FAILED,
)
from .const import DOMAIN # pylint: disable=unused-import
HOSTNAME = "hostname"