core/homeassistant/util/yaml/const.py

5 lines
83 B
Python
Raw Normal View History

"""Constants."""
2019-07-31 19:25:30 +00:00
SECRET_YAML = "secrets.yaml"
2019-07-31 19:25:30 +00:00
_SECRET_NAMESPACE = "homeassistant"