Added in helpful tip (#1472)

* Added in helpful tip

Excluding entries in logbook every 3 minutes.

* Update cover.garadget.markdown
This commit is contained in:
Carlo Costanzo 2016-11-22 09:46:20 -05:00 committed by Fredrik Lindqvist
parent cad2cea2f3
commit 04aa47785a

View File

@ -89,3 +89,12 @@ customize:
icon: mdi:wifi
```
Some of the Garadget sensors can create a lot of clutter in the logbook. Use this section of code in your `configuration.yaml` to exclude those entries.
```yaml
logbook:
exclude:
entities:
- sensor.garage_door_time_in_state
- sensor.garage_door_wifi_signal_strength
```