Skip to content

Commit

Permalink
Merge pull request #1 from tdelaux/tdelaux-patch-3
Browse files Browse the repository at this point in the history
Update sensor.py Add Max
  • Loading branch information
tdelaux authored Aug 24, 2024
2 parents 441ac36 + 4bab1ce commit 2231207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/apiFreebox/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ def _update(self):
chaine = "Apple TV"
elif (quelPackage == "fr.freebox.nucleus"):
chaine = "Oqee Ciné"
elif (quelPackage == "fr.max.play"):
chaine = "Max"
else:
chaine = "%s ???"%(quelPackage)
status_counts["out"] = chaine
Expand Down

0 comments on commit 2231207

Please sign in to comment.