mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
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.
This commit is contained in:
+19
-1
@@ -1,6 +1,7 @@
|
||||
substitutions:
|
||||
devicename: black-bed
|
||||
friendly_name: Black Bed
|
||||
comment: Clever Bed Sensor
|
||||
entity_name: black_bed
|
||||
platform: ESP8266
|
||||
board: nodemcuv2
|
||||
@@ -24,4 +25,21 @@ packages:
|
||||
hx711: !include common/hx711_single_verbose.yaml
|
||||
|
||||
esp8266:
|
||||
board: nodemcuv2
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user