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>
4 lines
116 B
Python
4 lines
116 B
Python
"""HTTP specific constants."""
|
|
KEY_AUTHENTICATED = "ha_authenticated"
|
|
KEY_HASS = "hass"
|
|
KEY_HASS_USER = "hass_user"
|