core: Unifi component fails in 0.95
Home Assistant release with the issue: 0.95.4
Last working Home Assistant release (if known): 0.94.3
Operating environment (Hass.io/Docker/Windows/etc.): hass.io
Component/platform: device_tracker.unifi
Description of problem: Unifi component reports as not working for .95 upgrade: [14:24:09] INFO: Installing Home Assistant: latest… [14:24:09] INFO: Please be patient, this might take a few minutes… [14:24:55] INFO: Installed Home Assistant 0.95.4 [14:24:55] INFO: Don’t worry, this temporary installation is not overwriting your current one. [14:24:55] INFO: Making a copy of your configuration for checking… [14:25:03] INFO: Checking your configuration against this version… [14:26:50] ERROR: The configuration check did not pass! [14:26:50] ERROR: See the output below for more details. INFO:homeassistant.util.package:Attempting install of colorlog==4.0.2 Testing configuration at /tmp/config INFO:homeassistant.util.package:Attempting install of zeroconf==0.23.0 INFO:homeassistant.util.package:Attempting install of pyhusmow==0.1.1 INFO:homeassistant.util.package:Attempting install of aiohttp_cors==0.7.0 INFO:homeassistant.util.package:Attempting install of netdisco==2.6.0 INFO:homeassistant.util.package:Attempting install of hass-nabucasa==0.15 INFO:homeassistant.util.package:Attempting install of python-nest==4.1.0 INFO:homeassistant.util.package:Attempting install of PyNaCl==1.3.0 INFO:homeassistant.util.package:Attempting install of py-august==0.7.0 INFO:homeassistant.util.package:Attempting install of mutagen==1.42.0 INFO:homeassistant.util.package:Attempting install of aiofiles==0.4.0 INFO:homeassistant.util.package:Attempting install of backoff==1.8.0 INFO:homeassistant.util.package:Attempting install of packaging==19.0 INFO:homeassistant.util.package:Attempting install of distro==1.4.0 INFO:homeassistant.util.package:Attempting install of sqlalchemy==1.3.3 Failed config General Errors: - Platform not found: device_tracker.unifi
Successful config (partial)
Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
device_tracker:
- platform: unifi
host: 192.168.1.13
username: readonly
password: password
verify_ssl: false
consider_home: 60
new_device_defaults:
track_new_devices: False
Traceback (if applicable):
Additional information:
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 15 (2 by maintainers)
I had the same issue - I confirm that adding it through the Configuration/Integrations menu solves the issue.
@michalterbert. Try configuring the UniFi integration through the Configuration/Integrations menu. Leave your sensors there - configure both.
I did that under the direction of one of the code owners of the UniFi integration (not sure if it was you, @Kane610 under another user id in the HA community forums), and it seems to have resolved the connection issues as far as I can tell.