Hide core instructions for caldav (#24239)

This commit is contained in:
Joakim Sørensen 2022-09-26 18:50:13 +02:00 committed by GitHub
parent f3ed286091
commit bff87279b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,12 +17,16 @@ The `caldav` platform allows you to connect to your WebDAV calendar and generate
You need to have a CalDAV server and credentials for it. This integration was tested against [Baikal](http://sabre.io/baikal/) but any integration complying with the RFC4791 should work. [Nextcloud](https://nextcloud.com/) and [Owncloud](https://owncloud.org/) work fine. You need to have a CalDAV server and credentials for it. This integration was tested against [Baikal](http://sabre.io/baikal/) but any integration complying with the RFC4791 should work. [Nextcloud](https://nextcloud.com/) and [Owncloud](https://owncloud.org/) work fine.
{% details "Notes for Home Assistant Core Installations" %}
You might need some additional system packages to compile the Python CalDAV library. On a Debian based system, install them by: You might need some additional system packages to compile the Python CalDAV library. On a Debian based system, install them by:
```bash ```bash
sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev
``` ```
{% enddetails %}
## Basic Setup ## Basic Setup
To integrate a WebDAV calendar in Home Assistant, add the following section to your `configuration.yaml` file: To integrate a WebDAV calendar in Home Assistant, add the following section to your `configuration.yaml` file: