mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-01-09 15:00:39 -07:00
Added web_server to garage controller to allow opening when house Internet is down.
This commit is contained in:
@@ -1,30 +1,28 @@
|
||||
# This file is included as a package in all mmwave presence sensors
|
||||
# Requires area variable to be set to the name of the room the sensor is in.
|
||||
#
|
||||
# Parameters passed in:
|
||||
# - ${area} - name of the area this file is included in
|
||||
#
|
||||
esphome:
|
||||
comment: "Beacon"
|
||||
|
||||
# Adding external component to build:
|
||||
external_components:
|
||||
- source: github://formatBCE/ESP32_BLE_presense@main
|
||||
|
||||
# System time config - required for precise timestamps, used in integration:
|
||||
time:
|
||||
- platform: homeassistant
|
||||
id: homeassistant_time
|
||||
|
||||
# Initializing it:
|
||||
esp32_ble_presense:
|
||||
area: "${area}"
|
||||
time_id: homeassistant_time
|
||||
bluetooth_proxy:
|
||||
|
||||
esp32_ble_tracker:
|
||||
|
||||
# MQTT config - required for this component to work:
|
||||
mqtt:
|
||||
broker: 10.0.0.215
|
||||
username: esp32_presence
|
||||
password: findme
|
||||
discovery_prefix: "homeassistant"
|
||||
port: 1883
|
||||
client_id: "${area}"
|
||||
keepalive:
|
||||
minutes: 10
|
||||
# mqtt:
|
||||
# broker: 10.0.0.215
|
||||
# username: esp32_presence
|
||||
# password: findme
|
||||
# discovery_prefix: "homeassistant"
|
||||
# port: 1883
|
||||
# client_id: "${area}"
|
||||
# keepalive:
|
||||
# minutes: 10
|
||||
|
||||
Reference in New Issue
Block a user