Johannes
9a27be66c9
Update controller.py
2023-02-12 21:29:54 +01:00
Johannes
ffb917f538
Update controller.py
2023-02-09 20:31:32 +01:00
Johannes
21d2a19c4e
Update pages.py
2023-02-04 21:50:22 +01:00
Johannes
216cd937df
Update nspanel-lovelace-ui.py
2023-02-04 17:46:49 +01:00
joBr99
6b120f292e
Add navNext, navPrev for hardware button navigation #749
2023-02-03 20:00:39 +01:00
joBr99
ba6bbeb341
remove unneeded paramters in weather update
2023-02-02 20:44:19 +01:00
joBr99
d70d2f18fb
Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui
2023-02-01 23:14:41 +01:00
joBr99
7349a51194
limit chars for power on us-p
2023-02-01 23:14:30 +01:00
joBr99
079d194668
Update pages.py
2023-02-01 22:54:56 +01:00
joBr99
5050e430ec
implement cooldown config option for cards
2023-02-01 22:44:18 +01:00
joBr99
0ca1982ebc
implement effect fav list
2023-02-01 22:16:50 +01:00
joBr99
05fadefc65
Update nspanel-lovelace-ui.py
2023-01-31 21:52:05 +01:00
joBr99
937a7108c9
Update nspanel-lovelace-ui.py
2023-01-31 21:47:02 +01:00
joBr99
5e2cc40b13
Update nspanel-lovelace-ui.py
2023-01-31 21:44:55 +01:00
illuzn
f68e602bdf
Slight color tweaks ( #731 )
...
Sorry for being a pedant...
I personally tweaked some of the colors because they look better (e.g. 100% red doesn't show very well but making it a slight greyish red shows up much more visibly).
2023-01-31 12:14:32 +01:00
joBr99
ec97030cbc
implement new cardpower format
2023-01-30 21:17:28 +01:00
joBr99
d6bcdddae6
Update nspanel-lovelace-ui.py
2023-01-30 20:35:38 +01:00
joBr99
9fe1dd8cb3
Update pages.py
2023-01-30 20:17:43 +01:00
joBr99
9c8deb9f59
Update icon_mapping.py
2023-01-30 17:43:27 +01:00
joBr99
48979fdc65
Update pages.py
2023-01-30 17:18:20 +01:00
joBr99
7e2370ece7
implement value override on cardpower
2023-01-29 23:14:20 +01:00
joBr99
6d1661d6bd
Update nspanel-lovelace-ui.py
2023-01-29 22:20:50 +01:00
joBr99
3c6c00739b
fix theme
2023-01-29 22:20:03 +01:00
joBr99
7f0cc453c0
fix theme
2023-01-29 21:56:58 +01:00
joBr99
8dfe5e87d4
fix theme
2023-01-29 21:29:44 +01:00
joBr99
516a2dc000
implement #449
2023-01-29 20:16:19 +01:00
joBr99
6c17311500
partly implement #389
2023-01-29 18:29:04 +01:00
joBr99
e6c1f7f781
Update nspanel-lovelace-ui.py
2023-01-29 17:18:23 +01:00
joBr99
005ee04e6d
Update pages.py
2023-01-24 12:06:01 +01:00
joBr99
322f07b133
implements #272
2023-01-22 14:19:18 +01:00
joBr99
8ed59fb8f1
sync some more changes to US-P
2023-01-22 12:49:55 +01:00
joBr99
58bc0c1f1e
refactor screensaver
2023-01-21 21:32:10 +01:00
joBr99
87b6a134b5
new alt screensaver
2023-01-21 00:07:11 +01:00
joBr99
c177e2d639
add docs
2023-01-14 15:14:11 +01:00
joBr99
ebe1d82924
some final cleanup of power page
2023-01-14 14:46:46 +01:00
joBr99
1eece44be5
Update pages.py
2023-01-12 22:37:30 +01:00
joBr99
bb5f2286e7
Update pages.py
2023-01-12 22:18:07 +01:00
joBr99
c81e073b15
fix
2023-01-09 19:14:17 +01:00
joBr99
716db705c2
Update nspanel-lovelace-ui.py
2023-01-07 11:41:23 +01:00
joBr99
701a4a4c31
bump version to 3.8.2
2023-01-06 14:44:44 +01:00
joBr99
72f127d3f9
fixes #670
2023-01-06 14:38:48 +01:00
joBr99
0124ecc165
Fix Prev/Next UUID Assignment in #665 Implementation fixes #669
2023-01-06 01:22:05 +01:00
joBr99
dee309788c
Update nspanel-lovelace-ui.py
2023-01-05 21:09:31 +01:00
Daniel Albert
fa916931c1
Make neighbor card generation work in Python < 3.10 ( #665 )
...
Co-authored-by: Daniel Albert <esclear@users.noreply.github.com >
Co-authored-by: Johannes <johannes+develop+github@braun-rheingau.de >
2023-01-04 21:18:38 +01:00
joBr99
c692c7fb56
fix template None template call
2023-01-04 20:51:13 +01:00
joBr99
62c429d51e
use shorter custom ids instand of uuid
2023-01-04 19:44:40 +01:00
joBr99
12df30b018
implements #633
2023-01-04 18:07:59 +01:00
kayvenm
0cd3045340
Fix for empty detail page after change on previous page ( #662 )
...
* Update mqtt.py
Allow force sending duplicate messages
* Update pages.py
Allow forcing sending MQTT message when the detail page is initially generated
* Update controller.py
Set is_open_detail to True when generate_xx_detail_page is called from detail_open
2023-01-03 14:14:06 +01:00
joBr99
925e34e136
Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui
2022-12-30 14:00:14 +01:00
joBr99
42034c2054
implements #652
2022-12-30 13:59:57 +01:00