5 lines
100 B
Python
5 lines
100 B
Python
|
"""Constants for the PoolSense integration."""
|
||
|
|
||
|
DOMAIN = "poolsense"
|
||
|
ATTRIBUTION = "PoolSense Data"
|