diff --git a/internal/drivers/nanoleaf/bridge.go b/internal/drivers/nanoleaf/bridge.go index c371b59..2c91727 100644 --- a/internal/drivers/nanoleaf/bridge.go +++ b/internal/drivers/nanoleaf/bridge.go @@ -52,7 +52,7 @@ func (b *bridge) Devices() []models.Device { BridgeID: b.externalID, InternalID: strconv.Itoa(int(panel.ID)), Icon: shapeIcon, - Name: fmt.Sprintf("%s %d", shapeType, i), + Name: fmt.Sprintf("%s %d", shapeType, i+1), Capabilities: []models.DeviceCapability{ models.DCPower, models.DCColorHS,