You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: #7 - the async_get function that was introduced in 1.0.8 as a replacement for the removed async_get_registry function is not actually async. It worked in 2023.5, but in 2023.6 an optimisation was introduced that makes it not work any more if awaited.
Enhancement: #8 - added vehicle_id and the monitored flag as attributes for each departure so the info can be tracked if desired
2023.5 has removed the deprecated async_get_registry function, which was silently replaced by an async_get function in 2021. A deprecation warning has been issued since 2022.6, but since this function is only used when setting up a new stop, it went unnoticed until it was removed in the latest version, causing the integration to fail to load.
Fix issue when editing config after initial setup, where current list of stops ignored later changes.
Ensures that stops can be deleted, and stay deleted once they have been.
Minor release to address changes in the HACS config file.
There are no changes to the integration itself in this release, it is only being made to avoid removal from HACS as the config check is now giving errors.
This release requires Home Assistant 2021.12. The changes are only minor changes to silence deprecation warnings that are added in this version, and some that will be added in 2022.2 for newly deprecated things in 2021.12.
Compatibility improvements for HA 2021.12.
State returns a datetime instead of a string
replace deprecated device_state_attributes with extra_state_attributes
replace deprecated DEVICE_CLASS_* constants with StrEnum based replacements