mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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__)
|
||||
|
||||
INTERVAL_SLOW = timedelta(seconds=60)
|
||||
INTERVAL_FAST = timedelta(seconds=6)
|
||||
INTERVAL_SLOW = timedelta(seconds=10)
|
||||
INTERVAL_FAST = timedelta(seconds=5)
|
||||
|
||||
|
||||
class JvcProjectorDataUpdateCoordinator(DataUpdateCoordinator[dict[str, str]]):
|
||||
|
Loading…
x
Reference in New Issue
Block a user