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:
parent
0257fe0375
commit
fe1e761a7a
6 changed files with 81 additions and 38 deletions
|
@ -7,4 +7,4 @@ DATA_CLIENT = 'client'
|
|||
|
||||
DEFAULT_SCAN_INTERVAL = timedelta(seconds=30)
|
||||
|
||||
TOPIC_UPDATE = 'update_{0}'
|
||||
TOPIC_UPDATE = 'update'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue