Skip to content

Commit

Permalink
2024.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Jan 24, 2024
1 parent 0f78ac0 commit b5865dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## What's Changed
* Remove unused 'youtube' from settings, closes #239 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/240
* Fix issue where certain icons didn't display properly by @matt8707 in https://github.com/matt8707/ha-fusion/pull/242
* Update default time logic by @matt8707 in https://github.com/matt8707/ha-fusion/pull/243
* Implement auth flow by @matt8707 in https://github.com/matt8707/ha-fusion/pull/244
* Allow section name to be empty, close #129, close #130, close #232 by @matt8707 in https://github.com/matt8707/ha-fusion/pull/245
* Weather forecast sidebar component by @EvanBarbour3 in https://github.com/matt8707/ha-fusion/pull/175
* 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

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

**Full Changelog**: https://github.com/matt8707/ha-fusion/compare/2024.1.6...2024.1.7
**Full Changelog**: https://github.com/matt8707/ha-fusion/compare/2024.1.7...2024.1.8
9 changes: 1 addition & 8 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.7
version: 2024.1.8
slug: ha_fusion
description: A modern, easy-to-use and performant custom Home Assistant dashboard
arch:
Expand Down Expand Up @@ -28,12 +28,5 @@ ingress_stream: true
ports:
8099/tcp: null

# options
options:
hass_url: null

schema:
hass_url: str

# docker hub
image: matt8707/addon-ha-fusion-{arch}
3 changes: 0 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/with-contenv bashio

HASS_URL=$(bashio::config 'hass_url')
export HASS_URL

echo "Starting Fusion..."

node server.js
5 changes: 0 additions & 5 deletions translations/en.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
configuration:
hass_url:
name: Home Assistant URL
description: "Required. This can be any Home Assistant instance. Example: http://192.168.1.100:8123"

network:
8099/tcp: "Optional. Port to expose externally, bypassing Ingress. Example: 5050"

0 comments on commit b5865dd

Please sign in to comment.