mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Hide core instructions for caldav (#24239)
This commit is contained in:
parent
f3ed286091
commit
bff87279b1
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user