mirror of
https://github.com/home-assistant/core.git
synced 2025-05-04 14:09:16 +00:00
6 lines
143 B
Python
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"
|