1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-24 15:07:07 +00:00
Joakim Plate 38d2cacf7a
Support blocking trusted network from new ip ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-01-28 12:06:20 +01:00

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"