Try out my new HACS integration - NEO Watcher

I’ve just had my first custom integration listed on HACS.
Would really appreciate any feedback.
Basically I’m using a NASA api to pull information about any Near Earth Objects and display details and an interactive 3D model of them in HA.

The GitHub link is: GitHub - danq8/neo_watcher: A custom component for Home Assistant that retrieves NEO data from NASA.

4 Likes

Hi

Thanks for the share and that cool integration but how do you display the data ? I don’t see any custom card added with integration once configured !
I don’t see anything about it also in repo.

Thanks

Vincèn

There’s a link to some markdown card yaml in the linked repository… see here
https://raw.githubusercontent.com/danq8/neo_watcher/main/doc/Example_view.yaml

Thanks but it displays just a text list (without respecting Lovelace layout so unusable). I expected the drawing as you showed in your initial post :wink:

just pointing out that the repository has some code for cards in there to display the data as you asked in your post…

you replied to my “initial post” in this thread so you might be getting confused as to who posted what here :wink:

I’m a little lost there as the only sample card in the github that is in /doc subdirectory is only the one you shared with me that displays a text card only :wink: Did I miss something ?

at this stage I think you did but I’m not actually sure what :wink:
have you tried more :coffee:

Works great.
Followed the instructions. I had to install the lovelace-layout-card from HACS to get the sample grid configured. Then i follow the links to view the detail view and the orbital view.
Thank you for your work.