45 lines
883 B
YAML
45 lines
883 B
YAML
type: picture-elements
|
|
title: Kontoret
|
|
image: /local/images/placeholder-800x600.png
|
|
elements:
|
|
# Only show camera feed if noone is home
|
|
- type: custom:hui-conditional-card
|
|
conditions:
|
|
- entity: binary_sensor.home_occupied
|
|
state: "off"
|
|
card:
|
|
type: custom:hui-image-element
|
|
camera_image: camera.kontor
|
|
style:
|
|
left: 50%
|
|
top: 50%
|
|
height: 100%
|
|
width: 100%
|
|
|
|
- type: icon
|
|
icon: no:icon
|
|
tap_action:
|
|
action: none
|
|
style:
|
|
left: 50%
|
|
top: 25px
|
|
height: 50px
|
|
width: 100%
|
|
background: rgba(128,128,128,0.3)
|
|
|
|
- type: state-icon
|
|
entity: light.taklampa_kontoret
|
|
tap_action:
|
|
action: toggle
|
|
style:
|
|
left: 30px
|
|
top: 25px
|
|
|
|
- type: state-icon
|
|
entity: light.skrivbordslampa_1
|
|
tap_action:
|
|
action: toggle
|
|
style:
|
|
left: 66px
|
|
top: 25px
|