Fix kef DSP_SCAN_INTERVAL timedelta (#33825)

reported on https://community.home-assistant.io/t/kef-ls50-wireless/70269/134
pull/33665/merge
Bas Nijholt 2020-04-08 21:48:46 +02:00 committed by GitHub
parent 588409c784
commit ceb171974d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ SERVICE_LOW_HZ = "set_low_hz"
SERVICE_SUB_DB = "set_sub_db"
SERVICE_UPDATE_DSP = "update_dsp"
DSP_SCAN_INTERVAL = 3600
DSP_SCAN_INTERVAL = timedelta(seconds=3600)
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
{