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.