mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
More COVID-19
This commit is contained in:
@@ -1,87 +1,39 @@
|
||||
title: COVID-19
|
||||
path: covid-19
|
||||
panel: false
|
||||
panel: true
|
||||
icon: "mdi:biohazard"
|
||||
badges: []
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
- type: custom:layout-card
|
||||
min_columns: 3
|
||||
max_columns: 3
|
||||
cards:
|
||||
- type: glance
|
||||
title: COVID-19 Worldwide
|
||||
show_name: true
|
||||
columns: 4
|
||||
entities:
|
||||
- entity: sensor.worldwide_coronavirus_confirmed
|
||||
name: Confirmed
|
||||
icon: "mdi:emoticon-confused-outline"
|
||||
- entity: sensor.worldwide_coronavirus_current
|
||||
name: Current
|
||||
icon: "mdi:emoticon-sad-outline"
|
||||
- entity: sensor.worldwide_coronavirus_deaths
|
||||
name: Deaths
|
||||
icon: "mdi:emoticon-cry-outline"
|
||||
- entity: sensor.worldwide_coronavirus_recovered
|
||||
name: Recovered
|
||||
icon: "mdi:emoticon-cool-outline"
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: Worldwide
|
||||
- location: worldwide
|
||||
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
icon: mdi:emoticon-confused
|
||||
line_width: 3
|
||||
line_color:
|
||||
- var(--paper-orange-400)
|
||||
- var(--paper-green-400)
|
||||
- var(--accent-color)
|
||||
hours_to_show: 168
|
||||
points_per_hour: 0.04
|
||||
entities:
|
||||
- entity: sensor.worldwide_coronavirus_deaths
|
||||
index: 0
|
||||
name: Deaths
|
||||
- entity: sensor.worldwide_coronavirus_recovered
|
||||
index: 1
|
||||
name: Recovered
|
||||
- entity: sensor.worldwide_coronavirus_current
|
||||
index: 2
|
||||
name: Current
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: Bulgaria
|
||||
- location: bulgaria
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: COVID-19 Bulgaria
|
||||
show_name: true
|
||||
columns: 4
|
||||
entities:
|
||||
- entity: sensor.bulgaria_coronavirus_confirmed
|
||||
name: Confirmed
|
||||
icon: "mdi:emoticon-confused-outline"
|
||||
- entity: sensor.bulgaria_coronavirus_current
|
||||
name: Current
|
||||
icon: "mdi:emoticon-sad-outline"
|
||||
- entity: sensor.bulgaria_coronavirus_deaths
|
||||
name: Deaths
|
||||
icon: "mdi:emoticon-cry-outline"
|
||||
- entity: sensor.bulgaria_coronavirus_recovered
|
||||
name: Recovered
|
||||
icon: "mdi:emoticon-cool-outline"
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: Italy
|
||||
- location: italy
|
||||
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
icon: mdi:emoticon-confused
|
||||
line_width: 3
|
||||
line_color:
|
||||
- var(--accent-color)
|
||||
- var(--paper-orange-400)
|
||||
- var(--paper-green-400)
|
||||
hours_to_show: 168
|
||||
points_per_hour: 0.04
|
||||
entities:
|
||||
- entity: sensor.bulgaria_coronavirus_current
|
||||
index: 0
|
||||
name: Current
|
||||
- entity: sensor.bulgaria_coronavirus_deaths
|
||||
index: 1
|
||||
name: Deaths
|
||||
- entity: sensor.bulgaria_coronavirus_recovered
|
||||
index: 2
|
||||
name: Recovered
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: France
|
||||
- location: france
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: USA
|
||||
- location: us
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
covid_19:
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: COVID-19 [[name]]
|
||||
show_name: true
|
||||
columns: 4
|
||||
entities:
|
||||
- entity: sensor.[[location]]_coronavirus_confirmed
|
||||
name: Confirmed
|
||||
icon: "mdi:emoticon-confused-outline"
|
||||
- entity: sensor.[[location]]_coronavirus_current
|
||||
name: Current
|
||||
icon: "mdi:emoticon-sad-outline"
|
||||
- entity: sensor.[[location]]_coronavirus_deaths
|
||||
name: Deaths
|
||||
icon: "mdi:emoticon-cry-outline"
|
||||
- entity: sensor.[[location]]_coronavirus_recovered
|
||||
name: Recovered
|
||||
icon: "mdi:emoticon-cool-outline"
|
||||
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
icon: mdi:emoticon-confused
|
||||
line_width: 3
|
||||
line_color:
|
||||
- var(--paper-orange-400)
|
||||
- var(--paper-green-400)
|
||||
- var(--accent-color)
|
||||
hours_to_show: 168
|
||||
points_per_hour: 0.04
|
||||
entities:
|
||||
- entity: sensor.[[location]]_coronavirus_deaths
|
||||
index: 0
|
||||
name: Deaths
|
||||
- entity: sensor.[[location]]_coronavirus_recovered
|
||||
index: 1
|
||||
name: Recovered
|
||||
- entity: sensor.[[location]]_coronavirus_current
|
||||
index: 2
|
||||
name: "Current"
|
||||
Reference in New Issue
Block a user