Skip to content

Commit b4fa8f4

Browse files
committed
added dummy __init__.py so that imports are reliable with pytest
see MatthewFlamm/pytest-homeassistant-custom-component#23
1 parent 51614e2 commit b4fa8f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Dummy __init__.py to make imports with pytest-homeassistant-custom-component reliable."""

0 commit comments

Comments
 (0)