mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
* Update discovery.py * Create const.py * Update auth.py * Update const.py * Update const.py * Update http.py * Update handler.py * Update auth.py * Update auth.py * Update test_auth.py
13 lines
249 B
Python
13 lines
249 B
Python
"""Hass.io const variables."""
|
|
|
|
ATTR_DISCOVERY = 'discovery'
|
|
ATTR_ADDON = 'addon'
|
|
ATTR_NAME = 'name'
|
|
ATTR_SERVICE = 'service'
|
|
ATTR_CONFIG = 'config'
|
|
ATTR_UUID = 'uuid'
|
|
ATTR_USERNAME = 'username'
|
|
ATTR_PASSWORD = 'password'
|
|
|
|
X_HASSIO = 'X-HASSIO-KEY'
|