Releases: Aleks130699/ha-fpp
Release list
v1.1.6-1
Full Changelog: v1.1.6...v1.1.6-1
Username and Password optional
v1.1.6
- Setting up via the user interface
- Added brightness control, requires the Brightness Control Plugin for FPP
- Redesigned the asynchronous mode
- Now it does not give errors if there is no cover image.
(ChatGpt was helpful in reworking the code, because I'm not a strong Python programmer)
What's Changed
- Test by @Aleks130699 in #18
Full Changelog: v1.1.5...v1.1.6
v1.1.5-2-beta
v1.1.5-1
Full Changelog: v1.1.5...v1.1.5-1
Fix: [BUG] Sequences or Playlists with Spaces in Name will not trigger through HomeAssistant #10
v1.1.5
v1.1.4-2
Fix: Deprecated supported_features Values Used by FalconPiPlayer Integration #8
Full Changelog: v1.1.4-1...v1.1.4-2
v1.1.4-1
v1.1.4
Added the ability to specify a username and password for ui fpp
In the configuration:
username: (Default: admin)
password: (Default: falcon)
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Update media_player.py by @Aleks130699 in #6
- Fix unique id by @daviddykeuk in #5
- Update media_player.py by @Aleks130699 in #7
New Contributors
- @daviddykeuk made their first contribution in #5
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Fixing some problems:
The current track position was not displayed
The device was always displayed as available, even if it did not receive any data
The track name was displayed even when nothing was playing
The track name was displayed only if it was a sequence, now if just a music or video file is played, it will also be shown
The device did not have a unique id, which made it impossible to edit it.
Tested on version HA core-2024.2.2
Full Changelog: v1.1.1...v1.1.2