mirror of https://github.com/simbaja/ha_gehome.git
6 lines
105 B
Python
6 lines
105 B
Python
|
"""Shark IQ Constants"""
|
||
|
|
||
|
DOMAIN = "sharkiq"
|
||
|
COMPONENTS = ["vacuum"]
|
||
|
SHARKIQ_SESSION = 'sharkiq_session'
|