Other devices (not supported devices)unknown_2
Not available
@@ -906,7 +906,7 @@
Other devices (not supported devices) i").toggleClass('bi bi-chevron-compact-up')
{% elif (v['customData']['domain'] not in (
'SmokeDetector', 'Security', 'VenetianBlindsEU', 'OnOff', 'VenetianBlindsUS', 'Doorbell', 'DoorLock', 'DoorLockInverted', 'DoorContact', 'BlindsStop', 'BlindsPercentage',
- 'MotionSensor', 'PushOnButton', 'PushOffButton', 'Contact') and 'Hidden' not in v['customData']['domain']) %}
+ 'MotionSensor', 'PushOnButton', 'PushOffButton', 'Contact', 'Camera') and 'Hidden' not in v['customData']['domain']) %}
updateOthers_block.push("{{ v['customData']['idx'] }}")
$('#title_other').show()
{% else %}
diff --git a/templates/devices.html b/templates/devices.html
index d5a2092..dcf7c07 100644
--- a/templates/devices.html
+++ b/templates/devices.html
@@ -144,7 +144,7 @@
Description | {{ v['name']['name'] }}
{% endif %}
- {% if (v['customData']['domain'] in ['Doorbell', 'Camera'] and 'camurl' in v['customData']) %}
+ {% if (v['customData']['domain'] in ['Doorbell', 'Camera']) %}