twrecked / lovelace-hass-aarlo

Lovelace card for hass-aarlo integration.
75 stars 23 forks source link

Unable to hide a view #147

Closed YpNo closed 9 months ago

YpNo commented 1 year ago

Hi !

I've tried to disable a view (camera) but it doesn't works. I tried to hide by the view and the domain but options did nothing.

Here my lovelace raw configuration example:

strategy:
  type: custom:mushroom-strategy
  options:
    views:
      camera:
        hidden: true
    extra_views:
      - theme: camera
        title: My Camera
        path: my_cameras
        icon: mdi:cctv
        badgew: []
        cards:
          - type: custom:aarlo-glance
            entity: camera.aarlo_my_camera
            hide:
              - title
              - date
            image_click: stream
            image_view: numeric
            image_bottom: status,motion,sound,library,stream|snapshot,battery
            top_title: false
            top_status: false
            top_date: false
views: []
domains:
   camera:
      hidden: true

Thanks for your help