schmittx / home-assistant-eero

Eero integration for Home Assistant
MIT License
118 stars 23 forks source link

Doesn't show up in HACS #29

Closed HVR88 closed 1 year ago

HVR88 commented 2 years ago

Not sure if I'm missing something, but nothing "eero" related shows up in HACS when adding integration (repos)

Running current HASSIO and up-to-date HACS

The current version of HA/HACS is no longer anything like 3+ years ago which is all that's covered in various docs. No "settings" or other tabs any longer, etc. Adding repos via the HACS "integrations" lists a total of 998 available, but nothing eero.

applegeeks commented 2 years ago

tbh, this integration never worked for me and kept getting error's during initial setup at integration.

I ended up getting home assistant to retrieve eero data for my automations ( sense when someone is connected to wifi or not) by using this aged old repo (but still works wonderfully).

https://github.com/jrlucier/eero_tracker

HVR88 commented 2 years ago

Unfortunately that other repo also isn't listed in HACS. Was it when you installed or did you do it manually?

applegeeks commented 2 years ago

Yes. it has be manual for the configuration You can download the repo through hacs (Step 1 Option A)

by selecting hacs>integration> select the 3 dots at the top right >custom repository to add it in

but the rest of the configuration needs to be done manual and you can't enable it easily via the integration gui (not in my case anyway).

Step 1 Option B you can also do, which shouldn't make a difference since it is what HACS would do for custom defined repo anyway.

Requires configuration.yaml changes and generating your credentials

ie. once downloaded. just added these configs based on my network.

## eero_tracker
device_tracker:
  - platform: eero_tracker
    consider_home: 60
    only_networks:
      - <insert-network-id-after-enabling-debug-logging>
    interval_seconds: 30
    only_wireless: true
schmittx commented 1 year ago

No plan to support HACS, feel free to fork this and add HACS support if you'd like.

HVR88 commented 1 year ago

Literally the SECOND step in the installation instructions is "Use HACS and add as a custom repo." 🤔

schmittx commented 1 year ago

Whoops, I don't use HACS myself but the integration is already setup as HACS-friendly. It just needs to be added as a custom repo first, read the directions here. Beyond that though, I don't plan to do anything more related to HACS.