Releases: lozzd/octopus-energy-rates-card
Releases · lozzd/octopus-energy-rates-card
v0.1.4
- Fixes the title configuration option no longer working (in fact- the card lost it's title completely. whoops!)
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Add the configuration
exportrates
which reverses the colour scheme, for use when showing export rates instead of import (#3) - Attempt to fix the 24 hour clock showing as
24:00
when the language isen-US
- but failed. It seems there are more browser bugs here to tackle (#6) - ... So instead I added the new configuration item (on by default) to show the time in 12 hour format instead. If you prefer 24 hour format, set
hour12
tofalse
, but you will get back the24:00
timestamps for now... - Include a PR from @TheNeutrinoRaged (thank you!) which shows the current rate in the table instead of it disappearing as soon as we enter that 30 minute period (#7)
- We're now in the HACS default repos, so updated the docs to reflect this
- Totally revamp the configuration internally - fixed some silly bugs (#8 )
Full Changelog: v0.1.2...v0.1.3