-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
š RELEASE: Version bump to 1.2.0. Added Home Assistant Conversation Iā¦
ā¦ntegration. #3
- Loading branch information
Showing
21 changed files
with
878 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
# meeseeks-api | ||
# Meeseeks API Server | ||
<p align="center"> | ||
<a href="https://github.com/bearlike/Personal-Assistant/wiki"><img alt="Wiki" src="https://img.shields.io/badge/GitHub-Wiki-blue?style=for-the-badge&logo=github"></a> | ||
<a href="https://github.com/bearlike/Personal-Assistant/pkgs/container/meeseeks-chat"><img src="https://img.shields.io/badge/ghcr.io-bearlike/meeseeks−api:latest-blue?style=for-the-badge&logo=docker&logoColor=white" alt="Docker Image"></a> | ||
<a href="https://github.com/bearlike/Personal-Assistant/releases"><img src="https://img.shields.io/github/v/release/bearlike/Personal-Assistant?style=for-the-badge&" alt="GitHub Release"></a> | ||
</p> | ||
|
||
- REST API Engine wrapped around the meeseeks-core. | ||
- No components are explicitly tested for safety or security. Use with caution in a production environment. | ||
- For more information, such as installation, please check out the [Wiki](https://github.com/bearlike/Personal-Assistant/wiki). | ||
|
||
[Link to GitHub Repository](https://github.com/bearlike/Personal-Assistant/edit/main/README.md) | ||
|
||
[Link to GitHub Repository](https://github.com/bearlike/Personal-Assistant) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# meeseeks-chat | ||
# Meeseeks - Chat Interface | ||
<p align="center"> | ||
<a href="https://github.com/bearlike/Personal-Assistant/wiki"><img alt="Wiki" src="https://img.shields.io/badge/GitHub-Wiki-blue?style=for-the-badge&logo=github"></a> | ||
<a href="https://github.com/bearlike/Personal-Assistant/pkgs/container/meeseeks-chat"><img src="https://img.shields.io/badge/ghcr.io-bearlike/meeseeks−chat:latest-blue?style=for-the-badge&logo=docker&logoColor=white" alt="Docker Image"></a> | ||
<a href="https://github.com/bearlike/Personal-Assistant/releases"><img src="https://img.shields.io/github/v/release/bearlike/Personal-Assistant?style=for-the-badge&" alt="GitHub Release"></a> | ||
</p> | ||
|
||
Chat Interface wrapped around the meeseeks-core. Powered by Streamlit. | ||
|
||
[Link to GitHub](https://github.com/bearlike/Personal-Assistant/edit/main/README.md) | ||
<p align="center"> | ||
<img src="../docs/screenshot_chat_app_1.png" alt="Screenshot of Meeseks WebUI" height="512px"> | ||
</p> | ||
|
||
|
||
- Chat Interface wrapped around the meeseeks-core. Powered by Streamlit. | ||
- For more information, such as installation, please check out the [Wiki](https://github.com/bearlike/Personal-Assistant/wiki). | ||
|
||
|
||
[Link to GitHub](https://github.com/bearlike/Personal-Assistant) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Home Assistant Conversation Integration for Meeseeks š | ||
|
||
<p align="center"> | ||
<a href="https://github.com/bearlike/Personal-Assistant/wiki"><img alt="Wiki" src="https://img.shields.io/badge/GitHub-Wiki-blue?style=for-the-badge&logo=github"></a> | ||
<a href="https://github.com/bearlike/Personal-Assistant/releases"><img src="https://img.shields.io/github/v/release/bearlike/Personal-Assistant?style=for-the-badge&" alt="GitHub Release"></a> | ||
</p> | ||
|
||
|
||
<table align="center"> | ||
<tr> | ||
<th>Answer questions and interpret sensor information</th> | ||
<th>Control devices and entities</th> | ||
</tr> | ||
<tr> | ||
<td align="center"><img src="../docs/screenshot_ha_assist_1.png" alt="Screenshot" height="512px"></td> | ||
<td align="center"><img src="../docs/screenshot_ha_assist_2.png" alt="Screenshot" height="512px"></td> | ||
</tr> | ||
</table> | ||
|
||
- Home Assistant Conversation Integration for Meeseeks. Can be used with HA Assist ā. | ||
- Wrapped around the REST API Engine for Meeseeks. 100% coverage of Meeseeks API. | ||
- No components are explicitly tested for safety or security. Use with caution in a production environment. | ||
- For more information, such as installation, please check out the [Wiki](https://github.com/bearlike/Personal-Assistant/wiki). | ||
|
||
[Link to GitHub Repository](https://github.com/bearlike/Personal-Assistant) |
Oops, something went wrong.