Skip to content

Commit

Permalink
Add icons for shower head and water faucet valve types (#2267)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjam2013 authored Dec 8, 2024
1 parent c030179 commit 8a1da3a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/core/accessories/types/valve/valve.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
></div>
<div
*ngIf="service.values.ValveType === 2"
[inlineSVG]="'/assets/hap-icons/valve-generic.svg'"
[inlineSVG]="'/assets/hap-icons/valve-showerhead.svg'"
[attr.aria-label]="'Valve'"
class="accessory-svg"
></div>
<div
*ngIf="service.values.ValveType === 3"
[inlineSVG]="'/assets/hap-icons/valve-generic.svg'"
[inlineSVG]="'/assets/hap-icons/valve-waterfaucet.svg'"
[attr.aria-label]="'Valve'"
class="accessory-svg"
></div>
Expand Down
4 changes: 2 additions & 2 deletions ui/src/assets/hap-icons/valve-generic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions ui/src/assets/hap-icons/valve-irrigation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8a1da3a

Please sign in to comment.