Hello,
I want to use a caldav calendar sensor instead of the Google calendar I already use.
I’ve set a caldav calendar on my Synology NAS, and tested it with Mozilla Sunbird.
But with the same parameters, hass.io seems to not see it.
In configuration.yaml :
calendar:
- platform: caldav
url: http://192.168.xxx.xxx:5096/web/calendar/HASS
username: !secret caldav_hass_username
password: !secret caldav_hass_pasword
Is there something I forgot ?
Thank you