const.py 154 B

123456
  1. """Constants for the Integration 101 Template integration."""
  2. DOMAIN = "msp_integration_101_template"
  3. DEFAULT_SCAN_INTERVAL = 60
  4. MIN_SCAN_INTERVAL = 10