Moved Alpha Vantage to a seperate script due to issue with built in integration

This commit is contained in:
Jeffrey Stone 2019-07-11 07:20:46 -04:00
parent b3bb2fd906
commit bf0183bbe0
1 changed files with 13 additions and 13 deletions

View File

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