Skip to content

Commit

Permalink
Identify controls
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Jul 29, 2024
1 parent e310b62 commit fc9f2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/irrigation-unlimited-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export class IrrigationUnlimitedCard extends LitElement {
</div>
</div>
<div class="iu-control-panel">
<div class="iu-control-panel-item">
<div class="iu-control-panel-item iu-show-zones">
<label>${loc.t("controller.zones.name")}&nbsp;</label>
<ha-switch
.checked="${!zonesHidden}"
Expand All @@ -202,7 +202,7 @@ export class IrrigationUnlimitedCard extends LitElement {
>
</ha-switch>
</div>
<div class="iu-control-panel-item">
<div class="iu-control-panel-item iu-show-sequences">
<label>${loc.t("controller.sequences.name")}&nbsp;</label>
<ha-switch
.checked="${!sequencesHidden}"
Expand Down

0 comments on commit fc9f2d5

Please sign in to comment.