edp_redy: increase UPDATE_INTERVAL (#18429)
The server was getting a bit mad sometimes and would lock users out.
This commit is contained in:
parent
f36b94b376
commit
69d358fa08
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
DOMAIN = 'edp_redy'
|
||||
EDP_REDY = 'edp_redy'
|
||||
DATA_UPDATE_TOPIC = '{0}_data_update'.format(DOMAIN)
|
||||
UPDATE_INTERVAL = 30
|
||||
UPDATE_INTERVAL = 60
|
||||
|
||||
REQUIREMENTS = ['edp_redy==0.0.2']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue