Relax polling rate on Rituals Perfume Genie (#91949)

This commit is contained in:
Franck Nijhof 2023-04-24 19:28:14 +02:00 committed by GitHub
parent 5a57602163
commit 4b619f7251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ PLATFORMS = [
_LOGGER = logging.getLogger(__name__)
UPDATE_INTERVAL = timedelta(seconds=30)
UPDATE_INTERVAL = timedelta(minutes=2)
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: