mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Update JVC Projector polling time to be more responsive for automations (#113765)
This commit is contained in:
parent
9ca253213c
commit
16283aad49
@ -21,8 +21,8 @@ from .const import NAME
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
INTERVAL_SLOW = timedelta(seconds=60)
|
INTERVAL_SLOW = timedelta(seconds=10)
|
||||||
INTERVAL_FAST = timedelta(seconds=6)
|
INTERVAL_FAST = timedelta(seconds=5)
|
||||||
|
|
||||||
|
|
||||||
class JvcProjectorDataUpdateCoordinator(DataUpdateCoordinator[dict[str, str]]):
|
class JvcProjectorDataUpdateCoordinator(DataUpdateCoordinator[dict[str, str]]):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user