Bump pyuptimerobot to 21.8.1 (#53995)

* Bump pyuptimerobot to 21.08.0

* pylint

* bump to 21.8.1

* Uppdate strings

* Update homeassistant/components/uptimerobot/strings.json

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Joakim Sørensen 2021-08-05 12:13:47 +02:00 committed by GitHub
parent 1bc3c743db
commit 4a37ff2dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 73 additions and 102 deletions

View file

@ -50,7 +50,7 @@ async def async_setup_entry(
coordinator,
BinarySensorEntityDescription(
key=str(monitor.id),
name=monitor.name,
name=monitor.friendly_name,
device_class=DEVICE_CLASS_CONNECTIVITY,
),
target=monitor.url,