mirror of
https://github.com/home-assistant/core.git
synced 2025-05-04 22:19:17 +00:00

Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
5 lines
116 B
Python
5 lines
116 B
Python
"""HTTP specific constants."""
|
|
KEY_AUTHENTICATED = "ha_authenticated"
|
|
KEY_HASS = "hass"
|
|
KEY_HASS_USER = "hass_user"
|