Change Abode cache file path, add cache path to config flow (#28389)

* Changed cache file path

* Cache file naming scheme matches original

* Restart tests

* Adding cache path to config_flow.py

* Moved DEFAULT_CACHEDB to consts file

* Use correct cache path

* Linting issues
This commit is contained in:
Mister Wil
2019-11-01 17:28:50 -07:00
committed by Paulus Schoutsen
parent 50affdf953
commit ad4a960ed2
3 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
"""Constants for the Abode Security System component."""
DOMAIN = "abode"
ATTRIBUTION = "Data provided by goabode.com"
DEFAULT_CACHEDB = "abodepy_cache.pickle"