Total NooB, having trouble installing an Mqtt based “Battery Alert Package”
here is a clip of installation instructions, stuck at #3, any help is appreciated, Joe.
## 1. Enable MQTT using your preferred MQTT broker | |
---|---|
## | |
## 2. Enable MQTT Discovery by adding discovery: true and |
|
## discovery_prefix: homeassistant under the mqtt: section **DONE |
|
## of your configuration.yaml | |
## | |
## mqtt: | |
## discovery: true | |
## discovery_prefix: homeassistant DONE | |
** | |
## 3. Save this file as CONFIGDIR/packages/battery_alert.yaml **What file, to where, HOW? | |
## | |
## 4. Add packages: !include_dir_named packages under the |
|
## homeassistant: section of your configuration.yaml |
|
## | |
## homeassistant: | |
## packages: !include_dir_named packages **DONE | |
## | |
## 5. Restart Home Assistant | |
## | |
## 6. Adjust Min Alert Threshold slider to the minimum battery | |
## level to alert on. Note: the input slider requires the | |
## recorder component to keep it’s state through restarts. **Where to do this? | |
## If recorder is not enabled, the threshold can be set by | |
## un-remarking initial and setting the preferred default. |