Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera dashboard improvements #506

Merged
merged 6 commits into from May 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
179 changes: 121 additions & 58 deletions ui-lovelace.yaml
Expand Up @@ -657,72 +657,127 @@ views:
- title: Cameras
icon: mdi:video
cards:
- type: conditional
conditions:
- entity: input_select.mode
state: Away
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.great_room
- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.front_yard_left
- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.atrium
- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.gate
- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.garage
- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.back_porch
- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.ac

- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.front_door
- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.pergola
- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.roof_deck
- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.peppers

- type: conditional
conditions:
- entity: camera.pergola
state: recording
card:
type: grid
square: false
columns: 2
cards:
- type: conditional
conditions:
- entity: input_select.mode
state: Away
card:
type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.great_room

- type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.front_yard_left
- type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.atrium
- type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.gate
- type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.garage
- type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.back_porch
- type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.ac

- type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.front_door
- type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.pergola
- type: picture-entity
camera_view: live
show_name: false
show_state: false
entity: camera.roof_deck

- type: picture-entity
show_name: false
show_state: false
Expand Down Expand Up @@ -755,6 +810,14 @@ views:
show_name: false
show_state: false
entity: camera.ac_person
- type: picture-entity
show_name: false
show_state: false
entity: camera.roof_deck_person
- type: picture-entity
show_name: false
show_state: false
entity: camera.peppers_person

- type: custom:auto-entities
show_header_toggle: false
Expand Down