6 lines
103 B
Python
6 lines
103 B
Python
|
"""Consts used by TelldusLive."""
|
||
|
|
||
|
DOMAIN = 'tellduslive'
|
||
|
|
||
|
SIGNAL_UPDATE_ENTITY = 'tellduslive_update'
|