-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
9 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
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 |
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,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 |