Advertisement
MiAutomations

Imou Dual Lens DOWN Card

Feb 20th, 2024
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.88 KB | Source Code | 0 0
  1. #Imou Dual Lens down Card PTZ
  2. type: picture-elements
  3. entity: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  4. camera_image: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  5. camera_view: live
  6. elements:
  7.   - type: icon
  8.     icon: mdi:arrow-up
  9.     style:
  10.       background: rgba(255, 255, 255, 0.5)
  11.       right: 25px
  12.       bottom: 50px
  13.     tap_action:
  14.       action: call-service
  15.       service: onvif.ptz
  16.       service_data:
  17.         entity_id: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  18.         command: UP
  19.   - type: icon
  20.     icon: mdi:stop
  21.     style:
  22.       background: rgba(255, 255, 255, 0.5)
  23.       right: 25px
  24.       bottom: 25px
  25.     tap_action:
  26.       action: call-service
  27.       service: onvif.ptz
  28.       service_data:
  29.         entity_id: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  30.         command: STOP
  31.   - type: icon
  32.     icon: mdi:arrow-down
  33.     style:
  34.       background: rgba(255, 255, 255, 0.5)
  35.       right: 25px
  36.       bottom: 0px
  37.     tap_action:
  38.       action: call-service
  39.       service: onvif.ptz
  40.       service_data:
  41.         entity_id: camera.imou_cruizer_dual_profile000
  42.         command: DOWN
  43.   - type: icon
  44.     icon: mdi:target
  45.     style:
  46.       background: rgba(255, 255, 255, 0.5)
  47.       Left: 20px
  48.       bottom: 0px
  49.     tap_action:
  50.       action: call-service
  51.       service: onvif.ptz
  52.       service_data:
  53.         entity_id: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  54.         command: TOPOS
  55.         preset: 1
  56.   - type: icon
  57.     icon: mdi:arrow-left
  58.     style:
  59.       background: rgba(255, 255, 255, 0.5)
  60.       right: 50px
  61.       bottom: 25px
  62.     tap_action:
  63.       action: call-service
  64.       service: onvif.ptz
  65.       service_data:
  66.         entity_id: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  67.         command: LEFT
  68.   - type: icon
  69.     icon: mdi:arrow-right
  70.     style:
  71.       background: rgba(255, 255, 255, 0.5)
  72.       right: 0px
  73.       bottom: 25px
  74.     tap_action:
  75.       action: call-service
  76.       service: onvif.ptz
  77.       service_data:
  78.         entity_id: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  79.         command: RIGHT
  80.   - type: icon
  81.     icon: mdi:arrow-top-left
  82.     style:
  83.       background: rgba(255, 255, 255, 0.5)
  84.       right: 50px
  85.       bottom: 50px
  86.     tap_action:
  87.       action: call-service
  88.       service: onvif.ptz
  89.       service_data:
  90.         entity_id: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  91.         command: LEFTUP
  92.   - type: icon
  93.     icon: mdi:arrow-top-right
  94.     style:
  95.       background: rgba(255, 255, 255, 0.5)
  96.       right: 0px
  97.       bottom: 50px
  98.     tap_action:
  99.       action: call-service
  100.       service: onvif.ptz
  101.       service_data:
  102.         entity_id: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  103.         command: RIGHTUP
  104.   - type: icon
  105.     icon: mdi:arrow-bottom-left
  106.     style:
  107.       background: rgba(255, 255, 255, 0.5)
  108.       right: 50px
  109.       bottom: 0px
  110.     tap_action:
  111.       action: call-service
  112.       service: onvif.ptz
  113.       service_data:
  114.         entity_id: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  115.         command: LEFTDOWN
  116.   - type: icon
  117.     icon: mdi:arrow-bottom-right
  118.     style:
  119.       background: rgba(255, 255, 255, 0.5)
  120.       right: 0px
  121.       bottom: 0px
  122.     tap_action:
  123.       action: call-service
  124.       service: onvif.ptz
  125.       service_data:
  126.         entity_id: camera.imou_cruizer_dual_profile000 #Colocar a entidade referente a vossa camera imagem superior
  127.         command: RIGHTDOWN
  128.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement