Skip to content

Commit 521f9f7

Browse files
committed
fix typo in async_setup
1 parent b9a878a commit 521f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/crestron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
async def async_setup(hass, config):
7373
"""Set up a the crestron component."""
7474

75-
if config.get[DOMAIN] is not None:
75+
if config.get(DOMAIN) is not None:
7676
hass.data[DOMAIN] = {}
7777
hub = CrestronHub(hass, config[DOMAIN])
7878

0 commit comments

Comments
 (0)