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:
Jason Hunter 2020-10-15 19:11:05 -04:00 committed by GitHub
parent 801168f9d7
commit c10fe4f723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 326 additions and 15 deletions

View file

@ -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"