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