Add last event data (including "changed_by") to SimpliSafe (#25569)

* Add "last event" sensor for SimpliSafe

* Functionality round 1

* Cleanup

* Whitespace

* Whitespace

* Updated requirements

* Removed unused constants

* Member comments
This commit is contained in:
Aaron Bach 2019-07-30 17:23:42 -06:00 committed by GitHub
parent 0257fe0375
commit fe1e761a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 81 additions and 38 deletions

View file

@ -7,4 +7,4 @@ DATA_CLIENT = 'client'
DEFAULT_SCAN_INTERVAL = timedelta(seconds=30)
TOPIC_UPDATE = 'update_{0}'
TOPIC_UPDATE = 'update'