Skip to content

Commit fe2bcec

Browse files
SaccaSacca
authored andcommitted
Forgot to initialize DOMAIN dict
1 parent c671238 commit fe2bcec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

custom_components/uhoo/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
async def async_setup(hass: HomeAssistant, config: Config) -> bool:
2424
"""Set up uHoo integration."""
25+
hass.data[DOMAIN] = {DATA_COORDINATOR: {}}
26+
2527
return True
2628

2729

0 commit comments

Comments
 (0)