Release v5.6.2

This commit is contained in:
tsightler
2023-09-03 14:31:03 -04:00
parent b71714f71e
commit 86f8d5f648
4 changed files with 8 additions and 4 deletions

View File

@@ -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':