[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Home Assistant Fusion UI #1185

Merged
merged 12 commits into from
Sep 18, 2024
Next Next commit
add fusion
  • Loading branch information
joaovictor-local committed Jul 3, 2024
commit c62ad5cbf2c2df7dad92655ea68c041a3c300b1e
Empty file.
14 changes: 14 additions & 0 deletions home-assistant-fusion-ui/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3.7"

services:
web:
image: ghcr.io/matt8707/ha-fusion@sha256:bd396be1a077374dccadb47656b95137f93f15b7c76547a5ff29316dda9ea903
restart: on-failure
network_mode: bridge
user: 1000:1000
ports:
- 5023:5050
volumes:
- ${APP_DATA_DIR}/data/fusion:/app/data
environment:
HASS_URL: http://10.32.0.1:8123
24 changes: 24 additions & 0 deletions home-assistant-fusion-ui/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
manifestVersion: 1
id: home-assistant-fusion-ui
name: Home Assistant Fusion UI
tagline: A modern, easy-to-use and performant custom Home Assistant dashboard
category: automation
version: "2024.6.1"
port: 5023
description: >-
HA-Fusion (Home Assistant Fusion UI) is an alternative frontend for the Home Assistant dashboard,
inspired by the sleek and intuitive design of the iOS Home app. While it does not manage integrations,
HA-Fusion aims to provide a highly customizable and visually appealing interface for users looking
to enhance their Home Assistant experience.

developer: Mattias Persson
website: https://github.com/matt8707/ha-fusion
submitter: João Victor
submission: https://github.com/getumbrel/umbrel-apps/pull/1185
support: https://github.com/matt8707/ha-fusion/discussions
gallery: []
releaseNotes: ""
dependencies:
- home-assistant

path: ""