-
Notifications
You must be signed in to change notification settings - Fork 0
/
hydra.yaml
81 lines (62 loc) · 1.38 KB
/
hydra.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
substitutions:
deviceString: Hydra
esphome:
name: hydra
esp32:
board: esp32dev
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: !secret api_encription
ota:
password: !secret password
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
manual_ip:
static_ip: 192.168.0.134
gateway: 192.168.0.1
subnet: 255.255.255.0
captive_portal:
light:
- platform: monochromatic
name: "LED Lights 1"
output: output_component1
- platform: monochromatic
name: "LED Lights 2"
output: output_component2
- platform: monochromatic
name: "LED Lights 3"
output: output_component3
- platform: monochromatic
name: "LED Lights 4"
output: output_component4
output:
- platform: ledc
id: output_component1
pin: GPIO14
- platform: ledc
id: output_component2
pin: GPIO27
- platform: ledc
id: output_component3
pin: GPIO26
- platform: ledc
id: output_component4
pin: GPIO25
switch:
- platform: gpio
name: $deviceString PUMP OUT 1
icon: "mdi:pump"
pin: GPIO13
id: pump_out_01
binary_sensor:
- platform: status
name: $deviceString Status
# Flood sensor still haven't configured, lost it.
# GPIO33 #Flood sensor
# The water sensor is an ultrasonic one, but it uses single pin for trigger and echo
#This is not supported on EspHome
# GPIO32 #Water level sensor