Created
March 19, 2020 17:27
-
-
Save Breakerz/dd270102237190b0112401a3c7c405d5 to your computer and use it in GitHub Desktop.
Cas de Corona Virus au Quebec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensor: | |
- platform: scrape | |
name: corona_quebec | |
resource: https://www.quebec.ca/sante/problemes-de-sante/a-z/coronavirus-2019/situation-coronavirus-quebec/#c47900 | |
select: '#c47903 > div > div > div > table > tbody > tr:nth-child(14) > td:nth-child(2) > p' | |
unit_of_measurement: cas | |
scan_interval: 600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment