Added enhancement secion.

This commit is contained in:
CCOSTAN
2017-01-16 17:43:32 +00:00
parent 2d13476b7b
commit 5e5afdbfd4

View File

@@ -207,5 +207,11 @@ binary_sensor:
mac_address: XX:XX:XX:XX:XX:XX mac_address: XX:XX:XX:XX:XX:XX
name: "iMac WOL" name: "iMac WOL"
host: "192.168.1.2" host: "192.168.1.2"
```
#Tips and Tricks
Add some color to your HA logs.
```bash
sudo apt-get install ccze
sudo journalctl -u home-assistant -f | ccze
``` ```