mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
so many freaking changes!
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
esphome:
|
||||
substitutions:
|
||||
name: bed-presence-2d14a4
|
||||
devicename: bed-presence-2d14a4
|
||||
friendly_name: Bed Presence 2d14a4
|
||||
comment: White Bed Sensor
|
||||
static_ip: !secret white-bed-ip
|
||||
|
||||
esphome:
|
||||
name: ${name}
|
||||
friendly_name: ${friendly_name}
|
||||
comment: ${comment}
|
||||
min_version: 2024.6.0
|
||||
name_add_mac_suffix: false
|
||||
project:
|
||||
@@ -18,27 +25,11 @@ esp32:
|
||||
CONFIG_BT_BLE_42_FEATURES_SUPPORTED: y
|
||||
CONFIG_BT_BLE_50_FEATURES_SUPPORTED: n
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
|
||||
# Enable wifi
|
||||
wifi:
|
||||
# Set up a wifi access point
|
||||
ap: {}
|
||||
|
||||
# In combination with the `ap` this allows the user
|
||||
# to provision wifi credentials to the device via WiFi AP.
|
||||
captive_portal:
|
||||
|
||||
# Enable esphome OTA updates
|
||||
ota:
|
||||
- platform: esphome
|
||||
|
||||
################################################################################
|
||||
packages:
|
||||
base: !include common/device_base.yaml
|
||||
network: !include common/wifi.yaml
|
||||
remote_package:
|
||||
url: https://github.com/ElevatedSensors/sensor-configs
|
||||
ref: main
|
||||
@@ -47,6 +38,15 @@ packages:
|
||||
- bed-presence-mk1/base.yaml
|
||||
- esphome-common/bluetooth-proxy.yaml
|
||||
|
||||
|
||||
binary_sensor:
|
||||
- id: !remove bed_presence_status
|
||||
|
||||
button:
|
||||
- id: !remove btn_restart
|
||||
|
||||
sensor:
|
||||
- id: !remove bed_presence_uptime
|
||||
# See https://github.com/ElevatedSensors/sensor-configs/blob/main/bed-presence-mk1/sensor.yaml for a detailed
|
||||
# description of available substitutions.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user