-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaquarium-automator.yaml
60 lines (44 loc) · 1.15 KB
/
aquarium-automator.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
substitutions:
name: "aquarium-atuomator"
esphome:
name: aquarium-automator
# name_add_mac_suffix: true
# This will allow for (future) project identification,
# configuration and updates.
project:
name: ddppddpp.aquarium-automator
version: "1.0"
esp8266:
board: nodemcuv2
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "your_key_here"
ota:
password: "your_OTA_password_here"
dashboard_import:
package_import_url: github://github.com/ddppddpp/aquarium-automator/edit/main/aquarium-automator.yaml
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Aquarium-Automator"
password: "SOME_PASSWORD_HERE"
captive_portal:
dallas:
- pin: GPIO2
sensor:
- platform: dallas
#your address should be here - pls see https://esphome.io/components/sensor/dallas.html?highlight=dallas#dallas-getting-ids
address: "your_address_here"
name: "Aquarium Water Temperature"
switch:
- platform: gpio
name: "Relay1"
pin: GPIO14
- platform: gpio
name: "Relay2"
pin: GPIO12