home-assistant: Add Pool Time WebDAV calendar
I've created a _Pool Time_ calendar in Nextcloud that we can use to mark when people are expected to be in the pool. Using this, we can configure the "someone is in the pool" alert not to fire during times when we know people will be in the pool. This will make it much less annoying on HLC pool days.etcd
parent
2d7fec1cdf
commit
31345bee7b
|
@ -279,3 +279,7 @@ prometheus:
|
||||||
exclude_entity_globs:
|
exclude_entity_globs:
|
||||||
- binary_sensor.node_14*
|
- binary_sensor.node_14*
|
||||||
- binary_sensor.node_15*
|
- binary_sensor.node_15*
|
||||||
|
|
||||||
|
calendar:
|
||||||
|
- platform: caldav
|
||||||
|
url: https://nextcloud.pyrocufflink.net/remote.php/dav/public-calendars/pSJDP6RYazMYPQxB?export
|
||||||
|
|
Loading…
Reference in New Issue