How to set up WirelessTags integration?

I’ve followed the directions and put he wirless tag configs in my configuration.yaml, but nothing I do gets any devices or any logs to show up. Is this still an active integration?

Here is my sanitized configuration.yaml

I also don’t get anything at all in the logs related to wireless tags.

# Loads default set of integrations. Do not remove.
default_config:

wirelesstag:
  username: removed
  password: removed

binary_sensor:
  - platform: wirelesstag
    monitored_conditions:
      - light
      - wet
      - battery

sensor:
  - platform: wirelesstag
    monitored_conditions:
      - temperature
      - humidity
      - moisture
      - light

# Text to speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

This can be deleted. I see the devices now. I was expecting to see an “integration” at least show up in the Devices and Services section. My bad (still new to HASS)

Just curious if anyone knows. Should these devices have unique Ids for this integration? From what it appears I can’t use them for automations, which is the biggest reason for me integrating this data.

Hi I have the same issue what did you do to resolve this, please