diff --git a/config/packages/finance.yaml b/config/packages/finance.yaml index 502087b6..ac780774 100755 --- a/config/packages/finance.yaml +++ b/config/packages/finance.yaml @@ -18,6 +18,9 @@ sensor: - name: Tesla currency: USD symbol: TSLA + - name: VMware + currency: USD + symbol: VMW foreign_exchange: - from: BTC to: USD @@ -28,6 +31,7 @@ group: entities: - sensor.tesla - sensor.bitcoin + - sensor.vmware ############################################################################## ### Automations - Detect when things are not right. Like any Good Watchdog. diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index 702e56df..522b8a2c 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", "night", "night", "tv", "tv", "tv" ] %} diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index aa913903..fae47230 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -66,7 +66,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 #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" ], "night": [