6 lines
203 B
Python
6 lines
203 B
Python
"""Infrastructure layer for Home Assistant integration.
|
|
|
|
This layer contains Home Assistant-specific implementations of domain interfaces.
|
|
All homeassistant.* imports are allowed ONLY in this layer.
|
|
"""
|