mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-09-26 21:01:12 +08:00
Release v5.6.2
This commit is contained in:
@@ -349,7 +349,7 @@ export default new class RingMqtt {
|
||||
case RingDeviceType.RingNetAdapter:
|
||||
// For some reason some locations have devices of type "ringnet" that are not real
|
||||
// so this filters devices with hidden tag to try to elimnate these phantom devices
|
||||
return device.tags?.includes('hidden') ? 'ignore' : Bridge(deviceInfo)
|
||||
return device.tags?.includes('hidden') ? 'ignore' : new Bridge(deviceInfo)
|
||||
case 'location.mode':
|
||||
return new ModesPanel(deviceInfo)
|
||||
case 'siren':
|
||||
|
Reference in New Issue
Block a user