This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Releases: badguy99/octocost
Releases · badguy99/octocost
v0.1.10
v0.1.9
- Code and documentation clean up
- Yesterday usage, from @shadow-fight - thank you!
v0.1.8
v0.1.7
v.0.1.6
v0.1.5
- Changes the call back to run at specified times to work around issues seen sometimes when user's clocks are not accurately set.
- Try to work out region automatically, from the meter details given if is it isn't specified in the apps.yaml file
- Adding support for getting monthly and yearly gas usage and cost
Note: This currently only supports gas tariffs which only return one charge, rather than varying charges per time block, e.g.:
{u'count': 1,
u'next': None,
u'previous': None,
u'results': [{u'valid_from': None,
u'valid_to': None,
u'value_exc_vat': 2.72,
u'value_inc_vat': 2.856}]}
v0.1.4
v0.1.3
v0.1.2
Documentation Updates
- Octocost is now in the HACS Default list, so can be added without adding custom repositories
- Documentation updated to include Automation and Lovelace UI examples