Couple of missing items in #910 https://www.vcloudinfo.com/2020/10/how-to-track-stocks-in-home-assistant-using-a-custom-component.html
This commit is contained in:
parent
da5aa02549
commit
982166ac34
|
@ -68,7 +68,7 @@ tweet_engine_random:
|
|||
"Quick YouTube cameo on #HomeKit #Geeks channel. Check it out! (https://youtu.be/3tutxHO0J78?t=872) "
|
||||
],
|
||||
"solar": [
|
||||
"I am keeping track of the current #Tesla stock price. It is ${{ states('sensor.tesla')|round }}. #Solar Get your FREE stock here: https://join.robinhood.com/giancac82 ",
|
||||
"I am keeping track of the current #Tesla stock price. It is ${{ states('yahoofinance.tsla')|round }}. #Solar Get your FREE stock here: https://join.robinhood.com/giancac82 ",
|
||||
"Solar panels and #smarthome devices combine to save on your energy bill. (https://www.vcloudinfo.com/2018/01/going-green-to-save-some-green-in-2018.html)",
|
||||
"The #ChevyBolt was charged for about {{ states.sensor.bolt_charging_time.attributes.value|replace('m', '') }} minutes in the last 7 days.",
|
||||
"The Official Diecast P85 Model S Red (https://amzn.to/2Hkkl0S) link - Out of stock like the originals. :)",
|
||||
|
@ -147,11 +147,11 @@ tweet_engine_random:
|
|||
],
|
||||
|
||||
"stocks": [
|
||||
"I am keeping track of the current #Tesla stock price. It is ${{ states('sensor.tesla')|round }}. Get your FREE stock here: https://join.robinhood.com/giancac82 #Solar",
|
||||
"I am keeping track of the current #Tesla stock price. It is ${{ states('yahoofinance.tsla')|round }}. Get your FREE stock here: https://join.robinhood.com/giancac82 #Solar",
|
||||
"I am keeping track of the current #Bitcoin prices. It is ${{ states('sensor.bitcoin')|round }}. Get your FREE stock here: https://join.robinhood.com/giancac82 #BTC",
|
||||
"I am keeping track of the current #Ethereum prices. It is ${{ states('sensor.ethereum')|round }}. Get your FREE stock here: https://join.robinhood.com/giancac82 #ETH",
|
||||
"I am keeping track of the current #VMware stock price. It is ${{ states('sensor.vmware')|round }}. Get your FREE stock here: https://join.robinhood.com/giancac82 #vExpert",
|
||||
"I am keeping track of the current #Amazon stock prices. It is ${{ states('sensor.amazon')|round }}. Get your FREE stock here: https://join.robinhood.com/giancac82 #AWS"
|
||||
"I am keeping track of the current #VMware stock price. It is ${{ states('yahoofinance.vmw')|round }}. Get your FREE stock here: https://join.robinhood.com/giancac82 #vExpert",
|
||||
"I am keeping track of the current #Amazon stock prices. It is ${{ states('yahoofinance.amzn')|round }}. Get your FREE stock here: https://join.robinhood.com/giancac82 #AWS"
|
||||
],
|
||||
|
||||
"night": [
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Loading…
Reference in New Issue