Skip to content

Commit 6119e42

Browse files
committed
Relace HASS with Home Assistant and set format
1 parent ebf718d commit 6119e42

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/_cookbook/fail2ban.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: "fail2ban for HASS"
4-
description: "Setting up fail2ban to read HASS log files to improve security."
3+
title: "fail2ban"
4+
description: "Setting up fail2ban to read Home Assistant's log files to improve security."
55
date: 2017-05-24 10:05
66
sidebar: true
77
comments: false
@@ -14,8 +14,9 @@ This is a quick guide on how to setup fail2ban for Home Assistant. This was orig
1414

1515
First install `fail2ban`. On Debian/Ubuntu this would be `apt-get install fail2ban`. On other distros you can google it.
1616

17-
Then make sure logging is enabled in `/home/homeassistant/.homeassistant/configuration.yaml` for your HA instance:
18-
```
17+
Then make sure logging is enabled in your `configuration.yaml` file for your Home Assistant instance:
18+
19+
```yaml
1920
logger:
2021
default: critical
2122
logs:

0 commit comments

Comments
 (0)