UI Components Not Found

Hello All,

I have recently installed HACS and tried to use a few components;

  • CCH (Compact Custom Header) / Atomic Calendar / Breaking Changes / Other

My main issue is with the UI Plugins, when I try to use them I encounter the following issues;

  • BOM Weather Card: Nothing shows up in UI
    Error: Card not found
- type: module
    url: /local/community/bom-weather-card/bom-weather-card.js
type: 'custom:bom-weather-card'
  title: BOM Weather
  entity_current_conditions: sensor.bom_melbourne_icon_0
  entity_forecast_high_temp_1: sensor.bom_melbourne_max_temp_c_1
  entity_forecast_high_temp_2: sensor.bom_melbourne_max_temp_c_2
  entity_forecast_high_temp_3: sensor.bom_melbourne_max_temp_c_3
  entity_forecast_high_temp_4: sensor.bom_melbourne_max_temp_c_4
  entity_forecast_high_temp_5: sensor.bom_melbourne_max_temp_c_5
  entity_forecast_icon_1: sensor.bom_melbourne_icon_1
  entity_forecast_icon_2: sensor.bom_melbourne_icon_2
  entity_forecast_icon_3: sensor.bom_melbourne_icon_3
  entity_forecast_icon_4: sensor.bom_melbourne_icon_4
  entity_forecast_icon_5: sensor.bom_melbourne_icon_5
  entity_forecast_low_temp_1: sensor.bom_melbourne_min_temp_c_1
  entity_forecast_low_temp_2: sensor.bom_melbourne_min_temp_c_2
  entity_forecast_low_temp_3: sensor.bom_melbourne_min_temp_c_3
  entity_forecast_low_temp_4: sensor.bom_melbourne_min_temp_c_4
  entity_forecast_low_temp_5: sensor.bom_melbourne_min_temp_c_5
  entity_summary_1: sensor.bom_melbourne_summary_1
  entity_summary_2: sensor.bom_melbourne_summary_2
  entity_summary_3: sensor.bom_melbourne_summary_3
  entity_summary_4: sensor.bom_melbourne_summary_4
  entity_summary_5: sensor.bom_melbourne_summary_5

Any ideas would be appreciated.