From 1304afbbce2fa43596dfc65f7de6eb72bfcab75a Mon Sep 17 00:00:00 2001 From: DewGew Date: Fri, 24 Jan 2020 13:41:09 +0100 Subject: [PATCH 01/10] Added github and discord badges --- const.py | 119 +++++++++++++++++++++++++++---------------------------- 1 file changed, 58 insertions(+), 61 deletions(-) diff --git a/const.py b/const.py index fb469e76..c6ce14f0 100644 --- a/const.py +++ b/const.py @@ -22,7 +22,7 @@ DOMOTICZ_GET_SETTINGS_URL = '/json.htm?type=settings' DOMOTICZ_GET_CAMERAS_URL = '/json.htm?type=cameras' -#https://developers.google.com/actions/smarthome/guides/ +# https://developers.google.com/actions/smarthome/guides/ PREFIX_TYPES = 'action.devices.types.' TYPE_AC_UNIT = PREFIX_TYPES + 'AC_UNIT' TYPE_BLINDS = PREFIX_TYPES + 'BLINDS' @@ -130,7 +130,7 @@ - + @@ -154,7 +154,7 @@