simo 2.7.2__py3-none-any.whl → 2.7.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of simo might be problematic. Click here for more details.
- simo/generic/__pycache__/gateways.cpython-38.pyc +0 -0
- simo/generic/gateways.py +3 -4
- {simo-2.7.2.dist-info → simo-2.7.3.dist-info}/METADATA +1 -1
- {simo-2.7.2.dist-info → simo-2.7.3.dist-info}/RECORD +8 -8
- {simo-2.7.2.dist-info → simo-2.7.3.dist-info}/LICENSE.md +0 -0
- {simo-2.7.2.dist-info → simo-2.7.3.dist-info}/WHEEL +0 -0
- {simo-2.7.2.dist-info → simo-2.7.3.dist-info}/entry_points.txt +0 -0
- {simo-2.7.2.dist-info → simo-2.7.3.dist-info}/top_level.txt +0 -0
|
Binary file
|
simo/generic/gateways.py
CHANGED
|
@@ -335,8 +335,8 @@ class GenericGatewayHandler(BaseObjectCommandsGatewayHandler):
|
|
|
335
335
|
|
|
336
336
|
if state.config.get('away_on_no_action'):
|
|
337
337
|
for sensor in Component.objects.filter(
|
|
338
|
-
|
|
339
|
-
|
|
338
|
+
zone__instance=state.zone.instance,
|
|
339
|
+
base_type='binary-sensor', alarm_category='security'
|
|
340
340
|
):
|
|
341
341
|
if state.id not in self.sensors_on_watch:
|
|
342
342
|
self.sensors_on_watch[state.id] = {}
|
|
@@ -389,10 +389,9 @@ class GenericGatewayHandler(BaseObjectCommandsGatewayHandler):
|
|
|
389
389
|
print(traceback.format_exc(), file=sys.stderr)
|
|
390
390
|
|
|
391
391
|
|
|
392
|
-
|
|
393
392
|
def security_sensor_change(self, sensor):
|
|
394
393
|
self.last_sensor_actions[
|
|
395
|
-
|
|
394
|
+
sensor.zone.instance.id
|
|
396
395
|
] = time.time()
|
|
397
396
|
|
|
398
397
|
|
|
@@ -10378,7 +10378,7 @@ simo/generic/app_widgets.py,sha256=y8W3jR76Hh26O9pPQyg2SophMbYIOtAWD33MPKbB8Mg,8
|
|
|
10378
10378
|
simo/generic/base_types.py,sha256=u3SlfpNYaCwkVBwomWgso4ODzL71ay9MhiAW-bxgnDU,341
|
|
10379
10379
|
simo/generic/controllers.py,sha256=_WN2TTJ4JQWmnB-Zoew8p5J_xbbuQc-vVtXt4crS9sQ,46067
|
|
10380
10380
|
simo/generic/forms.py,sha256=kQL8NdK_9-PxFcoPK6fMMCmtroY2Nbx_MqERgBoRg6g,22933
|
|
10381
|
-
simo/generic/gateways.py,sha256=
|
|
10381
|
+
simo/generic/gateways.py,sha256=x_rVCNwL7tCfL0S2lUkIMiMfaRJKgzLPi8hd_kPkVRo,15218
|
|
10382
10382
|
simo/generic/models.py,sha256=Adq7ipWK-renxJlNW-SZnAq2oGEOwKx8EdUWaKnfcVQ,7597
|
|
10383
10383
|
simo/generic/routing.py,sha256=elQVZmgnPiieEuti4sJ7zITk1hlRxpgbotcutJJgC60,228
|
|
10384
10384
|
simo/generic/socket_consumers.py,sha256=K2OjphIhKJH48BvfFfoCOyCQZ1NmXb_phs6y1IP-qaQ,1757
|
|
@@ -10387,7 +10387,7 @@ simo/generic/__pycache__/app_widgets.cpython-38.pyc,sha256=D9b13pbMlirgHmjDnQhfL
|
|
|
10387
10387
|
simo/generic/__pycache__/base_types.cpython-38.pyc,sha256=aV5NdIuvXR-ItKpI__MwcyPZHD6Z882TFdgYkPCkr1I,493
|
|
10388
10388
|
simo/generic/__pycache__/controllers.cpython-38.pyc,sha256=-QCIswFOwMP9jKONuPUcmcVEaZOzwKXfJimkUJXyBpg,30118
|
|
10389
10389
|
simo/generic/__pycache__/forms.cpython-38.pyc,sha256=2rmamwhD9wdrW2zO73oAAbeAMZiJqGKB1lizwTRuGZs,17258
|
|
10390
|
-
simo/generic/__pycache__/gateways.cpython-38.pyc,sha256=
|
|
10390
|
+
simo/generic/__pycache__/gateways.cpython-38.pyc,sha256=ZVlY3Fixz0s-D2hGz3-iZvvkAd7DpC6_YKDbWuVp3jY,11362
|
|
10391
10391
|
simo/generic/__pycache__/models.cpython-38.pyc,sha256=MZpum7syAFxuulf47K7gtUlJJ7xRD-IBUBAwUM1ZRnw,5825
|
|
10392
10392
|
simo/generic/__pycache__/routing.cpython-38.pyc,sha256=xtxTUTBTdivzFyA5Wh7k-hUj1WDO_FiRq6HYXdbr9Ks,382
|
|
10393
10393
|
simo/generic/__pycache__/socket_consumers.cpython-38.pyc,sha256=qJO5kvQLWhsQDOr1AtAtsAybuRWioxSkQei3Pc7rdP0,1737
|
|
@@ -10603,9 +10603,9 @@ simo/users/templates/invitations/expired_msg.html,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
10603
10603
|
simo/users/templates/invitations/expired_suggestion.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10604
10604
|
simo/users/templates/invitations/taken_msg.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10605
10605
|
simo/users/templates/invitations/taken_suggestion.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10606
|
-
simo-2.7.
|
|
10607
|
-
simo-2.7.
|
|
10608
|
-
simo-2.7.
|
|
10609
|
-
simo-2.7.
|
|
10610
|
-
simo-2.7.
|
|
10611
|
-
simo-2.7.
|
|
10606
|
+
simo-2.7.3.dist-info/LICENSE.md,sha256=M7wm1EmMGDtwPRdg7kW4d00h1uAXjKOT3HFScYQMeiE,34916
|
|
10607
|
+
simo-2.7.3.dist-info/METADATA,sha256=retVvXZoSbqPfz_EkmsP55-k3SOTce0bl-z53SLm7Os,1952
|
|
10608
|
+
simo-2.7.3.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
10609
|
+
simo-2.7.3.dist-info/entry_points.txt,sha256=S9PwnUYmTSW7681GKDCxUbL0leRJIaRk6fDQIKgbZBA,135
|
|
10610
|
+
simo-2.7.3.dist-info/top_level.txt,sha256=GmS1hrAbpVqn9OWZh6UX82eIOdRLgYA82RG9fe8v4Rs,5
|
|
10611
|
+
simo-2.7.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|