natekspencer / hacs-vivint

Home Assistant integration for a Vivint home security system.
MIT License
66 stars 5 forks source link

The camera entity [entity] does not support requesting width and height, please open an issue with the integration author #19

Closed mat1583 closed 2 years ago

mat1583 commented 2 years ago

I see this warning in the logs occasionally. I haven't been able to replicate it reliably, and it's probably not a true issue, but I wanted to go ahead and submit it in case anyone else has seen it (or if it does need to be fixed).

Logger: homeassistant.components.camera Source: components/camera/init.py:466 Integration: Camera (documentation, issues) First occurred: 9:15:24 AM (2 occurrences) Last logged: 9:15:24 AM

The camera entity camera.doorbell does not support requesting width and height, please open an issue with the integration author The camera entity camera.driveway_camera does not support requesting width and height, please open an issue with the integration author

natekspencer commented 2 years ago

Thanks, I've seen this occasionally as well, but haven't determined the exact cause either. Let me know if you find more info! It also might be an issue with the "Camera" integration itself that needs to be updated and will propagate down. So I'll have to watch that, too.

mat1583 commented 2 years ago

It seems like it only occurs when you load the default Overview dashboard, and possibly only in a browser. I was able to repeat it three times in a row by loading that page. What's a little baffling is that I have 3 of my cameras in a custom dashboard, and those never seem to trigger the issue. I took control of the default Overview to compare the picture entities. Once I took control (no changes otherwise), it stopped logging that warning.

kitprice commented 2 years ago

This was a breaking change in 2021.9.0. Need to update function signature for _async_cameraimage to match.

natekspencer commented 2 years ago

Fixed in 2021.10.1