added support for home assistant postgres database and convenience function to get state of entity
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Definition of dataframes."""
|
||||
|
||||
from .sensor_state import SensorStateSchema
|
||||
|
||||
__all__ = [
|
||||
"SensorStateSchema",
|
||||
]
|
||||
Reference in New Issue
Block a user