Skip to content
Snippets Groups Projects

Update esphome_kuehlschrank.yaml

Merged 3d requested to merge 3d-master-patch-47386 into master
1 file
+ 9
3
Compare changes
  • Side-by-side
  • Inline
{% set devicename = "esphome_holzwerkstatt" %}
{% include "/includes/ansible.inc.yaml" %}
@@ -15,10 +14,17 @@ dallas:
sensor:
- platform: dallas
address: 0xCB01143CF52EAA28
name: "Kuehlschrank"
address: 0x4301143CAC4BAA28
name: "Kuehlschrank-Temp"
filters:
- sliding_window_moving_average:
window_size: 3
send_every: 3
send_first_at: 3
binary_sensor:
- platform: gpio
pin: D2
id: kuehlschrank_door
name: Kuehlschrank-Door
Loading