We should really be tracking Amazon Stock prices..
This commit is contained in:
parent
5c44099907
commit
5258b6a3ea
|
@ -22,6 +22,9 @@ sensor:
|
|||
- name: VMware
|
||||
currency: USD
|
||||
symbol: VMW
|
||||
- name: Amazon
|
||||
currency: USD
|
||||
symbol: AMZN
|
||||
foreign_exchange:
|
||||
- from: BTC
|
||||
to: USD
|
||||
|
@ -33,6 +36,7 @@ group:
|
|||
- sensor.tesla
|
||||
- sensor.bitcoin
|
||||
- sensor.vmware
|
||||
- sensor.amazon
|
||||
|
||||
##############################################################################
|
||||
### Automations - Detect when things are not right. Like any Good Watchdog.
|
||||
|
|
|
@ -264,7 +264,7 @@ automation:
|
|||
"weather", "weather", "weather", "weather", "weather",
|
||||
"cloud",
|
||||
"internet", "internet", "internet", "internet", "internet",
|
||||
"stocks", "stocks", "stocks",
|
||||
"stocks", "stocks", "stocks", "stocks",
|
||||
"night", "night",
|
||||
"tv", "tv", "tv"
|
||||
] %}
|
||||
|
|
|
@ -68,7 +68,8 @@ tweet_engine_setup:
|
|||
"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 #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": [
|
||||
|
@ -146,7 +147,8 @@ tweet_engine_setup:
|
|||
|
||||
"stocks": [
|
||||
"/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": [
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1010 KiB |
Loading…
Reference in New Issue