It seems as though they have finally made api_password a breaking change in the most recent releases of hass.io (0.101.0)? If I leave the api_password section alone in my config.yaml, than the update to the most current version of hass.io fails, commenting out the section allows the update to work. Is api_password the only way to use the camera widget still or can we use tokens now? Here is my current non working camera config.
config.yaml:
I also updated to 4.0.0 due to this, and while it is beta like @nicohirsch mentioned its stable enough to be used. Will now use the long lived token and I love that new feature of adding the option to view live feed instead of refresh intervals. The config will be simply something like this.
driveway_camera:
widget_type: camera
entity: camera.driveway
base_url: http://192.168.0.30:8123
refresh: 5
I`m using the ZoneMinder intergration, and it was broken after updating ZoneMinder, however after changing the password in zoneminder to the same password homeasssistant was using in the past everything is fine. (Zoneminder just needed to store the password again)