mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Relax polling rate on Rituals Perfume Genie (#91949)
This commit is contained in:
parent
5a57602163
commit
4b619f7251
@ -24,7 +24,7 @@ PLATFORMS = [
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
UPDATE_INTERVAL = timedelta(seconds=30)
|
UPDATE_INTERVAL = timedelta(minutes=2)
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user