mirror of
https://github.com/home-assistant/core.git
synced 2026-09-09 02:35:38 -05:00
5 lines
83 B
Python
5 lines
83 B
Python
"""Constants."""
|
|
SECRET_YAML = "secrets.yaml"
|
|
|
|
_SECRET_NAMESPACE = "homeassistant"
|