We should really be tracking Amazon Stock prices..
This commit is contained in:
parent
5c44099907
commit
5258b6a3ea
|
@ -22,6 +22,9 @@ sensor:
|
||||||
- name: VMware
|
- name: VMware
|
||||||
currency: USD
|
currency: USD
|
||||||
symbol: VMW
|
symbol: VMW
|
||||||
|
- name: Amazon
|
||||||
|
currency: USD
|
||||||
|
symbol: AMZN
|
||||||
foreign_exchange:
|
foreign_exchange:
|
||||||
- from: BTC
|
- from: BTC
|
||||||
to: USD
|
to: USD
|
||||||
|
@ -33,6 +36,7 @@ group:
|
||||||
- sensor.tesla
|
- sensor.tesla
|
||||||
- sensor.bitcoin
|
- sensor.bitcoin
|
||||||
- sensor.vmware
|
- sensor.vmware
|
||||||
|
- sensor.amazon
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
### Automations - Detect when things are not right. Like any Good Watchdog.
|
### Automations - Detect when things are not right. Like any Good Watchdog.
|
||||||
|
|
|
@ -264,7 +264,7 @@ automation:
|
||||||
"weather", "weather", "weather", "weather", "weather",
|
"weather", "weather", "weather", "weather", "weather",
|
||||||
"cloud",
|
"cloud",
|
||||||
"internet", "internet", "internet", "internet", "internet",
|
"internet", "internet", "internet", "internet", "internet",
|
||||||
"stocks", "stocks", "stocks",
|
"stocks", "stocks", "stocks", "stocks",
|
||||||
"night", "night",
|
"night", "night",
|
||||||
"tv", "tv", "tv"
|
"tv", "tv", "tv"
|
||||||
] %}
|
] %}
|
||||||
|
|
|
@ -68,7 +68,8 @@ tweet_engine_setup:
|
||||||
"stocks": [
|
"stocks": [
|
||||||
"I am keeping track of the current #Tesla stock price. It is ${{ states('sensor.tesla')|round }}. #Solar",
|
"I am keeping track of the current #Tesla stock price. It is ${{ states('sensor.tesla')|round }}. #Solar",
|
||||||
"I am keeping track of the current #Bitcoin prices. It is ${{ states('sensor.bitcoin')|round }}. #BTC",
|
"I am keeping track of the current #Bitcoin prices. It is ${{ states('sensor.bitcoin')|round }}. #BTC",
|
||||||
"I am keeping track of the current #VMware prices. It is ${{ states('sensor.vmware')|round }}. #vExpert"
|
"I am keeping track of the current #VMware stock price. It is ${{ states('sensor.vmware')|round }}. #vExpert",
|
||||||
|
"I am keeping track of the current #Amazon stock prices. It is ${{ states('sensor.amazon')|round }}. #AWS"
|
||||||
],
|
],
|
||||||
|
|
||||||
"night": [
|
"night": [
|
||||||
|
@ -146,7 +147,8 @@ tweet_engine_setup:
|
||||||
|
|
||||||
"stocks": [
|
"stocks": [
|
||||||
"/config/www/custom_ui/floorplan/images/branding/stock.png",
|
"/config/www/custom_ui/floorplan/images/branding/stock.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/stock2.png"
|
"/config/www/custom_ui/floorplan/images/branding/stock2.png",
|
||||||
|
"/config/www/custom_ui/floorplan/images/branding/stock3.png"
|
||||||
],
|
],
|
||||||
|
|
||||||
"night": [
|
"night": [
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1010 KiB |
Loading…
Reference in New Issue