We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a878a commit 521f9f7Copy full SHA for 521f9f7
custom_components/crestron/__init__.py
@@ -72,7 +72,7 @@
72
async def async_setup(hass, config):
73
"""Set up a the crestron component."""
74
75
- if config.get[DOMAIN] is not None:
+ if config.get(DOMAIN) is not None:
76
hass.data[DOMAIN] = {}
77
hub = CrestronHub(hass, config[DOMAIN])
78
0 commit comments