FixtSE Logo
Published on

Automate your Windows PC with Home Assistant and HASS Agent

Authors
Table of Contents

HASS Agent: https://github.com/LAB02-Research/HASS.Agent/releases

HASS Agent Installer

MQTT installation (Mosquitto Broker)

First, go to setting in the Home Assistant menu.

i1

Then click on addons

i2

Click on the add-on store icon in the bottom right corner

i3

Search for the Mosquitto broker add-on and click on it, then click on install

i4
i5

After it's finished, click on start

i6

Now we are going to configure the MQTT integration in home assistant, for this, go to setting in the Home Assistant menu and then click on Devices & Services

i7

Click on the Configure button for the MQTT integration and then click on Submit

i8
i9

if everything went well, you should see the following message

i10

if not, reboot home assistant and try again

HASS Agent configuration

For the most updated configuration, please refer to the official HASS.Agent documentation: https://hassagent.readthedocs.io/en/latest/configuration/

Generate API Token

Go to your profile in Home Assistant (bottom left corner, bellow notifications).

Scroll down to the end of the page and click on Create Token

i11

Give it a name and copy it to the HASS.Agent configuration

Commands configuration

https://hassagent.readthedocs.io/en/latest/commands/command-basics/

HASS Agent custom integration

https://hassagent.readthedocs.io/en/latest/integration/installation/

Media Player Usage

https://hassagent.readthedocs.io/en/latest/mediaplayer/mediaplayer-usage-and-examples/

Notifications Usage

https://hassagent.readthedocs.io/en/latest/notifications/notification-usage-and-examples/

I hope this was helpfull for you, if you have any questions, please let me know in the comments bellow.