Reduce media player scan frequency to 10s

This commit is contained in:
Roy Hooper 2015-09-13 20:54:20 -04:00
parent 9b47241a46
commit 209499e82b

View File

@ -19,7 +19,7 @@ from homeassistant.const import (
DOMAIN = 'media_player'
DEPENDENCIES = []
SCAN_INTERVAL = 30
SCAN_INTERVAL = 10
ENTITY_ID_FORMAT = DOMAIN + '.{}'