diff --git a/homeassistant/components/edp_redy.py b/homeassistant/components/edp_redy.py index caf4ad41d99..210d7eb6afc 100644 --- a/homeassistant/components/edp_redy.py +++ b/homeassistant/components/edp_redy.py @@ -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']