mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-09-16 18:02:40 +00:00
The current statement (!entity.type === 'device') will always evaluate to false since it compares a boolean to a string.
The current statement (!entity.type === 'device') will always evaluate to false since it compares a boolean to a string.