We should really be tracking Amazon Stock prices..

This commit is contained in:
ccostan
2018-04-23 13:53:37 -04:00
parent 5c44099907
commit 5258b6a3ea
4 changed files with 9 additions and 3 deletions

View File

@@ -22,6 +22,9 @@ sensor:
- name: VMware
currency: USD
symbol: VMW
- name: Amazon
currency: USD
symbol: AMZN
foreign_exchange:
- from: BTC
to: USD
@@ -33,6 +36,7 @@ group:
- sensor.tesla
- sensor.bitcoin
- sensor.vmware
- sensor.amazon
##############################################################################
### Automations - Detect when things are not right. Like any Good Watchdog.