mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-04-15 21:30:45 +00:00
Let's keep track of some stock prices .. and some #BitCoin!
This commit is contained in:
parent
29048e294a
commit
4be4cc5d30
@ -12,12 +12,6 @@
|
|||||||
# hidden: False
|
# hidden: False
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
sensor:
|
sensor:
|
||||||
- platform: bitcoin
|
|
||||||
display_options:
|
|
||||||
- exchangerate
|
|
||||||
- market_price_usd
|
|
||||||
- trade_volume_btc
|
|
||||||
|
|
||||||
- platform: alpha_vantage
|
- platform: alpha_vantage
|
||||||
api_key: !secret vantage_api
|
api_key: !secret vantage_api
|
||||||
symbols:
|
symbols:
|
||||||
@ -29,13 +23,14 @@ sensor:
|
|||||||
to: USD
|
to: USD
|
||||||
name: Bitcoin
|
name: Bitcoin
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
# group:
|
group:
|
||||||
# fitbit:
|
finance:
|
||||||
# entities:
|
entities:
|
||||||
# - sensor.steps
|
- sensor.tesla
|
||||||
# - sensor.weight
|
- sensor.bitcoin
|
||||||
# - sensor.one_battery
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
### Automations - Detect when things are not right. Like any Good Watchdog.
|
### Automations - Detect when things are not right. Like any Good Watchdog.
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#automation:
|
#automation:
|
||||||
|
#Tweets pushed out to twitter.
|
@ -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",
|
"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)",
|
"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",
|
"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)"
|
"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"}}
|
] | random + " #RandomStat"}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user