Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikepruett3/homeassistant-desktop
A simple Home Assistant Desktop application, built using Electron.js
https://github.com/mikepruett3/homeassistant-desktop
desktop-app desktop-application electron electron-app homeassistant
Last synced: about 1 month ago
JSON representation
A simple Home Assistant Desktop application, built using Electron.js
- Host: GitHub
- URL: https://github.com/mikepruett3/homeassistant-desktop
- Owner: mikepruett3
- License: mit
- Created: 2023-02-25T07:58:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T00:30:57.000Z (7 months ago)
- Last Synced: 2024-06-04T02:12:35.267Z (7 months ago)
- Topics: desktop-app, desktop-application, electron, electron-app, homeassistant
- Language: JavaScript
- Homepage:
- Size: 961 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Assistant Desktop
![HomeAssistantDesktop](https://github.com/mikepruett3/homeassistant-desktop/blob/main/images/HomeAssistant.png?raw=true)
Home Assistant Desktop is a simple Desktop application for viewing Home Assistant sites, built using [ElectronJS](https://www.electronjs.org).
## Features
- Remove Stored URL
- Control for Hardware Acceleration## Installation
Dowload the latest [release](https://github.com/mikepruett3/homeassistant-desktop/releases) for Windows, Linux and MacOS.
For Windows... a standard Exectuable is provided, as well as a NuGet package. RPM and DEB packages are availbe for Linux Distrubtions (not tested!).
## Launching
To run, just launch the executable via the Desktop Shortcut, or the Executable directly.
## Building
To build locally, clone the repository and install the dependencies.
```powershell
git clone https://github.com/mikepruett3/homeassistant-desktop.git
cd homeassistant-desktop
npm install
```To run the application locally.
```powershell
npm run test
```To build the application installer.
```powershell
npm run make
```## Dependencies
- electron
- electron-forge
- electron-store
- publisher-github## Errata
Logo borrowed from [Wikipedia](https://commons.wikimedia.org/wiki/File:Home_Assistant_Logo.svg)