Several updates...major - started migrating off smartthings to direct zwave.

This commit is contained in:
Jeffrey Stone
2019-03-08 21:52:37 -05:00
parent 4769a74a86
commit 9b47902ee4
24 changed files with 249 additions and 298 deletions

View File

@@ -1,14 +1,28 @@
- platform: alpha_vantage
api_key: !secret alpha_vantage
symbols:
- symbol: SIRI
name: Sirius
- symbol: BAC
name: BoA
- symbol: INTC
name: Intel
#- symbol: SIRI
# name: Sirius
#- symbol: BAC
# name: BoA
#- symbol: INTC
# name: Intel
- symbol: DIS
name: Disney
- symbol: BKS
name: Barnes & Noble
#- symbol: BKS
# name: Barnes & Noble
- platform: mqtt
name: "Disney"
state_topic: "stock/DIS/price"
- platform: mqtt
name: "BoA"
state_topic: "stock/BAC/price"
- platform: mqtt
name: "Intel"
state_topic: "stock/INTC/price"
- platform: mqtt
name: "Sirius"
state_topic: "stock/SIRI/price"
- platform: mqtt
name: "Barnes and Nobel"
state_topic: "stock/BKS/price"