From 0a85405f5b320293c7572ec19ccaa580117aaf9f Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Wed, 29 Apr 2020 21:36:28 -0400 Subject: [PATCH] Updated covid tweet --- config/packages/twitter.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index f6d1dc2..af2a734 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -433,23 +433,9 @@ automation: # who: "jeff" # title: "Covid-19 Update" # message: "Yesterday in the US there was {{ states.sensor.covid_pv_new_cases.state }} new cases of COVID-19 reported and {{ states.sensor.covid_pv_new_dead.state }} more deaths. We now have a total of {{ states.sensor.covid_pv_confirmed.state }} people that have been infected and {{ states.sensor.covid_pv_dead.state }} that have died. So far {{ states.sensor.covid_pv_recovered.state }} have recovered, but {{ states.sensor.covid_pv_critical.state }} are in critical condition." - #- service: script.twitter_notify - # data_template: - # message: "Yesterday in the US there were {{ states.sensor.covid_pv_new_cases.state }} new cases of COVID-19 reported and {{ states.sensor.covid_pv_new_dead.state }} more deaths. We now have a total of {{ states.sensor.covid_pv_confirmed.state }} people that have been infected and {{ states.sensor.covid_pv_dead.state }} that have died. So far {{ states.sensor.covid_pv_recovered.state }} have recovered, but {{ states.sensor.covid_pv_critical.state }} are in critical condition. #worldometers" - service: script.twitter_notify data_template: message: >- COVID-19 Stats for yesterday in the US: New Infections: {{ states.sensor.covid_pv_new_cases.state }} (Daily Change:{{ (((states.sensor.covid_pv_new_cases.state |replace(",", "") | int - states.sensor.covid_old_new_count.state |replace(",", "") | int) / states.sensor.covid_pv_new_cases.state |replace(",", "") | int * 100) | round)}}%) | New Deaths: {{ states.sensor.covid_pv_new_dead.state}} (Daily Change:{{ (((states.sensor.covid_pv_new_dead.state |replace(",", "") | int - states.sensor.covid_old_dead_count.state |replace(",", "") | int) / states.sensor.covid_pv_new_dead.state |replace(",", "") | int * 100) | round)}}%) | Total Cases: {{ states.sensor.covid_pv_confirmed.state }} | Total Dead:{{ states.sensor.covid_pv_dead.state }} | Total Recovered: {{ states.sensor.covid_pv_recovered.state }} ({{ ((states.sensor.covid_pv_recovered.state |replace(",", "") | int / states.sensor.covid_pv_confirmed.state |replace(",", "") | int) * 100) | round }}%)| Critical Cases: {{ states.sensor.covid_pv_critical.state }} - - id: new_ha_notification - alias: New HA Notification - initial_state: true - trigger: - - platform: state - entity_id: binary_sensor.updater - from: 'off' - to: 'on' - action: - - service: script.twitter_new_ha - - service: ifttt.trigger - data_template: {"event":"GitPost", "value1":"Home Assistant {{ states.binary_sensor.updater.attributes.newest_version }} is now available.", "value2":"{{ states.binary_sensor.updater.attributes.newest_version }}"} \ No newline at end of file + \ No newline at end of file