Can’t see my cameras anymore after 0.84. assume it has something to do with Replace token in camera.push with webhook ([@dgomes](https://github.com/dgomes) - [#18380](https://github.com/home-assistant/home-assistant/pull/18380)) ([camera.push docs](https://www.home-assistant.io/components/camera.push/)) (breaking change)
How do I change my config so it works again?
Here is what I have:
camera:
- platform: synology
url: http://192.168.1.197:5000
username: xx
password: xx
timeout: 15
verify_ssl: False
Sorry about the formatting. Can’t get this forum software to do what I want it to.
Mine isn’t working since the 0.84 update either.
The overview page shows me an error: -
Invalid config
The following components and platforms could not be setup:
camera.push
Please check you config.
And this worked perfectly up to and on 0.83. I’ve even tried a full reboot, no joy.
Any thoughts please, it looks to me like the formatting of the webkook has changes quite dramatically?
@Petro, looking at the new integration it uses a webhook, but refers to custom_webhook.
there’s no webhook integration for Push. Or i cant see it.
Do you know if this means creating a random number ourselves?
thank you