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" %}
{% set devicename = "esphome_holzwerkstatt" %}
{% include "/includes/ansible.inc.yaml" %}
{% include "/includes/ansible.inc.yaml" %}
@@ -15,10 +14,17 @@ dallas:
@@ -15,10 +14,17 @@ dallas:
sensor:
sensor:
- platform: dallas
- platform: dallas
address: 0xCB01143CF52EAA28
address: 0x4301143CAC4BAA28
name: "Kuehlschrank"
name: "Kuehlschrank-Temp"
filters:
filters:
- sliding_window_moving_average:
- sliding_window_moving_average:
window_size: 3
window_size: 3
send_every: 3
send_every: 3
send_first_at: 3
send_first_at: 3
 
 
binary_sensor:
 
 
- platform: gpio
 
pin: D2
 
id: kuehlschrank_door
 
name: Kuehlschrank-Door
Loading