ccostan 2020-10-25 15:38:16 -04:00
parent 3e6b75b5b9
commit da5aa02549
6 changed files with 33 additions and 14 deletions

View File

@ -1,28 +1,44 @@
#-------------------------------------------
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# Neato Support for D7 Connected Botvac - control my [Neato Vacuum](https://amzn.to/2kqnnqu) with Home Assistant.
# Tracking stocks with Yahoo Finance Custom Component
# https://www.vcloudinfo.com/2020/10/how-to-track-stocks-in-home-assistant-using-a-custom-component.html
#-------------------------------------------
sensor:
- platform: alpha_vantage
scan_interval: 2400
api_key: !secret vantage_api
- platform: yahoofinance
scan_interval:
hours: 4
symbols:
- name: Tesla
currency: USD
symbol: TSLA
- name: VMware
currency: USD
symbol: VMW
- name: Amazon
currency: USD
symbol: AMZN
- TSLA
- VMW
- AMZN
- platform: coinmarketcap
currency_id: 1027
- platform: coinmarketcap
currency_id: 1
# sensor:
# - platform: alpha_vantage
# scan_interval: 2400
# api_key: !secret vantage_api
# symbols:
# - name: Tesla
# currency: USD
# symbol: TSLA
# - name: VMware
# currency: USD
# symbol: VMW
# - name: Amazon
# currency: USD
# symbol: AMZN
#
# - platform: coinmarketcap
# currency_id: 1027
# - platform: coinmarketcap
# currency_id: 1
#-------------------------------------------
##############################################################################

View File

@ -272,6 +272,9 @@ tweet_youtube_engine_setup:
],
"NodeAnchors": [
"Simple Example of using YAML Node Anchors in Home Assistant (https://www.vcloudinfo.com/2020/10/simple-example-of-using-yaml-node-anchors-in-home-assistant.html)"
],
"yahoostocks": [
"Track stocks with Home Assistant using Yahoo Finance! (https://www.vcloudinfo.com/2020/10/how-to-track-stocks-in-home-assistant-using-a-custom-component.html)"
]
} %}

View File

@ -7,6 +7,6 @@
"S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34",
"S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4",
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors"
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks"
] %}
{{ pick|random }}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 KiB