Files
fresh-home/lovelace/view-ai-overview.yaml
T
2024-04-14 14:08:56 -04:00

106 lines
3.4 KiB
YAML

title: AI Overview
path: ai-overview
icon: mdi:eye
#type: sidebar
panel: true
visible:
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
- user: cad46dedf86f454ebbd7f697a58730f2
cards:
- type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: grid
square: false
columns: 4
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: call-service
service: input_select.select_previous
service_data: {}
target:
entity_id: input_select.indoor_camera_cycle
entity: ''
icon: mdi:arrow-left
icon_height: 25px
- show_name: false
show_icon: false
type: button
tap_action:
action: more-info
entity: input_select.indoor_camera_cycle
show_state: true
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
entity: input_boolean.indoor_camera_lock
show_state: true
icon_height: 25px
- show_name: true
show_icon: true
type: button
tap_action:
action: call-service
service: input_select.select_next
service_data: {}
target:
entity_id: input_select.indoor_camera_cycle
entity: ''
icon: mdi:arrow-right
icon_height: 25px
- !include /config/lovelace/templates/indoor-camera-cycler.yaml
- type: vertical-stack
cards:
- type: grid
square: false
columns: 4
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: call-service
service: input_select.select_previous
service_data: {}
target:
entity_id: input_select.outdoor_camera_cycle
entity: ''
icon: mdi:arrow-left
icon_height: 25px
- show_name: false
show_icon: false
type: button
tap_action:
action: more-info
entity: input_select.outdoor_camera_cycle
show_state: true
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
entity: input_boolean.outdoor_camera_lock
show_state: true
icon_height: 25px
- show_name: true
show_icon: true
type: button
tap_action:
action: call-service
service: input_select.select_next
service_data: {}
target:
entity_id: input_select.outdoor_camera_cycle
entity: ''
icon: mdi:arrow-right
icon_height: 25px
- !include /config/lovelace/templates/outdoor-camera-cycler.yaml