2018-01-18 14:49:16 -05:00
|
|
|
#-------------------------------------------
|
|
|
|
# @CCOSTAN
|
|
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
|
|
# Neato Support for D7 Connected Botvac - control my [Neato Vacuum](http://amzn.to/2kqnnqu) with Home Assistant.
|
|
|
|
#-------------------------------------------
|
2020-06-05 11:22:28 -04:00
|
|
|
|
2018-01-18 14:49:16 -05:00
|
|
|
sensor:
|
|
|
|
- platform: alpha_vantage
|
2018-06-19 12:20:58 -04:00
|
|
|
scan_interval: 2400
|
2018-01-18 14:49:16 -05:00
|
|
|
api_key: !secret vantage_api
|
|
|
|
symbols:
|
|
|
|
- name: Tesla
|
|
|
|
currency: USD
|
|
|
|
symbol: TSLA
|
2018-04-08 12:53:52 -04:00
|
|
|
- name: VMware
|
|
|
|
currency: USD
|
|
|
|
symbol: VMW
|
2018-04-23 13:53:37 -04:00
|
|
|
- name: Amazon
|
|
|
|
currency: USD
|
|
|
|
symbol: AMZN
|
2018-06-19 12:13:59 -04:00
|
|
|
|
|
|
|
- platform: coinmarketcap
|
|
|
|
currency_id: 1027
|
|
|
|
- platform: coinmarketcap
|
|
|
|
currency_id: 1
|
2018-01-18 14:49:16 -05:00
|
|
|
#-------------------------------------------
|
2018-01-18 15:00:05 -05:00
|
|
|
|
2018-01-18 14:49:16 -05:00
|
|
|
##############################################################################
|
|
|
|
### Automations - Detect when things are not right. Like any Good Watchdog.
|
|
|
|
##############################################################################
|
|
|
|
#automation:
|
2018-01-18 15:00:05 -05:00
|
|
|
#Tweets pushed out to twitter.
|