Skip to content
Snippets Groups Projects
Commit 6a329c3b authored by 3d's avatar 3d
Browse files

Update esphome_kuehlschrank.yaml

parent 1bb735bf
No related branches found
No related tags found
1 merge request!11Update esphome_kuehlschrank.yaml
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
{% 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment