Roland
Results
2
comments of
Roland
I also get this message. It would be nice if this could be fixed. Detected that custom integration 'webrtc' accessed lovelace_data['resources'] instead of lovelace_data.resources at custom_components/webrtc/utils.py, line 129: resources: ResourceStorageCollection...
I have changed line 129 as follows. `resources: ResourceStorageCollection = hass.data["lovelace"].resources ` I no longer get a warning and everything still works.