InfluxDB Grafana and tags_attributes

Snipped version below

influxdb:
  host: 192.168.212.4
  port: 8086
  database: HASS
  default_measurement: state
  include:
    entities:
       - binary_sensor.bridge_router
       - binary_sensor.cc2531_router_router
       - binary_sensor.ring_front_door_ding
       - binary_sensor.ring_front_door_motion 
       - Lots more sensors....
  component_config_glob:
    sensor.*humidity:
      override_measurement: humidity
    sensor.*battery:
      override_measurement: battery
    More Sensor Overrides - but you get this picture
  tags:
    instance: HA_ZM
    source: HA
  tags_attributes:
    - area

It is the tag_attributes that I am trying to find out about

1 Like