core/homeassistant/components/simplisafe
Aaron Bach f091e0412f
Add support for real-time data from SimpliSafe (#31424)
* Add support for real-time data from SimpliSafe

* Updated requirements

* Linting

* Ensure dispatcher topic contains the domain

* Don't bother with a partial

* Websovket dataclass and other code review

* Ensure initial_event_to_use works with error

* Don't inline methods

* Don't abuse loop variable

* Simplify initial event retrieval

* Add connection lost and restored events

* Revert "Add connection lost and restored events"

This reverts commit e7ffe05938.

* Make _on_disconnect a static method

* Code review comments

* Allow entities to opt out of REST and/or websocket API updates

* Revert "Allow entities to opt out of REST and/or websocket API updates"

This reverts commit 1989f2e00e.

* Code review comments

* Fix issues with events not triggering correct entities

* Bug fixes
2020-02-13 11:30:38 -08:00
..
.translations [ci skip] Translation update 2020-02-10 00:31:37 +00:00
__init__.py Add support for real-time data from SimpliSafe (#31424) 2020-02-13 11:30:38 -08:00
alarm_control_panel.py Add support for real-time data from SimpliSafe (#31424) 2020-02-13 11:30:38 -08:00
config_flow.py Remove option to configure SimpliSafe scan interval (#30909) 2020-01-17 13:43:41 -07:00
const.py Add support for real-time data from SimpliSafe (#31424) 2020-02-13 11:30:38 -08:00
lock.py Add support for real-time data from SimpliSafe (#31424) 2020-02-13 11:30:38 -08:00
manifest.json Add support for real-time data from SimpliSafe (#31424) 2020-02-13 11:30:38 -08:00
services.yaml Consolidate SimpliSafe property services (#30567) 2020-01-12 21:32:08 -07:00
strings.json