Fixes for start/stop config:
- at present configured names appear twice in the entity, this has been resolved. Note: this only works for new entities and for entities that are not orphaned or in state deleted, else they will return with the same (old) name, this is HA behaviour. If you want to change existing entities on the fly then recreate them with an additional character as name.
- when a db was being extracted/updated, in certain cases this led to errors or even crash the setup, this is now improved, addresses #183 and likely also #184
Fixes for local_stop:
- mechanism to add departures to the existing entity was not fail-safe as stop_10 would also be added to entity with name stop_100, this is now resolved
Route_types:
- 100 existed twice, now 100 + 110
- aerial lift 1300 and Funicular 1400 had swapped icons
Other:
- add indexes to improve SQL response time
- code improvement: incorrect 'dispose' in local_stop sensor
- code improvement; populate header only if url is defined
- code improvement: improve response time for collecting RT values for local_stop departures
A large part of this thanks to @Pulpyyyy ... again :)