Configuration.yaml and Unifi AP integration

Hello everyone.
Since I was helped very quickly and well with my first “problem” and I am still very inexperienced with HA, I am currently trying to look into the topic in more detail. I’m trying to integrate my Unifi AP into Home Assistant in order to then check devices (cell phones) and their connection to the WiFi.
I have now seen that I can create the connection with the configuration.yaml. I “downloaded” it and “expanded” it with the appropriate device information.
After that I restarted HA but I don’t see any new entry under Integrations.

Did I make the entry in Configuration.yaml correctly?

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

# Load frontend themes from the themes folder
frontend:
   themes: !include_dir_merge_named themes

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

device_tracker:
   - platform: unifi_direct
     host: 192.168.x.x
     username: username
     password: password

But I have to mention that the AP is currently switched off. Is it crucial whether it is displayed in the HA or is the entry in the configuration.yaml enough to at least see something in the HA?

Thank you for any support from you.

Everythings fine. I installed the Unify Network Integration. I thought its only for the Cloud or Dreammachine Service. But i have a local installation and the port isnt 443 but my port works also fine.

Many Thanks,

1 Like