v2.1.0 Released #26
Nisbo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
--> After the Update and restart of HA check if the Sensors are available in the GUI configuration. After this you can safely remove the code from your configuration.yaml.
Du to the fact that the YAML support is removed, the uniqui_id creating has been changed. This is only an internal "thing" but leads to the fact, that from now on you don't need the
doublestationnumber
any more. This means that DEFAULT_CONF_DOUBLESTATIONNUMBER was removed from the config completely and CONF_DOUBLESTATIONNUMBER from the GUI configuration mask. Important for you, if you want to use the same stop (Global ID) more than once, there is no need any more to configure this option. In other words, don't care about it. ^^Other Changes
Detected that custom integration sets option flow config_entry explicitly, which is deprecated at custom_components/another_mvg/config_flow.py
I summarized the changes from the BETA and included them below.
Added in BETA 5
Another MVG now also displays departures for the next day if there are no or not enough results for the current day. This will be done with an additional API query if required. Since I can only request data with an offset to the next day, this offset will be calculated from the current time and the time until midnight. For this reason, it is important that the time on the computer running HA is correct.
Added also a new option
Increased Limit
under theAdvanced Settings
This option is intended to correct missing entries after midnight if many filters are used. Use this option only if fewer entries than desired are displayed in the evening. Adjust slowly in steps of 10, as this option can lead to unnecessary additional API requests.
Added in BETA 4
content-card-another-mvg-livemap.js
.The new card can be added and configured directly through the map selector, just like other cards.
Simply go to your dashboard, click on "Add Card", search for "Another MVG", and select the card from the results.
That’s all. In the standard configuration, it shows the complete map.
If you want to zoom in, follow the instructions in the description.
This editor is currently only available in German because I have no clue how to add language support to the card.
If there is a real need, I can create an additional card for English users.
If, for some reason, you are not able to find the card, try clearing your frontend and browser cache, or try configuring the card on your own.
Added in BETA 3
Added new Option to search the Global ID and Global ID 2 also after the initial setup.
Just click on CONFIGURE as before to edit a sensor and choose from the menu the wanted option
Apart from the changes above, the description of the fields/options has been improved to make it more clear to understand how it works.
Added in BETA 2
You have the following 3 options (the 1st one is the default option)
In the example, 16:27 is the scheduled departure time, the train has a delay of 2 minutes, and 16:29 is the current departure time. If only the current departure time (Option 3) is displayed, the time will be shown in red if there is a delay.
Option 1 (same as before)
Option 2
Option 3
Added in BETA 1
Added an option (disabled by default) to show a clock on the top right of the card. (same line than the title of the card)
Its a simple JavaScript clock and takes the time from the device (Mobile Phone or Browser)
The update may not happen at the exact second because its triggered by an Home Assistant card update
You can find the new option in the Advanced Settings Section
This discussion was created from the release v2.1.0 Released.
Beta Was this translation helpful? Give feedback.
All reactions