Moved Alpha Vantage to a seperate script due to issue with built in integration
This commit is contained in:
parent
9999eb80b6
commit
cae679b8e1
|
@ -1,16 +1,16 @@
|
|||
- platform: alpha_vantage
|
||||
api_key: !secret alpha_vantage
|
||||
symbols:
|
||||
#- symbol: SIRI
|
||||
# name: Sirius
|
||||
#- symbol: BAC
|
||||
# name: BoA
|
||||
#- symbol: INTC
|
||||
# name: Intel
|
||||
- symbol: DIS
|
||||
name: Disney
|
||||
#- symbol: BKS
|
||||
# name: Barnes & Noble
|
||||
# - platform: alpha_vantage
|
||||
# api_key: !secret alpha_vantage
|
||||
# symbols:
|
||||
# #- symbol: SIRI
|
||||
# # name: Sirius
|
||||
# #- symbol: BAC
|
||||
# # name: BoA
|
||||
# #- symbol: INTC
|
||||
# # name: Intel
|
||||
# - symbol: DIS
|
||||
# name: Disney
|
||||
# #- symbol: BKS
|
||||
# # name: Barnes & Noble
|
||||
- platform: mqtt
|
||||
name: "Disney"
|
||||
state_topic: "stock/DIS/price"
|
||||
|
|
Loading…
Reference in New Issue