Clean up Lutron Caseta (#47534)

This commit is contained in:
tkdrob 2021-03-07 08:14:15 -05:00 committed by GitHub
parent 4018d0a152
commit 07fd1b3b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 12 deletions

View file

@ -171,7 +171,6 @@ class LutronCasetaFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
This flow is triggered by `async_setup`.
"""
host = import_info[CONF_HOST]
# Store the imported config for other steps in this flow to access.
self.data[CONF_HOST] = host
@ -213,7 +212,6 @@ class LutronCasetaFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
async def async_validate_connectable_bridge_config(self):
"""Check if we can connect to the bridge with the current config."""
bridge = None
try: