core/homeassistant/components/steamist/const.py

10 lines
168 B
Python
Raw Normal View History

"""Constants for the Steamist integration."""
import asyncio
import aiohttp
DOMAIN = "steamist"
CONNECTION_EXCEPTIONS = (asyncio.TimeoutError, aiohttp.ClientError)