From bf0183bbe04226de592d855a7491ca59cf263ef7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 11 Jul 2019 07:20:46 -0400 Subject: [PATCH] Moved Alpha Vantage to a seperate script due to issue with built in integration --- sensors/finance.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/sensors/finance.yaml b/sensors/finance.yaml index bec549a..8c8d9f3 100644 --- a/sensors/finance.yaml +++ b/sensors/finance.yaml @@ -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"