Skip to content

Commit

Permalink
Merge pull request #1626 from custom-components/dev
Browse files Browse the repository at this point in the history
2022-06-03
  • Loading branch information
alandtse authored Jun 4, 2022
2 parents 6bee223 + 8518e4d commit ea849f2
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 205 deletions.
1 change: 1 addition & 0 deletions custom_components/alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ async def async_update_data() -> Optional[AlexaEntityData]:
"access_token": login_obj.access_token,
"refresh_token": login_obj.refresh_token,
"expires_in": login_obj.expires_in,
"mac_dms": login_obj.mac_dms
},
},
)
Expand Down
1 change: 1 addition & 0 deletions custom_components/alexa_media/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ async def _test_login(self):
"access_token": login.access_token,
"refresh_token": login.refresh_token,
"expires_in": login.expires_in,
"mac_dms": login.mac_dms
}
self.hass.data.setdefault(
DATA_ALEXAMEDIA,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"dependencies": ["persistent_notification", "http"],
"codeowners": ["@alandtse", "@keatontaylor"],
"requirements": ["alexapy==1.25.6", "packaging>=20.3", "wrapt>=1.12.1"],
"requirements": ["alexapy==1.26.0", "packaging>=20.3", "wrapt>=1.12.1"],
"iot_class": "cloud_polling"
}
Loading

0 comments on commit ea849f2

Please sign in to comment.