mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
updating common esphome sensors
finally fixing hvac-multisensor. All of this was caused by the display switch referenced the display while it wasn't plugged in. Updated code to check for the existence first.
This commit is contained in:
@@ -38,45 +38,6 @@ logger:
|
||||
#C4:7C:8D:6D:3E:AE
|
||||
|
||||
sensor:
|
||||
# - platform: xiaomi_hhccjcy01
|
||||
# mac_address: 'C4:7C:8D:6D:CE:A4'
|
||||
# temperature:
|
||||
# name: 'Plant Sensor 1: Temperature'
|
||||
# moisture:
|
||||
# name: 'Plant Sensor 1: Moisture'
|
||||
# illuminance:
|
||||
# name: 'Plant Sensor 1: Illuminance'
|
||||
# conductivity:
|
||||
# name: 'Plant Sensor 1: Soil Conductivity'
|
||||
# battery_level:
|
||||
# name: 'Plant Sensor 1: Battery Level'
|
||||
|
||||
# - platform: xiaomi_hhccjcy01
|
||||
# mac_address: 'C4:7C:8D:6D:3E:AE'
|
||||
# temperature:
|
||||
# name: 'Plant Sensor 2: Temperature'
|
||||
# moisture:
|
||||
# name: 'Plant Sensor 2: Moisture'
|
||||
# illuminance:
|
||||
# name: 'Plant Sensor 2: Illuminance'
|
||||
# conductivity:
|
||||
# name: 'Plant Sensor 2: Soil Conductivity'
|
||||
# battery_level:
|
||||
# name: 'Plant Sensor 2: Battery Level'
|
||||
|
||||
# - platform: xiaomi_hhccjcy01
|
||||
# mac_address: 'C4:7C:8D:6D:3E:B0'
|
||||
# temperature:
|
||||
# name: 'Plant Sensor 3: Temperature'
|
||||
# moisture:
|
||||
# name: 'Plant Sensor 3: Moisture'
|
||||
# illuminance:
|
||||
# name: 'Plant Sensor 3: Illuminance'
|
||||
# conductivity:
|
||||
# name: 'Plant Sensor 3: Soil Conductivity'
|
||||
# battery_level:
|
||||
# name: 'Plant Sensor 3: Battery Level'
|
||||
|
||||
- platform: ultrasonic
|
||||
trigger_pin: GPIO13
|
||||
echo_pin: GPIO14
|
||||
|
||||
Reference in New Issue
Block a user