Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/lab02-research/hass.agent-integration
hacs home-assistant integration mediaplayer notifications
Last synced: 1 day ago
JSON representation
HASS.Agent's Home Assistant integration. Adds notifications and mediaplayer capabilities to HASS.Agent - a Windows based client (companion app) for Home Assistant.
- Host: GitHub
- URL: https://github.com/lab02-research/hass.agent-integration
- Owner: LAB02-Research
- License: mit
- Created: 2022-09-27T12:02:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T08:09:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T12:14:05.006Z (over 1 year ago)
- Topics: hacs, home-assistant, integration, mediaplayer, notifications
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 37
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Validate](https://github.com/LAB02-Research/HASS.Agent-Integration/workflows/Validate/badge.svg)](https://github.com/LAB02-Research/HASS.Agent-Integration/actions?query=workflow:"Validate")
[![GitHub release](https://img.shields.io/github/release/LAB02-Research/HASS.Agent-Integration?include_prereleases=&sort=semver&color=blue)](https://github.com/LAB02-Research/HASS.Agent-Integration/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)
[![buymeacoffee](https://img.shields.io/badge/BuyMeACoffee-Donate-blue.svg)](https://www.buymeacoffee.com/lab02research)
[![Discord](https://img.shields.io/badge/dynamic/json?color=blue&label=Discord&logo=discord&logoColor=white&query=presence_count&suffix=%20Online&url=https://discordapp.com/api/guilds/932957721622360074/widget.json)](https://discord.gg/nMvqzwrVBU)[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg)](https://github.com/hacs/integration)
----
### C# or Python developer? Please read this: [lab02-research.org/2023-04-01-help-wanted](https://lab02-research.org/2023-04-01-help-wanted/)
### HASS.Agent is in need of your help! :heart:
----
# HASS.Agent Integration
This Home Assistant integration combines the two previous integrations, and allows you to send notifications to HASS.Agent, a Windows-based Home Assistant client. It also enables you to use it as a mediaplayer device: see and control what's playing and send text-to-speech.
All communication is now done through MQTT\*. It supports auto discovery, so you'll see your HASS.Agent devices show up automatically in the integrations page:
![image](https://user-images.githubusercontent.com/81011038/198246059-caa7f1cd-89f7-41f9-989e-724a1a67c2fe.png)
The new mediaplayer has a bunch of new features, like coverart:
![image](https://user-images.githubusercontent.com/81011038/198246217-cce288be-bbb7-4c5f-baff-510cc99c30b1.png)
You can use [actionable notifications](https://hassagent.readthedocs.io/en/latest/notifications/new/notification-actionable/) to interact with HA:
![image](https://user-images.githubusercontent.com/81011038/190643738-724dac45-4d03-4a19-a0e6-3a59b5de0aad.png)
----
[INSTALLATION MANUAL](https://hassagent.readthedocs.io/en/latest/integration/installation/)
[CONFIGURATION MANUAL](https://hassagent.readthedocs.io/en/latest/integration/configuration/)
For more help and examples, check [the documentation](https://hassagent.readthedocs.io/), visit the dedicated HA forum thread or join on Discord.
----
Thanks [@fillefilip8](https://github.com/fillefilip8) for developing!
\* you can still add your device manually (through the UI) if you want to use the local API instead.