mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
88 lines
2.6 KiB
YAML
88 lines
2.6 KiB
YAML
title: COVID-19
|
|
path: covid-19
|
|
panel: false
|
|
icon: "mdi:biohazard"
|
|
badges: []
|
|
cards:
|
|
- type: vertical-stack
|
|
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: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: 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: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
|