mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 12:47:53 +00:00

* Fix Abode services * Bump abodepy version * Updated using dispatcher helper * Code review fixes * Removed init method from AbodeQuickActionBinary Sensor
9 lines
273 B
Python
9 lines
273 B
Python
"""Constants for the Abode Security System component."""
|
|
DOMAIN = "abode"
|
|
ATTRIBUTION = "Data provided by goabode.com"
|
|
|
|
DEFAULT_CACHEDB = "abodepy_cache.pickle"
|
|
|
|
SIGNAL_CAPTURE_IMAGE = "abode_camera_capture_{}"
|
|
SIGNAL_TRIGGER_QUICK_ACTION = "abode_trigger_quick_action_{}"
|