Hi,
I’ve a setup that takes a picture and send it to me with Telegram of my front door camera if someone pushes the frontdoor bell.
After the update this is in my log:
2017-07-02 19:16:29 WARNING (Thread-3) [homeassistant.components.telegram_bot] '/home/homeassistant/.homeassistant/snapshot/deurbel/deurbel.jpg' are not secure to load data from!
2017-07-02 19:16:29 ERROR (Thread-3) [homeassistant.components.telegram_bot] Can't send file with kwargs: {'message': 'Iemand aan de deur.', 'file': '/home/homeassistant/.homeassistant/snapshot/deurbel/deurbel.jpg', 'title': 'Deurbel pushed', 'caption': 'Doorbell View'}
Some kind of security error… How can I change this?
Erik