diff --git a/source/_components/cover.garadget.markdown b/source/_components/cover.garadget.markdown index 057a3a0256c..79f88f30fc4 100644 --- a/source/_components/cover.garadget.markdown +++ b/source/_components/cover.garadget.markdown @@ -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 +```