1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-25 20:35:09 +00:00
Files
core/homeassistant/components/http/const.py
Paulus Schoutsen f32911d036 Cleanup http (#12424)
* Clean up HTTP component

* Clean up HTTP mock

* Remove unused import

* Fix test

* Lint
2018-02-15 22:06:14 +01:00

4 lines
97 B
Python

"""HTTP specific constants."""
KEY_AUTHENTICATED = 'ha_authenticated'
KEY_REAL_IP = 'ha_real_ip'