homeassistant/configs/history.yaml

23 lines
555 B
YAML

exclude:
domains:
- automation
- updater
entities:
- sensor.last_boot
- sensor.time
- sensor.date
- sensor.date_time
# - 'sensor.date_time_iso'
# - 'sensor.time_date'
# - 'sensor.time_utc'
# - 'sensor.beat'
# entity_globs:
# - binary_sensor.*_occupancy
# if you have a lot of entities in your system and your exclude list is getting too large
# it might be better just to define the entities or domains to include
# include:
# domains:
# - sensor
# - switch
# - media_player