mirror of
https://github.com/home-assistant/core.git
synced 2025-05-17 20:39:16 +00:00
6 lines
168 B
Python
6 lines
168 B
Python
"""HTTP specific constants."""
|
|
KEY_AUTHENTICATED = "ha_authenticated"
|
|
KEY_HASS = "hass"
|
|
KEY_HASS_USER = "hass_user"
|
|
KEY_HASS_REFRESH_TOKEN_ID = "hass_refresh_token_id"
|