1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-24 05:37:44 +00:00
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

6 lines
143 B
Python

"""HTTP specific constants."""
KEY_AUTHENTICATED = "ha_authenticated"
KEY_HASS = "hass"
KEY_HASS_USER = "hass_user"
KEY_REAL_IP = "ha_real_ip"