Let's keep track of some stock prices .. and some #BitCoin!

This commit is contained in:
ccostan 2018-01-18 15:00:05 -05:00
parent 29048e294a
commit 4be4cc5d30
2 changed files with 9 additions and 12 deletions

View File

@ -12,12 +12,6 @@
# hidden: False
#-------------------------------------------
sensor:
- platform: bitcoin
display_options:
- exchangerate
- market_price_usd
- trade_volume_btc
- platform: alpha_vantage
api_key: !secret vantage_api
symbols:
@ -29,13 +23,14 @@ sensor:
to: USD
name: Bitcoin
#-------------------------------------------
# group:
# fitbit:
# entities:
# - sensor.steps
# - sensor.weight
# - sensor.one_battery
group:
finance:
entities:
- sensor.tesla
- sensor.bitcoin
##############################################################################
### Automations - Detect when things are not right. Like any Good Watchdog.
##############################################################################
#automation:
#Tweets pushed out to twitter.

View File

@ -179,5 +179,7 @@ automation:
"The current UV index is {{states.sensor.dark_sky_uv_index.state}} and the Moon is {{states.sensor.moon.state}}. #Space",
"Home Assistant has been running for {{states.sensor.ha_uptime.state}}. (https://github.com/CCOSTAN/Home-AssistantConfig)",
"My @getspectrum internet download speed is about {{states.sensor.speedtest_download.state}} Mbit/s and I am a #cordcutter. @TabloTV",
"I am keeping track of the current #Tesla stock price. It is {{ states.sensor.tesla.state | round }} dollars. #Solar",
"I am keeping track of the current #Bitcoin prices. It is {{ states.sensor.bitcoin.state | round }} dollars. #BTC",
"Average Cloud Coverage: {{states.sensor.dark_sky_cloud_coverage.state}}%, Average Temp: {{states.sensor.dark_sky_temperature.state}}°F #Solar (http://www.vmwareinfo.com/2018/01/going-green-to-save-some-green-in-2018.html)"
] | random + " #RandomStat"}}