Skip to content

Commit

Permalink
2024.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Jan 27, 2024
1 parent b5865dd commit e137257
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## What's Changed
* Implement mfa in auth flow, close #246 close #250 close #254 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/260
* Add Kubernetes support with Helm deployment by @TheIronRock95 in https://github.com/matt8707/ha-fusion/pull/231
* Weather Forecast Icons Fix by @EvanBarbour3 in https://github.com/matt8707/ha-fusion/pull/268
* Weather Forecast Icons On Safari by @EvanBarbour3 in https://github.com/matt8707/ha-fusion/pull/271
* Revert hass_url configuration option by @matt8707 in https://github.com/matt8707/ha-fusion/pull/272
* Button right padding closes #213 by @carsten-walther in https://github.com/matt8707/ha-fusion/pull/281
* Rename the internal api to avoid conflicts with hass by @matt8707 in https://github.com/matt8707/ha-fusion/pull/293
* Fix ui bugs in camera, image and map by @matt8707 in https://github.com/matt8707/ha-fusion/pull/294
* Update proxy and auth flow by @matt8707 in https://github.com/matt8707/ha-fusion/pull/295
* Select keepFocus fix #220 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/296
* Fix ipad view bug close #62 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/297

## New Contributors
* @TheIronRock95 made their first contribution in https://github.com/matt8707/ha-fusion/pull/231
* @carsten-walther made their first contribution in https://github.com/matt8707/ha-fusion/pull/281

**Full Changelog**: https://github.com/matt8707/ha-fusion/compare/2024.1.7...2024.1.8
**Full Changelog**: https://github.com/matt8707/ha-fusion/compare/2024.1.8...2024.1.9
7 changes: 5 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# required configuration options
name: Fusion
version: 2024.1.8
version: 2024.1.9
slug: ha_fusion
description: A modern, easy-to-use and performant custom Home Assistant dashboard
arch:
Expand All @@ -24,7 +24,10 @@ apparmor: true
ingress: true
ingress_stream: true

# ports to expose, null defaults to disabled
# enable api to get host port
hassio_api: true

# port to expose, null defaults to disabled
ports:
8099/tcp: null

Expand Down
Binary file modified logo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/with-contenv bashio

export HASS_PORT=$(bashio::core.port)
export EXPOSED_PORT=$(bashio::addon.port "8099/tcp")

echo "Starting Fusion..."

node server.js

0 comments on commit e137257

Please sign in to comment.