1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-25 17:56:30 +01:00
Files
core/homeassistant/components/steamist/const.py
T
2024-03-08 20:38:34 +01:00

13 lines
222 B
Python

"""Constants for the Steamist integration."""
import aiohttp
DOMAIN = "steamist"
CONNECTION_EXCEPTIONS = (TimeoutError, aiohttp.ClientError)
STARTUP_SCAN_TIMEOUT = 5
DISCOVER_SCAN_TIMEOUT = 10
DISCOVERY = "discovery"