lovelace-auto-reload-card icon indicating copy to clipboard operation
lovelace-auto-reload-card copied to clipboard

Unsure where to place the config

Open nishrana14 opened this issue 3 years ago • 1 comments

Hello, I have installed through HACS but I am not sure where this configuration is supposed to go: "type: 'custom:auto-reload-card' delay_in_minute: 1

Does it go into my config.yaml file or in the lovelace dashboard raw config? Here is my current lovelace dashboard raw config:

title: 11 Court Ln resources:

  • url: /hacsfiles/kiosk-mode/kiosk-mode.js type: module
  • url: /hacsfiles/lovelace-auto-reload-card/auto-reload-card.js type: module "type: 'custom:auto-reload-card' delay_in_minute: 1 kiosk_mode: hide_header: true views:
  • type: sidebar title: Cameras path: cameras badges: [] cards:
    • type: horizontal-stack cards:
      • type: picture-entity entity: camera.drivewaymjpeg image: https://demo.home-assistant.io/stub_config/bedroom.png camera_view: live show_name: false show_state: false tap_action: action: more-info hold_action: action: more-info

nishrana14 avatar Feb 16 '22 15:02 nishrana14

Hi, the config should go in lovelace. You have to edit the dashboard, add a new card, choose "manual" and put the config.

ben8p avatar Feb 21 '22 14:02 ben8p