LAB02-Research / HASS.Agent-Integration

HASS.Agent's Home Assistant integration. Adds notifications and mediaplayer capabilities to HASS.Agent - a Windows based client (companion app) for Home Assistant.
MIT License
101 stars 17 forks source link

HASS.Agent Integration Installation instructions #7

Closed pedjas closed 1 year ago

pedjas commented 1 year ago

This is all what is said about it in installation instructions. "To use notifications and/or the mediaplayer functionality, you'll need to install the HASS.Agent integration. This can be done through HACS or manually. "

Can you provide installation instructions for us who are not that familiar with Home Assistance platform so we cannot do it like an experts?

LAB02-Admin commented 1 year ago

I'm a single dev who has to write all the actual code ánd the docs ánd provide support, all in my spare time, so I can't write out everything in detail.

There is already a lot of information available on Google about HACS, and they have a guide on how to install:

https://hacs.xyz/docs/setup/prerequisites

If you don't want to use HACS, copy the hass_agent folder into the config\custom_components folder of your Home Assistant instance, and restart HA.

pedjas commented 1 year ago

Sorry, I did not mean to sound rude. It was just I could not find details about installation.

bharvey88 commented 1 year ago

I agree it was not clear in the readme to go to HACS and search for the three integrations and add them there. I don't think pedjas was rude either, he clearly explained his issue without being condescending or using any negative wording. I believe a simple sentence at the top of https://github.com/LAB02-Research/HASS.Agent-Integration page saying "please go to HACS and search "HASS." and then download the three integrations then restart home assistant" is all that is needed for us to understand the correct installation workflow. Thanks for your time!

LAB02-Admin commented 1 year ago

@pedjas & @bharvey88 - I must've misread then, sorry.

I'm in the process of improving the documentation after the last update (since it changed a lot), I'll also add a 'integration installation' page.

@bharvey88: you only need the new integration, you can remove the other two (it combines and supersedes the other two).

bharvey88 commented 1 year ago

Thank you for the correction I've removed the other two integrations. I'm really impressed with the project so far. I've setup an automation to use the camera_proxy with home assistant to send a picture to my pc when doorbell is rang which is great. I used the docs as an example but found an easier way which might be useful to others: https://dpaste.org/JhSfD I am not sure how to help add documentation here: https://hassagent.readthedocs.io/en/latest/notifications/notification-usage-and-examples/ or I would attempt to add my example myself. Thanks again!

LAB02-Admin commented 1 year ago

Nice! Thanks, I'll add it

LAB02-Admin commented 1 year ago

Added