Let's track some VMware stock pricing!

This commit is contained in:
ccostan
2018-04-08 12:53:52 -04:00
parent 7cfc9970d9
commit 83a830e229
3 changed files with 7 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ sensor:
- name: Tesla
currency: USD
symbol: TSLA
- name: VMware
currency: USD
symbol: VMW
foreign_exchange:
- from: BTC
to: USD
@@ -28,6 +31,7 @@ group:
entities:
- sensor.tesla
- sensor.bitcoin
- sensor.vmware
##############################################################################
### Automations - Detect when things are not right. Like any Good Watchdog.