Aaron Bach
5f4f6dea6b
Bump simplisafe-python to 9.6.2 ( #44040 )
2020-12-07 19:57:19 -07:00
Aaron Bach
8632ab9d35
Bump simplisafe-python to 9.6.1 ( #44030 )
2020-12-07 13:34:47 -07:00
Aaron Bach
02f86f01bc
Bump simplisafe-python to 9.6.0 ( #42437 )
2020-10-26 17:26:03 -06:00
Aaron Bach
8e063e94da
Bump simplisafe-python to 9.5.1 ( #42179 )
2020-10-21 23:35:48 +02:00
Aaron Bach
44e5ec58b0
Bump simplisafe-python to 9.4.1 ( #40819 )
...
* Bump simplisafe-python to 9.4.0
* One more bump
2020-09-30 19:20:10 -06:00
Aaron Bach
ebdb34a911
Bump simplisafe-python to 9.3.3 ( #40560 )
2020-09-24 16:19:25 -06:00
Aaron Bach
9e21fb6b52
Handle unhandled exceptions related to unavailable SimpliSafe features ( #38812 )
2020-08-12 15:21:17 -06:00
Aaron Bach
497c1587fe
Bump simplisafe-python to 9.2.2 ( #38365 )
2020-07-29 12:12:07 -06:00
Aaron Bach
a5b7a2c228
Fix SimpliSafe to work with new MFA ( #38097 )
...
* Fix SimpliSafe to work with new MFA
* Code review (part 1)
* Input needed from Martin
* Code review
* Code review
* Restore YAML
* Tests
* Code review
* Remove JSON patching in tests
* Add reauth test
* One more reauth test
* Don't abuse the word "conf"
* Update homeassistant/components/simplisafe/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Test coverage
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-07-23 20:02:29 -06:00
Aaron Bach
b876f7f11a
Bump simplisafe-python to 9.2.0 ( #34750 )
2020-04-27 10:41:33 -06:00
Aaron Bach
3ce89409d2
Add service to clear SimpliSafe notifications ( #34481 )
2020-04-23 10:53:06 -06:00
Aaron Bach
535ce8726d
Bump simplisafe-python to 9.0.7 ( #34216 )
2020-04-14 11:53:53 -06:00
Aaron Bach
648b340e8c
Bump simplisafe-python to 9.0.6 ( #33762 )
2020-04-07 00:28:42 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Aaron Bach
403b4a2e0b
Bump simplisafe-python to 9.0.5 ( #33116 )
2020-03-21 16:01:39 -06:00
Aaron Bach
836413a4a8
Bump simplisafe-python to 9.0.4 ( #33059 )
2020-03-20 14:59:01 -06:00
Aaron Bach
23045af4a7
Bump simplisafe-python to 9.0.3 ( #33013 )
2020-03-19 16:39:24 -06:00
Aaron Bach
aab2fd5ec3
Bump simplisafe-python to 9.0.2 ( #32273 )
2020-02-27 12:18:26 -07:00
Aaron Bach
df04fe3258
Bump simplisafe-python to 9.0.0 ( #32215 )
2020-02-26 18:52:07 -08:00
Aaron Bach
74f0262e82
Bump simplisafe-python to 8.1.1 ( #31915 )
2020-02-17 13:16:24 -07:00
Aaron Bach
d6f0c26e7f
Fire HASS events on SimpliSafe events ( #31811 )
...
* Fire HASS events on SimpliSafe events
* Bump simplisafe-ptyhon to 7.3.0
* Update reqirements
* Updates
* Revert "Updates"
This reverts commit 5581889417
.
* Restrict which events get fired
* Code review comments
2020-02-14 11:24:35 -07:00
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
Aaron Bach
f95a072877
Constrain SimpliSafe's check for emergency token usage ( #31214 )
2020-01-27 10:50:16 -07:00
Aaron Bach
b585feb109
Consolidate SimpliSafe property services ( #30567 )
...
* Consolidate SimpliSafe property services
* Code review comments
* Code review comments
* Ensure all services are admin services
* Code review comments
2020-01-12 21:32:08 -07:00
Franck Nijhof
22760a0bee
Correct names in manifests (Q-S) ( #30543 )
2020-01-07 08:19:44 -05:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
Aaron Bach
0adb88156d
Bump simplisafe-python to 5.3.6 ( #30055 )
2019-12-18 21:06:57 +01:00
Aaron Bach
2cdd8ad15e
Add new properties and services for V3 SimpliSafe systems ( #28997 )
...
* Add new properties and services for V3 SimpliSafe systems
* Small semantic change
* Updated docstrings
* Semantics
* Streamlined adding V3 properties
* Re-add attribute
* Bump to 5.3.5
* Owner comments
* Correct coroutine name
2019-11-26 11:44:40 -07:00
Aaron Bach
8789da36be
Add support for SimpliSafe locks ( #28672 )
...
* Start
* Lock init
* More stubbing
* Final pieces for PR
* Fixed incorrect property access
* Updaed .coveragerc
* Ensure we can handle unknown states
* Account for lock's offline property
* Account for device online
* Unload components concurrently
* Handle unknown states more gracefully
2019-11-13 20:48:08 +01:00
Aaron Bach
179a2eb187
Create base entity for SimpliSafe
2019-11-09 23:41:02 +01:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
Aaron Bach
5cf9ba51df
Bump simplisafe-python to 5.0.1 ( #26775 )
2019-09-20 22:41:46 +02:00
Aaron Bach
a71e8851ae
Bump simplisafe-python to 4.3.0 ( #25955 )
2019-08-14 18:03:11 -06:00
Aaron Bach
fe1e761a7a
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
2019-07-30 17:23:42 -06:00
Aaron Bach
003f7865a9
Add services to set and remove Simplisafe PINs ( #25207 )
...
* Add services to set and remove SimpliSafe PINs
* Added services spec
* Add services to set and remove SimpliSafe PINs
* Member comments
* Missed one
2019-07-18 22:07:07 -06:00
Aaron Bach
4e20e4964e
Bump simplisafe-python to 4.0.0 + add additional SimpliSafe attributes ( #25202 )
...
* Bump simplisafe-python to 4.0.0 + add additional SimpliSafe attributes
* Fixed incorrect attr assignment
* Member comments
* Add system ID as a state attribute
2019-07-17 16:13:03 -06:00
Aaron Bach
96a51d16a7
Bump simplipy to 3.4.2 ( #24326 )
...
* Bump simplipy to 3.4.2
* Updated requirements
2019-06-05 15:05:52 -06:00
Paulus Schoutsen
1e22c8daca
Automatically generate config flow list ( #23802 )
...
* Add config flow to manifest.json
* Still load config flows via config flow platform
* Fix typo
* Lint
* Update config_flows.py"
* Catch import error when setting up entry
* Lint
* Fix tests
* Fix imports
* Lint
* Fix Unifi tests
* Fix translation test
* Add homekit_controller config flow
2019-05-13 01:16:55 -07:00
Paulus Schoutsen
cfe4cf30ad
Add manifests ( #22699 )
...
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00