configured CalDav
This commit is contained in:
parent
587cbf2d55
commit
8a06155f76
@ -46,6 +46,20 @@ sonos:
|
|||||||
advertise_addr: !secret sonos_advertise_addr
|
advertise_addr: !secret sonos_advertise_addr
|
||||||
hosts: !secret sonos_hosts
|
hosts: !secret sonos_hosts
|
||||||
|
|
||||||
|
calendar:
|
||||||
|
- platform: caldav
|
||||||
|
username: !secret caldav_username
|
||||||
|
password: !secret caldav_password
|
||||||
|
url: !secret caldav_url
|
||||||
|
calendars:
|
||||||
|
- Home-assistant
|
||||||
|
days: 14
|
||||||
|
custom_calendars:
|
||||||
|
- name: "GarbageBin"
|
||||||
|
calendar: "Home-assistant"
|
||||||
|
search: "Ta ut soporna"
|
||||||
|
|
||||||
|
|
||||||
tts:
|
tts:
|
||||||
- platform: google_translate
|
- platform: google_translate
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user