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