forked from platypush/platypush
Added Bluetooth example configuration to sample config.yaml.
This commit is contained in:
parent
9e7b95583b
commit
4c4a33dc7c
1 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue