-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MYsecretsSample.yaml
15 lines (12 loc) · 1.05 KB
/
MYsecretsSample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HOST: 10.10.90.10 # Broker IP Address Here
PORT: 1883 # This needs to be a number, usually 1883 as the MQTT port for tcp access
USER: username # MQTT Username Here
PWD: password # MQTT User Password Here
PIN: 4 # The GPIO pin used to connect the sensor
LOOP: 300 # This needs to be a number. Time in seconds for each loop. Too fast breaks things so I suggest ~ 300 seconds IE 5 minutes.
NAMEH: "Kitchen Humidity" # Friendly name for the humidity sensor
H_ID: "target_hum" # Unique to Home Assistant Entity ID (Shorter is better, Device_ID will be added)
NAMET: "Kitchen Temperature" # Friendly name for the temperature sensor
T_ID: "target_tmp" # Unique to Home Assistant Entity ID (Shorter is better, Device_ID will be added)
DEVICE_NAME: "TargetDevice" # CamelChaseCase friendlier name for device (Shorter is better, Device_ID will be added)
AREA: "Kitchen" # The Default Home Assistant Area. Should match existing area in HA.