mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
more small fixes and consolidating the driveway
This commit is contained in:
@@ -145,43 +145,17 @@ card:
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.driveway_east_side_vehicle_occupancy
|
||||
- entity: binary_sensor.driveway_vehicle_occupancy
|
||||
state: "on"
|
||||
- entity: binary_sensor.garage_door
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.driveway_east_side_vehicle_occupancy
|
||||
style:
|
||||
top: 50%
|
||||
left: 63%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.driveway_center_vehicle_occupancy
|
||||
state: "on"
|
||||
- entity: binary_sensor.garage_door
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.driveway_center_vehicle_occupancy
|
||||
entity: binary_sensor.driveway_vehicle_occupancy
|
||||
style:
|
||||
top: 50%
|
||||
left: 55%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.driveway_west_side_vehicle_occupancy
|
||||
state: "on"
|
||||
- entity: binary_sensor.garage_door
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.driveway_west_side_vehicle_occupancy
|
||||
style:
|
||||
top: 50%
|
||||
left: 47%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.walkway_person_occupancy
|
||||
|
||||
@@ -94,37 +94,15 @@ card:
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.driveway_east_side_vehicle_occupancy
|
||||
- entity: binary_sensor.driveway_vehicle_occupancy
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.driveway_east_side_vehicle_occupancy
|
||||
style:
|
||||
top: 35%
|
||||
left: 65%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.driveway_center_vehicle_occupancy
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.driveway_center_vehicle_occupancy
|
||||
entity: binary_sensor.driveway_vehicle_occupancy
|
||||
style:
|
||||
top: 45%
|
||||
left: 55%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.driveway_west_side_vehicle_occupancy
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.driveway_west_side_vehicle_occupancy
|
||||
style:
|
||||
top: 55%
|
||||
left: 45%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.parking_spot_vehicle_occupancy
|
||||
|
||||
@@ -94,26 +94,15 @@ card:
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.driveway_center_vehicle_occupancy
|
||||
- entity: binary_sensor.driveway_vehicle_occupancy
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.driveway_center_vehicle_occupancy
|
||||
entity: binary_sensor.driveway_vehicle_occupancy
|
||||
style:
|
||||
top: 60%
|
||||
left: 14%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.driveway_east_side_vehicle_occupancy
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.driveway_east_side_vehicle_occupancy
|
||||
style:
|
||||
top: 60%
|
||||
left: 20%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.parking_spot_vehicle_occupancy
|
||||
|
||||
Reference in New Issue
Block a user