mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-07-14 11:16:26 +00:00
Let's track some VMware stock pricing!
This commit is contained in:
parent
7cfc9970d9
commit
83a830e229
@ -18,6 +18,9 @@ sensor:
|
|||||||
- name: Tesla
|
- name: Tesla
|
||||||
currency: USD
|
currency: USD
|
||||||
symbol: TSLA
|
symbol: TSLA
|
||||||
|
- name: VMware
|
||||||
|
currency: USD
|
||||||
|
symbol: VMW
|
||||||
foreign_exchange:
|
foreign_exchange:
|
||||||
- from: BTC
|
- from: BTC
|
||||||
to: USD
|
to: USD
|
||||||
@ -28,6 +31,7 @@ group:
|
|||||||
entities:
|
entities:
|
||||||
- sensor.tesla
|
- sensor.tesla
|
||||||
- sensor.bitcoin
|
- sensor.bitcoin
|
||||||
|
- sensor.vmware
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
### Automations - Detect when things are not right. Like any Good Watchdog.
|
### Automations - Detect when things are not right. Like any Good Watchdog.
|
||||||
|
@ -264,7 +264,7 @@ automation:
|
|||||||
"weather", "weather", "weather", "weather", "weather",
|
"weather", "weather", "weather", "weather", "weather",
|
||||||
"cloud",
|
"cloud",
|
||||||
"internet", "internet", "internet", "internet", "internet",
|
"internet", "internet", "internet", "internet", "internet",
|
||||||
"stocks", "stocks",
|
"stocks", "stocks", "stocks",
|
||||||
"night", "night",
|
"night", "night",
|
||||||
"tv", "tv", "tv"
|
"tv", "tv", "tv"
|
||||||
] %}
|
] %}
|
||||||
|
@ -66,7 +66,8 @@ tweet_engine_setup:
|
|||||||
|
|
||||||
"stocks": [
|
"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 #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": [
|
"night": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user