Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions homeassistant/components/lutron_caseta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@
async def async_setup(hass, base_config):
"""Set up the Lutron component."""

bridge_configs = base_config.get(DOMAIN)

if not bridge_configs:
return True

bridge_configs = base_config[DOMAIN]
hass.data.setdefault(DOMAIN, {})

for config in bridge_configs:
Expand Down
11 changes: 7 additions & 4 deletions homeassistant/components/lutron_caseta/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"domain": "lutron_caseta",
"name": "Lutron Cas茅ta",
"documentation": "https://www.home-assistant.io/integrations/lutron_caseta",
"requirements": ["pylutron-caseta==0.6.1"],
"codeowners": ["@swails"],
"config_flow": true
}
"requirements": [
"pylutron-caseta==0.6.1"
],
"codeowners": [
"@swails"
]
}
1 change: 0 additions & 1 deletion homeassistant/generated/config_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"locative",
"logi_circle",
"luftdaten",
"lutron_caseta",
"mailgun",
"melcloud",
"met",
Expand Down