Skip to content

Commit

Permalink
fix: update deprecated mdi:timer
Browse files Browse the repository at this point in the history
This requires HA 0.113.0
closes #851
  • Loading branch information
alandtse committed Jul 25, 2020
1 parent 298b92d commit 1c31f76
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion custom_components/alexa_media/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,12 @@ def __init__(self, client, n_json, account):
# Class info
self._type = "Timer"
super().__init__(
client, n_json, "remainingTime", account, f"next {self._type}", "mdi:timer"
client,
n_json,
"remainingTime",
account,
f"next {self._type}",
"mdi:timer-outline",
)

@property
Expand Down

0 comments on commit 1c31f76

Please sign in to comment.