Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Custom card tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 18, 2024
1 parent 896eca7 commit 1e3667e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dashboards/overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ views:
color: "00363a"
climate:
room_key: office
sensors:
- entity: sensor.office_temperature
name: Temperature
badges:
- entity: binary_sensor.kitchen_door
name: Door
switches:
- entity: sensor.office_temperature
name: Temperature
controls:
- entity: light.office_spots
name: Spots
- entity: light.office_lamp
Expand Down
4 changes: 1 addition & 3 deletions packages/ui/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ lovelace:

resources:
- { type: "module", url: "/hacsfiles/button-card/button-card.js" }
- { type: "module", url: "/hacsfiles/lovelace-area-card/area-card.js" }
- { type: "module", url: "/hacsfiles/lovelace-auto-entities/auto-entities.js" }
- { type: "module", url: "/hacsfiles/lovelace-battery-entity-row/battery-entity-row.js" }
- { type: "module", url: "/hacsfiles/lovelace-card-mod/card-mod.js" }
Expand All @@ -49,7 +50,4 @@ lovelace:
- { type: "module", url: "/hacsfiles/simple-thermostat/simple-thermostat.js" }
- { type: "module", url: "/hacsfiles/text-element/text-element.js" }

- { type: "module", url: "/hacsfiles/lovelace-area-card/area-card.js" }


mobile_app: {}

0 comments on commit 1e3667e

Please sign in to comment.