Skip to content

Commit

Permalink
Update README and bump to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed May 21, 2020
1 parent 6733109 commit ac20f2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@ sensor:
- totalValueTraded
```
**Configuration with multiple stocks:**
```yaml
sensor:
- platform: avanza_stock
stock:
- id: 5361
name: Avanza Bank Holding
- id: 8123
name: Home Assistant
monitored_conditions:
- totalVolumeTraded
- totalValueTraded
```
## Usage
**Automation to send summary at 18:00 using telegram:**
```yaml
Expand All @@ -146,6 +160,8 @@ sensor:
```
## Changelog
* 1.0.3 - All to define multiple stocks
* 1.0.2 - Async update
* 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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/avanza_stock/const.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Constants for avanza_stock."""
__version__ = "1.0.2"
__version__ = "1.0.3"

DEFAULT_NAME = "Avanza Stock"

Expand Down

0 comments on commit ac20f2c

Please sign in to comment.