Add detailed status for UptimeRobot (#64879)

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
Simone Chemelli 2022-01-26 16:48:15 +01:00 committed by GitHub
parent eb5c6076af
commit 3f12ce06af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 178 additions and 23 deletions

View file

@ -13,7 +13,7 @@ LOGGER: Logger = getLogger(__package__)
COORDINATOR_UPDATE_INTERVAL: timedelta = timedelta(seconds=10)
DOMAIN: Final = "uptimerobot"
PLATFORMS: Final = [Platform.BINARY_SENSOR]
PLATFORMS: Final = [Platform.BINARY_SENSOR, Platform.SENSOR]
ATTRIBUTION: Final = "Data provided by UptimeRobot"