diff --git a/heating-temperature-probes.yaml b/heating-temperature-probes.yaml index b14918f..de0cfe5 100644 --- a/heating-temperature-probes.yaml +++ b/heating-temperature-probes.yaml @@ -43,4 +43,8 @@ sensor: # Uptime - platform: uptime name: "Uptime" - update_interval: 60s \ No newline at end of file + update_interval: 60s + + - platform: dallas_temp + name: temperature + update_interval: 10s \ No newline at end of file