From 37910d6936f89cc8d6b80d2f4c36ae197f40b0db Mon Sep 17 00:00:00 2001 From: DewGew Date: Mon, 5 Feb 2024 14:41:32 +0100 Subject: [PATCH] Add check state button --- templates/devices.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/devices.html b/templates/devices.html index 56b5601..0408a15 100644 --- a/templates/devices.html +++ b/templates/devices.html @@ -93,9 +93,15 @@
Description | {{ v['name']['name'] }}
+
+ +
+ Turns on/off already in state error message +
- {% if v['notificationSupportedByAgent'] == True %} (User can turn on or off notifications in Google Home App){% endif %} +
+ {% if v['notificationSupportedByAgent'] == True %}User can turn on or off notifications in Google Home App{% endif %}