rlippmann
e721c1a092
Simplisafe: Trigger binary sensor from secret alerts ( #156848 )
...
Co-authored-by: Aaron Bach <bachya1208@gmail.com >
2025-12-18 19:42:55 +01:00
Trevor Morgan
51beb1c0a8
Add simplisafe OUTDOOR_ALARM_SECURITY_BELL_BOX device type ( #134386 )
...
* Update binary_sensor.py to included OUTDOOR_ALARM_SECURITY_BELL_BOX device type
Add support for DeviceTypes.OUTDOOR_ALARM_SECURITY_BELL_BOX
This is an external siren device in Simplisafe which is not currently discovered with the HA integration
* Fixed formatting error
---------
Co-authored-by: Franck Nijhof <git@frenck.dev >
2025-03-01 20:26:04 +01:00
Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry ( #138201 )
2025-02-10 21:08:03 +01:00
epenet
2859c9fe19
Move simplisafe base entity to separate module ( #126523 )
2024-09-23 14:23:01 +02:00
Jan-Philipp Benecke
1d425f3913
Use debug/warning instead of info log level in components [s] ( #126141 )
...
* Use debug/warning instead of info log level in components [s]
* Fix merge error
2024-09-18 21:33:52 +02:00
Joost Lekkerkerker
77917506bb
Improve lists in integrations [R-S] ( #113233 )
...
* Improve lists in integrations [R-S]
* Fix
* Fix
2024-03-13 21:55:00 +01:00
Marc Mueller
930a396712
Add empty line after module docstring [s] ( #112704 )
2024-03-08 14:33:51 +01:00
Aaron Bach
7a6f337b01
Add missing SimpliSafe binary sensors ( #100820 )
2023-09-24 15:17:45 -06:00
Joost Lekkerkerker
a0d54e8f4e
Use device class naming for SimpliSafe ( #96093 )
2023-07-07 17:42:19 -06:00
Aaron Bach
b9798e4f4f
Add support for SimpliSafe Smoke+CO detector ( #93217 )
2023-05-17 21:56:49 +02:00
Aaron Bach
ba58fc25bd
Fix missing battery sensors for SimpliSafe locks ( #90722 )
2023-04-03 16:42:24 +02:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ( #87792 )
...
* Move EntityCategory to homeassistant.const
* Fix more imports
2023-02-09 20:15:37 +01:00
Franck Nijhof
368694d6bf
Collection of DeviceClass related typing fixes ( #82931 )
2022-11-29 14:31:25 -05:00
Aaron Bach
4928c3d683
Add missing SimpliSafe keypad battery sensor ( #82797 )
2022-11-27 14:59:54 -05:00
Aaron Bach
ea1fc6b5d3
Migrate SimpliSafe to new entity naming style ( #74763 )
2022-07-09 19:59:36 +02:00
Robert Hillis
4983a8f218
Use enums in simplisafe ( #62037 )
2021-12-16 14:32:03 +01:00
Aaron Bach
5370dd8122
Bump simplisafe-python to 2021.11.0 ( #59692 )
2021-11-15 11:23:25 +01:00
Aaron Bach
0cc4b7219f
Perform some SimpliSafe code cleanup ( #58867 )
2021-11-01 09:04:00 +01:00
Aaron Bach
2ff356393c
Clean up SimpliSafe entity inheritance structure ( #58063 )
...
* Migrate SimpliSafe to new web-based authentication
* Ensure we're storing data correctly
* Re-organize SimpliSafe device structure
* Constants
* More work
* Code review
2021-10-21 12:54:50 +02:00
Aaron Bach
70fc3f84fc
Add entity categories for appropriate SimpliSafe entities ( #58108 )
2021-10-20 20:24:38 +02:00
Aaron Bach
bf7c99c1f8
Migrate SimpliSafe to new web-based authentication ( #57212 )
2021-10-19 10:09:48 -10:00
Aaron Bach
f92ba75791
Enforce strict typing for SimpliSafe ( #53417 )
2021-07-27 22:11:54 +02:00
Aaron Bach
413c3afa12
Remove redundant property definitions in SimpliSafe ( #52458 )
...
* Remove redundant property definitions in SimpliSafe
* Remove useless init
2021-07-03 11:16:55 -05:00
Aaron Bach
6f4219d709
Add support for additional SimpliSafe sensors ( #43017 )
2020-11-09 23:18:18 +01:00
Aaron Bach
956e3b4451
Fix missing/incorrect SimpliSafe entities ( #42846 )
...
* Entity types
* Don't overdo it
* Fix missing/incorrect SimpliSafe entities
2020-11-04 18:59:54 -07:00
Aaron Bach
5b754c29e0
Fix missing sensor exceptions in SimpliSafe ( #42845 )
...
* Fix missing sensor exceptions in SimpliSafe
* Entity types
* Don't overdo it
2020-11-04 12:34:14 -07:00
Aaron Bach
9bb1c6f188
Clean up SimpliSafe binary sensor implementation ( #42841 )
...
* Clean up SimpliSafe binary sensor implementation
* Cleanup
* Constant name
2020-11-04 11:41:08 -07:00
Niccolo Zapponi
93841e3e0c
Fix bug for SimpliSafe 2 systems repeatedly saying "your settings have been synchronised" ( #42197 )
...
* Fix bug for SimpliSafe 2 systems
* Improved loop and logging for SimpliSafe 2
2020-10-22 10:01:10 -06:00
Aaron Bach
95f66ff4d5
Add low battery sensor for SimpliSafe locks ( #42010 )
2020-10-17 14:41:01 -05:00
Aaron Bach
bbef87d3f3
Clean up SimpliSafe device info and sensor creation ( #41920 )
...
* Clean up SimpliSafe device info and sensor creation
* Code review
2020-10-16 12:01:16 -05:00
Niccolo Zapponi
8a45bc2d13
Add support for SimpliSafe sensors ( #41080 )
...
* Add support for SimpliSafe sensors
* Turn sensor refresh rate to a configurable setting
* Set minimum to scan interval
* Removed dynamic sensor refresh rate
* Refactoring
* Refactoring
* Move battery entities to binary_sensor platform
* Bug fix
* Clean up
* Simplified device info override
* Ignore sensor cache
2020-10-12 11:31:55 -06:00