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:
camera:
- platform: generic
still_image_url: ‘http://images.intellicast.com/WxImages/RadarLoop/dsm_None_anim.gif’
name: “Radar”
and dashboard config:
radar:
widget_type: camera
entity: camera.radar
entity_picture: http://x.x.x.x:8123/api/camera_proxy/camera.radar?api_password=xxxxxxxxxx
refresh: 900