mysmarthome/lovelace/03_camera_view.yaml

185 lines
4.6 KiB
YAML
Raw Normal View History

2019-04-17 22:46:06 +00:00
title: Camera Live
icon: mdi:cctv
cards:
- type: horizontal-stack
cards:
- type: "custom:button-card"
name: Porch
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
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)
action: service
service:
domain: script
action: stream_frontdoor_camera_to_chromecast
- type: "custom:button-card"
name: Driveway
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
style:
- font-weight: bold
- color: rgb(0, 0, 5)
state:
2020-09-13 15:56:40 +00:00
- value: "driveway"
2019-04-17 22:46:06 +00:00
color: var(--primary-color)
action: service
service:
domain: script
action: stream_driveway_camera_to_chromecast
- type: "custom:button-card"
name: Patio
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
style:
- font-weight: bold
- color: rgb(0, 0, 5)
state:
2020-09-13 15:56:40 +00:00
- value: "patio"
2019-04-17 22:46:06 +00:00
color: var(--primary-color)
action: service
service:
domain: script
action: stream_patio_camera_to_chromecast
2021-01-10 23:15:03 +00:00
- type: "custom:button-card"
name: Porch
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
style:
- font-weight: bold
- color: rgb(0, 0, 5)
state:
- value: "porch"
color: var(--primary-color)
action: service
service:
domain: script
action: stream_porch_camera_to_chromecast
2019-04-17 22:46:06 +00:00
- type: "custom:button-card"
name: Playarea
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
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)
action: service
service:
domain: script
action: stream_playarea_camera_to_chromecast
- type: "custom:button-card"
name: RESET CAMERA
entity: input_label.current_stream
icon: mdi:cctv
color_type: card
style:
- font-weight: bold
- color: rgb(0, 0, 5)
state:
- value: "frontyard"
color: var(--primary-color)
action: service
service:
domain: script
action: reset_camera_stream
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
# camera_view: live
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.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
2020-09-13 15:56:40 +00:00
tap_action:
2019-04-17 22:46:06 +00:00
action: more-info
entities:
- switch.garage
- type: picture-glance
2020-09-13 15:56:40 +00:00
id: camera_3dprinter_camera
title: 3D Printer Camera
entity: camera.3d_printer_camera
camera_image: camera.3d_printer_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:
2020-09-13 15:56:40 +00:00
- binary_sensor.motion_sensor_158d00016c2d0e
- binary_sensor.octoprint_printing
- 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