Skip to content

Commit

Permalink
Changer order of sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Dec 1, 2024
1 parent 08a7500 commit 374fb9e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lovelace/views/overloop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,31 @@ sections:
- type: grid
cards:
- type: heading
heading: Sensoren boven
heading: Sensoren beneden
heading_style: subtitle
- type: tile
entity: binary_sensor.overloop_sensor_2_beweging
entity: binary_sensor.overloop_sensor_1_beweging
name: Beweging
icon: mdi:motion-sensor
- type: tile
entity: sensor.overloop_sensor_2_temperatuur
entity: sensor.overloop_sensor_1_temperatuur
name: Temperatuur
- type: tile
entity: sensor.overloop_sensor_2_licht
entity: sensor.overloop_sensor_1_licht
name: Lichtsterkte

- type: grid
cards:
- type: heading
heading: Sensoren beneden
heading: Sensoren boven
heading_style: subtitle
- type: tile
entity: binary_sensor.overloop_sensor_1_beweging
entity: binary_sensor.overloop_sensor_2_beweging
name: Beweging
icon: mdi:motion-sensor
- type: tile
entity: sensor.overloop_sensor_1_temperatuur
entity: sensor.overloop_sensor_2_temperatuur
name: Temperatuur
- type: tile
entity: sensor.overloop_sensor_1_licht
entity: sensor.overloop_sensor_2_licht
name: Lichtsterkte

0 comments on commit 374fb9e

Please sign in to comment.