Start tracking BTC and Tesla Stocks.
This commit is contained in:
parent
c27f0e362d
commit
29048e294a
|
@ -1 +1 @@
|
||||||
0.61.0.dev0
|
0.61.1
|
|
@ -52,11 +52,16 @@ cloud:
|
||||||
- cover
|
- cover
|
||||||
- input_boolean
|
- input_boolean
|
||||||
# exclude_entities:
|
# exclude_entities:
|
||||||
|
|
||||||
# exclude_domains:
|
# exclude_domains:
|
||||||
# - light
|
# - light
|
||||||
# - media_player
|
# - media_player
|
||||||
|
entity_config:
|
||||||
|
group.kitchen_lights:
|
||||||
|
display_categories: LIGHT
|
||||||
|
group.bedroom_lights:
|
||||||
|
display_categories: LIGHT
|
||||||
|
group.upstairs_lights:
|
||||||
|
display_categories: LIGHT
|
||||||
http:
|
http:
|
||||||
base_url: !secret http_base_url
|
base_url: !secret http_base_url
|
||||||
# server_port: !secret http_port
|
# server_port: !secret http_port
|
||||||
|
|
|
@ -0,0 +1,41 @@
|
||||||
|
#-------------------------------------------
|
||||||
|
# @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: bitcoin
|
||||||
|
display_options:
|
||||||
|
- exchangerate
|
||||||
|
- market_price_usd
|
||||||
|
- trade_volume_btc
|
||||||
|
|
||||||
|
- platform: alpha_vantage
|
||||||
|
api_key: !secret vantage_api
|
||||||
|
symbols:
|
||||||
|
- name: Tesla
|
||||||
|
currency: USD
|
||||||
|
symbol: TSLA
|
||||||
|
foreign_exchange:
|
||||||
|
- from: BTC
|
||||||
|
to: USD
|
||||||
|
name: Bitcoin
|
||||||
|
#-------------------------------------------
|
||||||
|
# group:
|
||||||
|
# fitbit:
|
||||||
|
# entities:
|
||||||
|
# - sensor.steps
|
||||||
|
# - sensor.weight
|
||||||
|
# - sensor.one_battery
|
||||||
|
##############################################################################
|
||||||
|
### Automations - Detect when things are not right. Like any Good Watchdog.
|
||||||
|
##############################################################################
|
||||||
|
#automation:
|
|
@ -49,3 +49,4 @@ twitter_access_token_secret: AtBearStoneHASecretAccessTokenCode
|
||||||
cloud_client_id: 'SuperSecretCode'
|
cloud_client_id: 'SuperSecretCode'
|
||||||
cloud_user_pool: 'SuperSecretPlace'
|
cloud_user_pool: 'SuperSecretPlace'
|
||||||
cloud_relayer: 'SuperSecretWebThingy'
|
cloud_relayer: 'SuperSecretWebThingy'
|
||||||
|
vantage_api: LONGAPIKEYFORFREE
|
||||||
|
|
Loading…
Reference in New Issue