Files
fresh-home/esphome/black-bed.yaml
T
CeeWeasel 4e0e55ac3c Refactor bed occupancy sensors and related automations
- Updated nursery automation to use input booleans for bed occupancy instead of binary sensors.
- Changed conditions in nursery automation to improve readability and consistency.
- Modified binary sensor configurations for master bedroom and nursery to use input booleans.
- Removed unused input number configurations related to master bed load cells.
- Updated UI configurations to reflect changes in entity types from binary sensors to input booleans.
- Cleaned up camera view configurations and adjusted styles for better layout.
- Removed deprecated master bed YAML configuration and archived it for future reference.
- Enhanced ESPHome configurations for white and black beds, including improved logging and diagnostics.
2025-07-19 13:37:45 -04:00

46 lines
1.2 KiB
YAML

substitutions:
devicename: black-bed
friendly_name: Black Bed
comment: Clever Bed Sensor
entity_name: black_bed
platform: ESP8266
board: nodemcuv2
static_ip: !secret black-bed-ip
dout_pin: !secret black-bed-dout
clk_pin: !secret black-bed-clk
loadcell_zero: !secret black-bed-zero
loadcell_load: !secret black-bed-load
loadcell_weight: !secret black-bed-weight
# Enable logging
logger:
level: DEBUG
logs:
sensor: INFO
hx711: INFO
packages:
wifi: !include common/wifi.yaml
device_base: !include common/device_base.yaml
hx711: !include common/hx711_single_verbose.yaml
esp8266:
board: nodemcuv2
# font:
# - file: 'fonts/mdi.ttf'
# id: mdi_weather
# size: 96
# glyphs: &mdi-weather-glyphs
# - "\U000F0599" # mdi-weather-sunny
# - "\U000F0594" # mdi-weather-night
# - "\U000F0595" # mdi-weather-partly-cloudy
# - "\U000F0F31" # mdi-weather-night-partly-cloudy
# - "\U000F0590" # mdi-weather-cloudy
# - "\U000F0591" # mdi-weather-fog
# - "\U000F0597" # mdi-weather-rainy
# - "\U000F0598" # mdi-weather-snowy
# - "\U000F067F" # mdi-weather-snowy-rainy
# - "\U000F0596" # mdi-weather-pouring
# - "\U000F067E" # mdi-weather-lightning-rainy