Skip to content

Commit

Permalink
Merge branch 'develop' into notifications-http-support
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldan authored Jun 30, 2024
2 parents 18999f6 + 23538b3 commit f8f2fc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenHABCore/Sources/OpenHABCore/Util/Endpoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public extension Endpoint {
}
if source == "material" {
source = "iconify"
icon = icon.replacingOccurrences(of: "_", with: "-")
icon = "\(set)-\(icon)"
set = "ic"
}
Expand Down

0 comments on commit f8f2fc7

Please sign in to comment.