Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using both cheapest and exportrates as true causes styling to be lost #82

Open
syserr0r opened this issue Jul 25, 2024 · 0 comments
Open

Comments

@syserr0r
Copy link

Removing the cheapest: true line fixes the styling.

With the broken styling (cheapest: true) the source looks like this:

<tr class="rate_row">
    <td class="time  time_undefined">07:30 pm</td>
    <td class="rate undefined">23.24p/kWh</td>
</tr>

Without broken styling the source looks like this:

<tr class="rate_row">
    <td class="time  time_green">21:00</td>
    <td class="rate green">23.24p</td>
</tr>

Note that I used the examples from the README in this case
It may also be worth noting I am not currently on agile (so all prices reported are the same) however I wouldn't expect this to break things.

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

No branches or pull requests

1 participant