mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
add iCloud example (#18904)
This commit is contained in:
parent
c13b15c667
commit
ff2072dc6b
@ -44,6 +44,15 @@ calendar:
|
|||||||
url: https://nextcloud.example.com/remote.php/dav
|
url: https://nextcloud.example.com/remote.php/dav
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry for iCloud, calendars will be found automatically
|
||||||
|
calendar:
|
||||||
|
- platform: caldav
|
||||||
|
username: !secret userIcloud
|
||||||
|
password: !secret passIcloud
|
||||||
|
url: https://caldav.icloud.com
|
||||||
|
```
|
||||||
|
|
||||||
This example will generate default binary sensors for each calendar you have in your account. Those calendars will be `on` when there is an ongoing event and `off` if not. Events that last a whole day are ignored in those calendars. You have to setup custom calendars in order to take them into account or for advanced event filtering.
|
This example will generate default binary sensors for each calendar you have in your account. Those calendars will be `on` when there is an ongoing event and `off` if not. Events that last a whole day are ignored in those calendars. You have to setup custom calendars in order to take them into account or for advanced event filtering.
|
||||||
|
|
||||||
## Custom calendars
|
## Custom calendars
|
||||||
|
Loading…
x
Reference in New Issue
Block a user