Update from 106.5 to 107.5 Docker Image

I habe updatet put have issuses.

2020-03-22 11_13_00-Home Assistant

can me where help with this?

The '/community_plugin/*' is deprecated and will be removed in an upcomming version of HACS, it has been replaced by '/hacsfiles/*', if you use the UI to manage your lovelace configuration, you can update this by going to the settings tab in HACS, if you use YAML to manage your lovelace configuration, you manually need to replace the URL in your resources.

all resources are renamed with hacfiles…

Protokolldetails ( ERROR )
Logger: homeassistant.setup
Source: components/camera/__init__.py:24
First occurred: 11:15:19 (2 occurrences)
Last logged: 11:15:21

Setup failed for camera: unknown error
Setup failed for mobile_app: unknown error
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
    component = integration.get_component()
  File "/usr/src/homeassistant/homeassistant/loader.py", line 268, in get_component
    cache[self.domain] = importlib.import_module(self.pkg_path)
  File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 24, in <module>
    from homeassistant.components.stream import request_stream
  File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 66
    else:
       ^
SyntaxError: invalid syntax

almost nothing works anymore :frowning:

There are some issues with the cards that gave you errors, you need to wait for the devs of the card to update it for version 107.x or stay with 106.5.

this cards are homeassistant cards picture-elements and entity filter cards

Sorry, take a look at this and the following posts for an explanation

1 Like

thank you very much

resources:
  - url: /hacsfiles/lovelace-card-preloader/lovelace-card-preloader.js     
    type: module
preload:
  - entity-filter
  - picture-elements
  - picture-entity
  - markdown
  - picture-glance
  - iframe
  - picture
1 Like