mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
substitutions:
|
|
devicename: black-bed
|
|
friendly_name: Black Bed
|
|
comment: Black 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
|
|
|
|
captive_portal:
|
|
|
|
# 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
|