Skip to content

Commit

Permalink
Merge ee16d17 into 6cd28ed
Browse files Browse the repository at this point in the history
  • Loading branch information
ghys authored Jun 25, 2021
2 parents 6cd28ed + ee16d17 commit 62ea8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export default {
entry.label)
},
null,
entry.thingUID.substring(entry.thingUID.indexOf(':', entry.thingUID.indexOf(':') + 1) + 1))
entry.thingUID.substring(entry.thingUID.lastIndexOf(':') + 1))
}
},
{
Expand Down

0 comments on commit 62ea8e1

Please sign in to comment.