Relax polling rate on Rituals Perfume Genie (#91949)

pull/91970/head
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
1 changed files with 1 additions and 1 deletions

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: