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