12 Commits

Author SHA1 Message Date
f5c6e9e0aa Show media album and TV show details on media screens 2024-05-21 21:15:22 +01:00
74bcebb31f Remove unused function 2024-05-17 20:49:32 +01:00
ea07932714 [FIX] Song changes should be recognised when scrolling text is enabled
Data was not being pulled from HA when re-drawing the whole screen for scrolling text
2024-05-17 01:17:56 +01:00
97d18a67c8 [FIX] Enable text scrolling if required when song changes 2024-05-17 01:12:50 +01:00
7d27767915 Enable scrolling text for media artist 2024-05-17 01:04:24 +01:00
a0e524a8b1 Enable text scrolling (banner-style) on media title 2024-05-17 00:48:41 +01:00
f0546a1634 Display play/pause icon on media screens 2024-05-16 23:53:21 +01:00
5976fdb1e8 Improve spacing on lights screens
Give additional space for header at top - shrink grid vertically
2024-05-16 23:53:06 +01:00
2d3e8d9224 [FIX] Brightness adjustment
Ensure current brightness value is used in calculations, not the previous one
Ensure holding volume buttons continues to change volume, even if data hasn't been refreshed from remove
2024-05-16 23:52:37 +01:00
7547f612f5 Tidy up logging 2024-05-16 23:51:01 +01:00
ae8e42d68f Save RAM and improve volume changes
Save RAM by optimising imports and reducing class usage
Change volume by 8% each time, using saved volume value and only one query. Minimum volume is 1% and max is 100%. Queries are not run if decreasing volume from 1% or increasing from 100%
2024-05-16 22:55:51 +01:00
014a9174df Modularise screens 2024-05-16 21:03:50 +01:00