Skip to content

Commit cb086bb

Browse files
authored
Refactor media source platform in Xbox integration (home-assistant#155925)
1 parent ee2e9dc commit cb086bb

File tree

12 files changed

+2959
-201
lines changed

12 files changed

+2959
-201
lines changed

homeassistant/components/xbox/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def check_deprecated_entity(
152152
return False
153153

154154

155-
def profile_pic(person: Person, _: Title | None) -> str | None:
155+
def profile_pic(person: Person, _: Title | None = None) -> str | None:
156156
"""Return the gamer pic."""
157157

158158
# Xbox sometimes returns a domain that uses a wrong certificate which

0 commit comments

Comments
 (0)