Add sensors to Xbox integration (#41868)
* 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
This commit is contained in:
parent
801168f9d7
commit
c10fe4f723
8 changed files with 326 additions and 15 deletions
|
@ -4,3 +4,5 @@ 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue