mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add 0.106.3 release blog + Coronavirus integration (#12243)
* Add 0.106.3 release blog + Coronavirus integration * Improvements * Improvements
This commit is contained in:
parent
361cec272f
commit
9bf4f7449f
48
source/_integrations/coronavirus.markdown
Normal file
48
source/_integrations/coronavirus.markdown
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
---
|
||||||
|
title: Coronavirus (COVID-19)
|
||||||
|
description: Instructions on how to integrate the Coronavirus sensors within Home Assistant.
|
||||||
|
logo: coronavirus.png
|
||||||
|
ha_category:
|
||||||
|
- Health
|
||||||
|
ha_release: 0.106
|
||||||
|
ha_iot_class: Cloud Polling
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_codeowners:
|
||||||
|
- '@home-assistant/core'
|
||||||
|
---
|
||||||
|
|
||||||
|
In December 2019, an outbreak of a novel Coronavirus, also called severe acute
|
||||||
|
respiratory syndrome coronavirus-2 (SARS-CoV-2), began in the Wuhan region of
|
||||||
|
China. This virus can cause the COVID-19 disease.
|
||||||
|
|
||||||
|
This novel Coronavirus is spreading globally at a disturbing rate, which keeps
|
||||||
|
everybody on top of the news. The media worldwide is covering the spread of
|
||||||
|
the virus constantly, and a lot of people are tracking the number of cases
|
||||||
|
in their country.
|
||||||
|
|
||||||
|
The Coronavirus integration tracks the number of people that are confirmed with,
|
||||||
|
recovered from, and deceased caused by the virus in your country, or worldwide.
|
||||||
|
|
||||||
|
The data is sourced from the [Johns Hopkins University](https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6).
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
This integration can be configured via the Home Assistant frontend.
|
||||||
|
|
||||||
|
- Go to **Configuration** -> **Integrations**.
|
||||||
|
- Click on the `+` in the bottom right corner to add a new integration.
|
||||||
|
- Search and select the **Coronavirus** integration form the list.
|
||||||
|
- Follow the instruction on screen to add the sensors. Either choose for adding
|
||||||
|
world-wide sensors, or a specific set of sensors for your country.
|
||||||
|
|
||||||
|
If you want to track both world-wide and one or more countries at the same time,
|
||||||
|
you can repeat the configuration process described above to add multiple
|
||||||
|
instances of the integration.
|
||||||
|
|
||||||
|
<div class='note'>
|
||||||
|
This integration is released in a special release of Home Assistant Core:
|
||||||
|
0.106.3.
|
||||||
|
|
||||||
|
While this integration is marked as released in 0.106, it is only available
|
||||||
|
on Home Assistant Core 0.106.3 or newer.
|
||||||
|
</div>
|
70
source/_posts/2020-02-26-release-106-3.markdown
Normal file
70
source/_posts/2020-02-26-release-106-3.markdown
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: "0.106.3: Cornavirus integration (COVID-19), track the outbreak"
|
||||||
|
description: "A special release of Home Assistant, adding the Coronavirus integration (COVID-19)."
|
||||||
|
date: 2020-03-02 00:00:00
|
||||||
|
date_formatted: "March 02, 2020"
|
||||||
|
author: Franck Nijhof
|
||||||
|
author_twitter: frenck
|
||||||
|
comments: true
|
||||||
|
categories: Release-Notes
|
||||||
|
og_image: /images/blog/2020-03-0.106.3/social.png
|
||||||
|
---
|
||||||
|
|
||||||
|
<a href='/integrations/#version/0.106'><img src='/images/blog/2020-03-0.106.3/components.png' style='border: 0;box-shadow: none; display: block; margin-left: auto; margin-right: auto;'></a>
|
||||||
|
|
||||||
|
In December 2019, an outbreak of a novel [Coronavirus](https://en.wikipedia.org/wiki/Coronavirus)
|
||||||
|
also called severe acute respiratory syndrome coronavirus-2
|
||||||
|
([SARS-CoV-2](https://en.wikipedia.org/wiki/Severe_acute_respiratory_syndrome_coronavirus_2)),
|
||||||
|
began in the Wuhan region of China. This virus can cause the
|
||||||
|
[COVID-19](https://en.wikipedia.org/wiki/Coronavirus_disease_2019) disease.
|
||||||
|
|
||||||
|
This novel Coronavirus is spreading globally at a disturbing rate, which keeps
|
||||||
|
everybody on top of the news. The media worldwide is covering the spread of
|
||||||
|
the virus constantly, and a lot of people are tracking the number of cases
|
||||||
|
in their country.
|
||||||
|
|
||||||
|
This special release adds the [Coronavirus integration](/integrations/coronavirus),
|
||||||
|
allowing you to track the outbreak from within Home Assistant.
|
||||||
|
|
||||||
|
## The Coronavirus integration
|
||||||
|
|
||||||
|
While having a meeting at [Nabu Casa](https://www.nabucasa.com/),
|
||||||
|
we caught ourselves talking a lot about the state of the virus spreading in
|
||||||
|
the countries we live in. Which brought us to the subject of being able to
|
||||||
|
track the virus in Home Assistant itself.
|
||||||
|
|
||||||
|
So together, we started working on an integration right away. We decided to
|
||||||
|
bring you a special release of Home Assistant that includes this integration.
|
||||||
|
|
||||||
|
The Coronavirus integration tracks the number of people that are confirmed with,
|
||||||
|
recovered from, and deceased caused by the virus in your country, or worldwide.
|
||||||
|
|
||||||
|
The data is sourced from the [Johns Hopkins University](https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6).
|
||||||
|
|
||||||
|
<p class='img'>
|
||||||
|
<img src='/images/blog/2020-03-0.106.3/screenshot.png' alt='Screenshot of the Coronavirus integration in Home Assistant'></a>
|
||||||
|
Screenshot of the Coronavirus integration in Home Assistant.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## Adding the Coronavirus integration
|
||||||
|
|
||||||
|
This integration can be configured via the Home Assistant frontend.
|
||||||
|
|
||||||
|
- Go to **Configuration** -> **Integrations**.
|
||||||
|
- Click on the `+` in the bottom right corner to add a new integration.
|
||||||
|
- Search and select the **Coronavirus** integration form the list.
|
||||||
|
- Follow the instruction on screen to add the sensors. Either choose for adding
|
||||||
|
world-wide sensors, or a specific set of sensors for your country.
|
||||||
|
|
||||||
|
If you want to track both world-wide and one or more countries at the same time,
|
||||||
|
you can repeat the configuration process described above to add multiple
|
||||||
|
instances of the integration.
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
For the latest information about the Coronavirus, be sure check the website
|
||||||
|
of the [World Health Organization](https://www.who.int/). The WHO provides
|
||||||
|
good information on
|
||||||
|
[basic basic protective measures](https://www.who.int/emergencies/diseases/novel-coronavirus-2019/advice-for-public)
|
||||||
|
you can take against the new Coronavirus.
|
BIN
source/images/blog/2020-03-0.106.3/components.png
Normal file
BIN
source/images/blog/2020-03-0.106.3/components.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
BIN
source/images/blog/2020-03-0.106.3/screenshot.png
Normal file
BIN
source/images/blog/2020-03-0.106.3/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
source/images/blog/2020-03-0.106.3/social.png
Normal file
BIN
source/images/blog/2020-03-0.106.3/social.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
BIN
source/images/supported_brands/coronavirus.png
Normal file
BIN
source/images/supported_brands/coronavirus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Loading…
x
Reference in New Issue
Block a user