Increase surepetcare api timeout to 60s (#44316)

pull/44323/head
Ben 2020-12-17 13:20:18 +01:00 committed by GitHub
parent d3255e63e3
commit 63dfd8343d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ SURE_IDS = "sure_ids"
TOPIC_UPDATE = f"{DOMAIN}_data_update"
# sure petcare api
SURE_API_TIMEOUT = 15
SURE_API_TIMEOUT = 60
# flap
BATTERY_ICON = "mdi:battery"