This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
48f58c7d49
core
/
homeassistant
/
components
/
lacrosse_view
/
const.py
5 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Add LaCrosse View integration (#71896) * Add new LaCrosse View integration * Add new LaCrosse View integration * Add retry logic * Actually use the start time for the retry logic * Get new token after 1 hour * Replace retry logic with more reliable logic * Improve test coverage * Add device info and unique id to config entry * Fix manufacturer name * Improve token refresh and check sensor permission * Improve test cover * Add LaCrosse View to .strict-typing * Remove empty fields in manifest.json * Fix mypy * Add retry logic for get_data * Add missing break statement in retry decorator * Fix requirements * Finish suggestions by Allen Porter * Suggestions by Allen Porter * Fix typing issues with calls to get_locations and get_sensors
2022-07-27 14:37:22 +00:00
"""
Constants for the LaCrosse View integration.
"""
DOMAIN
=
"
lacrosse_view
"
Increase LaCrosse View polling interval to 60 seconds (#136680)
2025-01-28 02:59:40 +00:00
SCAN_INTERVAL
=
60