mysmarthome/lovelace/03_camera_view.yaml

181 lines
4.5 KiB
YAML
Raw Permalink Normal View History

2019-04-17 22:46:06 +00:00
title: Camera Live
icon: mdi:cctv
cards:
- type: vertical-stack
2019-04-17 22:46:06 +00:00
cards:
- type: button
name: RESET CAMERA
2019-04-17 22:46:06 +00:00
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
show_state: false
size: 5%
2019-04-17 22:46:06 +00:00
style:
- font-weight: bold
- color: rgb(0, 0, 5)
state:
2020-09-13 15:56:40 +00:00
- value: "frontyard"
2019-04-17 22:46:06 +00:00
color: var(--primary-color)
tap_action:
action: call-service
service: script.reset_camera_stream
- type: horizontal-stack
cards:
- type: button
name: Porch
2019-04-17 22:46:06 +00:00
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
show_state: false
2019-04-17 22:46:06 +00:00
style:
- font-weight: bold
- color: rgb(0, 0, 5)
state:
- value: "porch"
2019-04-17 22:46:06 +00:00
color: var(--primary-color)
tap_action:
action: service
service: script.stream_porch_camera_to_chromecast
2019-04-17 22:46:06 +00:00
- type: button
name: Driveway
2019-04-17 22:46:06 +00:00
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
show_state: false
2019-04-17 22:46:06 +00:00
style:
- font-weight: bold
- color: rgb(0, 0, 5)
state:
- value: "driveway"
2019-04-17 22:46:06 +00:00
color: var(--primary-color)
tap_action:
action: call-service
service: script.stream_driveway_camera_to_chromecast
2019-04-17 22:46:06 +00:00
- type: button
name: Patio
2021-01-10 23:15:03 +00:00
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
show_state: false
2021-01-10 23:15:03 +00:00
style:
- font-weight: bold
- color: rgb(0, 0, 5)
state:
- value: "patio"
2021-01-10 23:15:03 +00:00
color: var(--primary-color)
tap_action:
action: call-service
service: script.stream_patio_camera_to_chromecast
2021-01-10 23:15:03 +00:00
- type: button
2019-04-17 22:46:06 +00:00
name: Playarea
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
show_state: false
2019-04-17 22:46:06 +00:00
style:
- font-weight: bold
- color: rgb(0, 0, 5)
state:
2020-09-13 15:56:40 +00:00
- value: "playarea"
2019-04-17 22:46:06 +00:00
color: var(--primary-color)
tap_action:
action: call-service
service: script.stream_playarea_camera_to_chromecast
2019-04-17 22:46:06 +00:00
- type: picture-glance
id: camera_frontdoor_camera
title: Frontdoor Camera
entity: camera.frontdoor_camera
camera_image: camera.frontdoor_camera
show_info: true
2020-09-13 15:56:40 +00:00
tap_action:
2019-04-17 22:46:06 +00:00
action: more-info
entities:
- switch.frontyard_light
- binary_sensor.frontdoor_camera_motion
- type: picture-glance
id: camera_patio_camera
title: Patio Camera
entity: camera.patio_camera
camera_image: camera.patio_camera
show_info: true
2020-09-13 15:56:40 +00:00
tap_action:
2019-04-17 22:46:06 +00:00
action: more-info
entities:
2021-01-10 23:15:03 +00:00
- switch.backyard_light
2019-04-17 22:46:06 +00:00
- binary_sensor.patio_camera_motion
- type: picture-glance
id: camera_driveway_camera
title: Driveway Camera
entity: camera.driveway_camera
camera_image: camera.driveway_camera
show_info: true
2020-09-13 15:56:40 +00:00
tap_action:
2019-04-17 22:46:06 +00:00
action: more-info
entities:
- switch.frontyard_light
- binary_sensor.driveway_camera_motion
- type: picture-glance
id: camera_playarea_camera
title: Playarea Camera
entity: camera.playarea_camera
camera_image: camera.playarea_camera
show_info: true
2020-09-13 15:56:40 +00:00
tap_action:
2019-04-17 22:46:06 +00:00
action: more-info
entities:
2021-01-10 23:15:03 +00:00
- switch.backyard_light
2019-04-17 22:46:06 +00:00
- binary_sensor.playarea_camera_motion
# - type: picture-glance
# id: camera_garage_camera
# title: Garage Camera
# entity: camera.garage_camera
# camera_image: camera.garage_camera
# show_info: true
# tap_action:
# action: more-info
# entities:
# - switch.garage
2019-04-17 22:46:06 +00:00
- type: picture-glance
id: camera_front_camera
title: Front Camera
entity: camera.amcrest_camera
camera_image: camera.amcrest_camera
2019-04-17 22:46:06 +00:00
show_info: true
2020-09-13 15:56:40 +00:00
tap_action:
2019-04-17 22:46:06 +00:00
action: more-info
entities:
- switch.basement_left
- type: picture-glance
id: porch_camera
title: Porch Camera
entity: camera.porch_camera
camera_image: camera.porch_camera
show_info: true
tap_action:
action: more-info
entities:
- binary_sensor.porch_motion
- switch.frontyard_light
- type: picture-glance
id: garage_camera
title: Garage Camera
entity: camera.garage
camera_image: camera.garage
show_info: true
tap_action:
action: more-info
entities:
- switch.garage
- switch.garage_shop_lights