From 4c4a33dc7ce7d52d773660b0079fb1162fe55cc4 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 17 Sep 2023 03:25:21 +0200 Subject: [PATCH] Added Bluetooth example configuration to sample config.yaml. --- platypush/config/config.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/platypush/config/config.yaml b/platypush/config/config.yaml index 254d4bd82..a3906127f 100644 --- a/platypush/config/config.yaml +++ b/platypush/config/config.yaml @@ -360,12 +360,22 @@ backend.http: ### ### -# # The `http.webpage` integration comes with the mercury-parser JavaScript library. -# # It allows you to "distill" the content of a Web page and export it in readable format (in simplified HTML, Markdown or PDF) through the +# # The `http.webpage` integration comes with the mercury-parser JavaScript +# # library. It allows you to "distill" the content of a Web page and export it +# # in readable format (in simplified HTML, Markdown or PDF). # # http.webpage: ### +### +# # The Bluetooth integration allows you to scan Bluetooth devices, hook events +# # when Bluetooth devices are detected/lost, and it natively supports several +# # device types that can be controlled or monitored via API or UI. +# +# bluetooth: +# poll_interval: 30 +### + ### # # Example configuration of the zigbee.mqtt integration. # # This integration listens for the events pushed by zigbee2mqtt service to an