Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Apr 19, 2020
1 parent cd3ed4b commit 1337198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ sensor:
Note: This automation could be further improved by looping over all sensors and checking if their entity_id starts with `sensor.avanza_stock_` and then extract the information.

## Changelog
* 1.0.1 - Allow fractional shares, add more change attributes
* 1.0.0 - Add number of shares as optional configuration
* 0.0.10 - Clean up monitored conditions
* 0.0.9 - Compare payment date with todays date, ignore time
Expand Down
2 changes: 1 addition & 1 deletion custom_components/avanza_stock/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from homeassistant.const import CONF_MONITORED_CONDITIONS, CONF_NAME
from homeassistant.helpers.entity import Entity

__version__ = '1.0.0'
__version__ = '1.0.1'

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 1337198

Please sign in to comment.