codingcyclist / ha_strava

Pipe your Activity Data from Strava directly into Home Assistant
MIT License
76 stars 29 forks source link

Remove EVENT_TIME_CHANGED const #46

Open youdroid opened 2 years ago

youdroid commented 2 years ago

Hi,

With HA 2022.5.X, the EVENT_TIME_CHANGED constant was removed, see https://developers.home-assistant.io/blog/2022/04/20/saying-goodbye-to-event_time_changed.

This PR removes this event.

This fixes https://github.com/codingcyclist/ha_strava/issues/45