diff --git a/README.md b/README.md index 7c7034d4..fa911166 100755 --- a/README.md +++ b/README.md @@ -207,5 +207,11 @@ binary_sensor: mac_address: XX:XX:XX:XX:XX:XX name: "iMac WOL" host: "192.168.1.2" - -``` \ No newline at end of file +``` + +#Tips and Tricks +Add some color to your HA logs. +```bash +sudo apt-get install ccze +sudo journalctl -u home-assistant -f | ccze +```