mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-28 23:07:27 +01:00
5 lines
83 B
Python
5 lines
83 B
Python
"""Constants."""
|
|
SECRET_YAML = "secrets.yaml"
|
|
|
|
_SECRET_NAMESPACE = "homeassistant"
|