mirror of
https://github.com/home-assistant/core.git
synced 2025-05-05 06:29:16 +00:00

* favorited friends binary sensors * add binary_sensor to .coveragerc * fix copy/paste comments... * make sensor entities instead of attributes * address PR review comments * default state to None
9 lines
226 B
Python
9 lines
226 B
Python
"""Constants for the xbox integration."""
|
|
|
|
DOMAIN = "xbox"
|
|
|
|
OAUTH2_AUTHORIZE = "https://login.live.com/oauth20_authorize.srf"
|
|
OAUTH2_TOKEN = "https://login.live.com/oauth20_token.srf"
|
|
|
|
EVENT_NEW_FAVORITE = "xbox/new_favorite"
|