Untitled

 avatar
unknown
plain_text
2 years ago
890 B
1187
Indexable
type: picture-elements
camera_image: camera.yourcamera             ## CHANGE TO YOUR CAMERAS ENTITY ID
camera_view: live
elements:
  - type: icon
    icon: mdi:arrow-expand-all
    style:
      top: 85%
      right: 5%
      transform: scale(1.9, 1.9)
    tap_action:
      action: more-info
  - type: icon
    icon: mdi:microphone
    style:
      top: 65%
      right: 5%
      color: red
      transform: scale(1.9, 1.9)
    tap_action:
      action: call-service
      service: browser_mod.popup            ## Remember to install Browser Mod from HACS
      data:
        title: Conservatory 2 way audio     ## Title of your choice
        content:
          type: iframe
          url: >-
            https://homeassistanturl.xyz/api/hassio_ingress/XXXXXXXXXXXXXXXXXXXXXXXX/webrtc.html?src=camera.yourcamera      ## CHANGE THIS TO YOUR 2 WAY AUDIO LINK URL
          aspect_ratio: 75%