From 4d8974ff4c440c5c7b20af36d3e2c03bd88fd812 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 23 May 2023 02:19:16 -0400 Subject: [PATCH] Add nextcloud integration, keep it out of MariaDB --- configuration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 4ece8d5..118b221 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -100,6 +100,8 @@ recorder: - sensor.*bytes_received - binary_sensor.*server_on - binary_sensor.*desktop_on + - sensor.nextcloud* + - binary_sensor.nextcloud* entities: - sensor.avg_ping - sensor.max_ping @@ -213,6 +215,8 @@ influxdb: - binary_sensor.*desktop_on - binary_sensor.*server_on - sensor.*_steps + - sensor.nextcloud* + - binary_sensor.nextcloud* entities: - media_player.living_room_tv - media_player.basement_tv @@ -341,6 +345,8 @@ prometheus: - binary_sensor.*desktop_on - binary_sensor.*server_on - sensor.*_steps + - sensor.nextcloud* + - binary_sensor.nextcloud* include_entities: - media_player.living_room_tv - media_player.basement_tv