Moved Alpha Vantage to a seperate script due to issue with built in integration
This commit is contained in:
parent
b3bb2fd906
commit
bf0183bbe0
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue