From a1a54f01b4885002ff5de0960034aff6ba923507 Mon Sep 17 00:00:00 2001 From: mischa Date: Fri, 1 Nov 2019 16:55:25 +0100 Subject: [PATCH] requires >3.6 --- daylight-trigger.py | 2 +- get-lights.py | 2 +- get-sensors.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/daylight-trigger.py b/daylight-trigger.py index fd5f91b..113a99e 100755 --- a/daylight-trigger.py +++ b/daylight-trigger.py @@ -10,7 +10,7 @@ # $ daylight-trigger -s 50 -l 24 # # Requires: -# - Python 3.x +# - Python >3.6 # import argparse import ssl diff --git a/get-lights.py b/get-lights.py index 15ee9a8..a8bb1e8 100755 --- a/get-lights.py +++ b/get-lights.py @@ -6,7 +6,7 @@ # Get all light IDs # # Requires: -# - Python 3.x +# - Python >3.6 # import argparse import ssl diff --git a/get-sensors.py b/get-sensors.py index aa7d4c5..8a358a6 100755 --- a/get-sensors.py +++ b/get-sensors.py @@ -7,7 +7,7 @@ # grouped by ZLLPresence name # # Requires: -# - Python 3.x +# - Python >3.6 # import argparse import ssl