mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-28 17:09:32 +00:00
We should really be tracking Amazon Stock prices..
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user