Witam , mam automatyzacją - obraz z kamery na wallpanel .Wszędzie jest obraz tylko nie na wallpanell
alias: vvvvvvvvvvvvvvvvvvvv
description: Garage Popup
trigger:
- type: motion
platform: device
device_id: cxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
entity_id: binary_sensor.kameraxxxxxxxxxxxxxxxxxx
domain: binary_sensor
- type: motion
platform: device
device_id: fxxxxxxxxxxxxxxxxxxxxxxxxxxxx
entity_id: binary_sensor.kameraxxxxxxxxxxxxxxxxxxxxx
domain: binary_sensor
condition: []
action:
- service: mqtt.publish
data:
topic: wallpanel/mywallpanel/connection
payload: "{\"wake\": true, \"wakeTime\": 30}"
- service: mqtt.publish
data:
topic: wallpanel/mywallpanel/connection
payload: "{\"brightness\": 100}"
- service: browser_mod.popup
data:
title: Motion Garage
timeout: 30000
content:
type: picture-entity
entity: camera.kamera_pergola_mainstream
camera_view: live
size: fullscreen
autoclose: true
dismissable: false
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
enabled: true
- service: browser_mod.close_popup
data:
deviceID: xxxxxxxxxxxxxxxxxxxxxx
enabled: true
initial_state: "true"
mode: queued
max: 2