5 lines
83 B
Python
5 lines
83 B
Python
"""Constants."""
|
|
SECRET_YAML = "secrets.yaml"
|
|
|
|
_SECRET_NAMESPACE = "homeassistant"
|