diff --git a/config/packages/finance.yaml b/config/packages/finance.yaml index e059d0fe..b0c8aa24 100755 --- a/config/packages/finance.yaml +++ b/config/packages/finance.yaml @@ -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. diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index ae226cfc..ecc446ec 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -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" ] %} diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 075aeefe..71e61cda 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -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": [ diff --git a/config/www/custom_ui/floorplan/images/branding/stock3.png b/config/www/custom_ui/floorplan/images/branding/stock3.png new file mode 100755 index 00000000..971686b3 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/stock3.png differ