-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathHA_pool.yaml
35 lines (34 loc) · 888 Bytes
/
HA_pool.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
switch:
- platform: mqtt
name: "Pool Light"
command_topic: "commands/pool"
payload_on: "Pool_Light"
payload_off: "Pool_Light"
- platform: mqtt
name: "Spa Light"
command_topic: "commands/pool"
payload_on: "Spa_Light"
payload_off: "Spa_Light"
- platform: mqtt
name: "Pool Cleaner"
command_topic: "commands/pool"
payload_on: "Cleaner"
payload_off: "Cleaner"
- platform: mqtt
name: "Hot Tub"
state_topic: "pool/mode"
command_topic: "commands/pool"
payload_on: "SPA"
payload_off: "POOL"
sensor:
- platform: mqtt
name: "Pool Temperature"
state_topic: "pool/temperature"
unit_of_measurement: '°F'
- platform: mqtt
name: "Pool Mode"
state_topic: "pool/mode"
- platform: mqtt
name: "Pool MCU"
state_topic: "checkIn/poolMCU"
expire_after: 200