Skip to content

Update logos#205

Open
Schimmelreiter wants to merge 10 commits into
Aohzan:masterfrom
Schimmelreiter:master
Open

Update logos#205
Schimmelreiter wants to merge 10 commits into
Aohzan:masterfrom
Schimmelreiter:master

Conversation

@Schimmelreiter

Copy link
Copy Markdown
Contributor

Also do not prepend stations with "Station", they are all stations :)

Checking with startswith for "Station" or "Relais" would still prepend "Aire" with "Station" ... or if "relais" appears later in the name.

- Delete dead brands again after re-fork
- Do not preprend "Station", as Aire or even just the brand name should also be enough
Intermarche, Bricomarche and Roady use black text.
This text becomes invisible when using the more common dark theme in HA/Browser.
When the browser is set to dark theme, invert the text to white.
Should the browser be set to light theme, the text color remains black.
@auto-assign auto-assign Bot requested a review from Aohzan May 11, 2026 01:48
) and not station_name.lower().startswith("relais"):
station_name = f"Station {station_name}"

self._attr_name = f"{station_name} {self.fuel}"

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants