Exclude some stuff from being recorded.
This commit is contained in:
		| @@ -4,17 +4,15 @@ | ||||
|   # Delete events and states older than 2 weeks | ||||
|   auto_purge: true | ||||
|   purge_keep_days: 14 | ||||
| #  exclude: | ||||
|   exclude: | ||||
| #    domains: | ||||
| #      - automation | ||||
| #      - updater | ||||
| #    entity_globs: | ||||
| #      - sensor.weather_* | ||||
| #    entities: | ||||
| #      - sun.sun # Don't record sun data | ||||
| #      - sensor.date | ||||
| #      - fritzbox Connection Uptime | ||||
| #      - fritzbox Device Uptime | ||||
|     entity_globs: | ||||
|       - weather.zuhause_* | ||||
|     entities: | ||||
|       - sun.sun # Don't record sun data | ||||
|       - sensor.fritzbox_device_uptime | ||||
| #    event_types: | ||||
| #      - call_service # Don't record service calls | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user