lovelace-home-feed-card icon indicating copy to clipboard operation
lovelace-home-feed-card copied to clipboard

Uncaught (in promise) TypeError: Cannot read property 'querySelectorAll' of null

Open walkercz opened this issue 3 years ago • 0 comments

Hello,

after HA device switch (underlying HW) and multiple HA update (do not know which one cause the problem) lovelace-home-feed-card installed from HACS stopped working. HA is in virtualbox last version core-2021.6.6 supervisor-2021.06.6 Home Assistant OS 6.1.

custom yaml lovelace with previously working home feed card is just empty till I comment the home feed card block then it will show the content of the lovelace without home feed card

error in F12 is image

configuration of home feed in lovelace yaml is:

  • type: 'custom:home-feed-card' # https://github.com/gadgetchnnel/lovelace-home-feed-card title: Home Feed show_empty: false calendars: - calendar.garbage_collection #- calendar.work_calendar more_info_on_tap: true state_color: true scrollbars_enabled: false max_item_count: 5 #max_height: 20em compact_mode: false id_filter: ^home_feed_.* entities: - entity: sensor.oneplus_a6013_next_alarm - entity: sensor.waste name: Next Bin Collection - entity: sensor.biowaste name: Next BIO Bin Collection - entity: binary_sensor.main_door_contact - entity: binary_sensor.door_01_contact - entity: binary_sensor.motion_sensor_01_occupancy

can somebody help? thank you very much!

walkercz avatar Jun 28 '21 17:06 walkercz