2018-01-18 19:49:16 +00: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.
|
|
|
|
#-------------------------------------------
|
|
|
|
# homeassistant:
|
|
|
|
# customize_glob:
|
|
|
|
# "*.*_sleep_hours":
|
|
|
|
# unit_of_measurement: hours
|
|
|
|
# icon: mdi:sleep
|
|
|
|
#
|
|
|
|
# hidden: False
|
|
|
|
#-------------------------------------------
|
|
|
|
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
|
|
|
group:
|
|
|
|
finance:
|
|
|
|
entities:
|
|
|
|
- sensor.tesla
|
|
|
|
- sensor.bitcoin
|
2018-05-18 17:43:03 +00:00
|
|
|
- sensor.ethereum
|
2018-04-08 16:53:52 +00:00
|
|
|
- sensor.vmware
|
2018-04-23 17:53:37 +00:00
|
|
|
- sensor.amazon
|
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.
|