periodic push

This commit is contained in:
2023-06-29 16:14:36 +02:00
parent c948b95622
commit 831f676068
267 changed files with 17705 additions and 10864 deletions

24
esphome/common/waterpump.yaml Executable file
View File

@@ -0,0 +1,24 @@
---
switch:
- platform: gpio
pin: GPIO19
name: 'Water Pump'
id: water
climate:
- platform: bang_bang
visual:
min_temperature: 0
max_temperature: 100
temperature_step: 1
name: ${device_name} Regler
sensor: ${device_name}_moisture
default_target_temperature_low: 20
default_target_temperature_high: 70
heat_action:
- switch.turn_on: water
idle_action:
- switch.turn_off: water