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