mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 23:03:44 +01:00
4 lines
97 B
Python
4 lines
97 B
Python
"""HTTP specific constants."""
|
|
KEY_AUTHENTICATED = 'ha_authenticated'
|
|
KEY_REAL_IP = 'ha_real_ip'
|