hello,
until yesterday i had only a lot of excludes, but now i tired to include a entity_globe
for an domain i still had excluded!
this leads into a fatal loss of all recodings, except the include entity_globe
.
if i use the single include entity, it works correctly.
did i made something wrong, or isn´t it possible to use entity_globes
in this case?
i want to prevent adding every single entity in this case…
my recoder setting…
include: #Include entities
# domains:
# -
entity_globs:
# - binary_sensor.*_contact
entities:
- binary_sensor.aqara_dw_26_contact
- binary_sensor.aqara_dw_27_contact
- binary_sensor.aqara_dw_28_contact
- binary_sensor.aqara_dw_29_contact
exclude: #Exclude entities
domains:
- binary_sensor
- button
- script
- light
- number
- zone
- sun
- update
# - switch
- automation
entity_globs:
#- sensor.*current
#- sensor.*voltage
- sensor.*power_factor
#- sensor.disk*
- sensor.load*
#- sensor.memory*
- sensor.swap*
- sensor.network*
- sensor.packets*
#- sensor.processor*
entities:
- sensor.samba_backup
#- sensor.disk_use_percent
#- sensor.disk_use
#- sensor.disk_free
##- sensor.memory_use_percent
##- sensor.memory_use
##- sensor.memory_free
#- sensor.swap_use_percent
#- sensor.swap_use
#- sensor.swap_free
#- sensor.load_1m
#- sensor.load_5m
#- sensor.load_15m
- sensor.network_in
- sensor.network_out
- sensor.throughput_network_in
- sensor.throughput_network_out
- sensor.packets_in
- sensor.packets_out
- sensor.ipv4_address
- sensor.ipv6_address
##- sensor.processor_use
##- sensor.processor_temperature
- sensor.last_boot
thank you in advance
br
Frank