mirror of
https://github.com/home-assistant/core.git
synced 2026-03-04 00:30:26 +00:00
5 lines
83 B
Python
5 lines
83 B
Python
"""Constants."""
|
|
SECRET_YAML = "secrets.yaml"
|
|
|
|
_SECRET_NAMESPACE = "homeassistant"
|