Johannes
413401b1f9
Update nspanel-lovelace-ui.py
2022-03-19 18:26:12 +01:00
Gerard
e5b4fb4743
Change to f-string
2022-03-19 17:58:11 +01:00
Johannes
6124a24887
fixed function call
2022-03-19 16:47:41 +01:00
Johannes
39e44bc820
fixed state callback
2022-03-19 16:23:23 +01:00
Johannes Braun
90e2b1622b
fixed callback
2022-03-19 14:46:03 +01:00
Johannes Braun
9f8be27835
changed to new entities msg format
2022-03-19 14:30:24 +01:00
Gerard
6fd1ddb432
Add localization for weather forecast
...
Show the day in local format for the weather forecast
2022-03-17 21:21:59 +01:00
Johannes
b5e3133d77
added localization support for date
2022-03-16 23:39:36 +01:00
Johannes Braun
4d27f2f485
display light detail in correct mode
2022-03-16 17:37:21 +01:00
Johannes
96b136c194
change missing colors
2022-03-14 19:52:46 +01:00
Johannes
292c372060
Added Icons on Therm Page
2022-03-14 19:14:10 +01:00
Johannes
580681eb73
Implemented safe values for thermo page
2022-03-13 23:23:58 +01:00
Johannes
dc2aea3ffc
Update nspanel-lovelace-ui.py
2022-03-13 19:12:41 +01:00
Johannes
4af3449491
Update nspanel-lovelace-ui.py
2022-03-13 19:09:25 +01:00
Johannes
85d1de3c19
Update nspanel-lovelace-ui.py
2022-03-13 19:07:07 +01:00
Johannes
cdda0d9601
fix for device_class in sensor item
2022-03-13 18:24:07 +01:00
Johannes
af618b0f12
added error messages for apps.yaml missconfiguration
2022-03-13 15:24:48 +01:00
Johannes
7f360e3fa6
fixed detail page shutter
2022-03-13 01:02:43 +01:00
Johannes
19dbda638e
unified names
2022-03-13 00:48:52 +01:00
Johannes
05c6bf8770
Update nspanel-lovelance-ui.py
2022-03-13 00:35:18 +01:00
Johannes
c61c064fb4
Added "hs" to color modes for color wheel
2022-03-12 23:35:13 +01:00
Johannes
7c093d688b
added rgbw to color modes for color wheel
2022-03-12 23:32:00 +01:00
Johannes Braun
72f9af1175
fix bug on light page #2
2022-03-12 19:49:58 +01:00
Johannes Braun
c93ad3ce13
bugfix on light detail page
2022-03-12 19:33:21 +01:00
Johannes Braun
87c6f4711e
implemented color wheel and external detail update
2022-03-12 18:14:56 +01:00
Johannes
980c9da326
update timeout handling in backend
2022-03-11 20:25:16 +01:00
Johannes
58223b9305
fail silently on missconfigured items and do not longer raise exception
2022-03-10 20:21:54 +01:00
Johannes
a3992c044a
Update nspanel-lovelance-ui.py
2022-03-09 15:42:20 +01:00
Johannes
883a86060d
Update nspanel-lovelance-ui.py
2022-03-09 15:30:40 +01:00
Johannes
dad7b2f068
Merge branch 'main' into patch-1
2022-03-09 15:29:43 +01:00
Johannes
67d64e5211
Change weather callback to every 10 minutes
2022-03-09 15:27:42 +01:00
Gerard
72ea8a7cfe
Change weather interval to 15 minutes
...
As discussed in #26 .
2022-03-09 15:23:06 +01:00
Gerard
7738ed7ed3
Show weather data directly when screensaver opens
...
As discussed in #26 .
2022-03-09 15:12:28 +01:00
Johannes
835f548094
Remove unused imports
2022-03-09 12:44:57 +01:00
Gerard
1775ba3cb1
Show days in weather forecast
2022-03-09 12:06:56 +01:00
Johannes Braun
e67963d357
added initial implementation of weather
2022-03-09 00:25:54 +01:00
Johannes Braun
ff70affbad
altered timeout command and added weather to screensaver page in display firmware
2022-03-08 22:14:07 +01:00
Gerard
3589fd39e8
Some textual updates
...
Import of hassapi can be simplified-> https://appdaemon.readthedocs.io/en/latest/CONFIGURE.html?highlight=import%20hassapi%20as%20hass#configuring-a-test-app
2022-03-08 00:33:02 +01:00
Gerard
16ca18cfd9
Fix indent
...
Found this while the media buttons didn't work anymore
2022-03-07 23:46:30 +01:00
Johannes Braun
a0eb57a76f
fixed calculating current dim value
2022-03-07 21:32:47 +01:00
Johannes Braun
ff169c6e07
raise exeption in case an configured item doesn't exist
2022-03-07 21:15:54 +01:00
Johannes Braun
08be5f1cf4
added palette icon for scenes
2022-03-07 21:02:32 +01:00
Matthijs
bbaef762bc
Merge branch 'main' into patch-3
2022-03-07 20:50:20 +01:00
Johannes Braun
bc4625798f
initzialize dim value correctly after config change
2022-03-07 20:39:16 +01:00
Matthijs
f77327cf7b
Added support for scenes
...
Perhaps you want to use a different icon? I choose the musical notes because yeah that is sometimes used :)
But hey at least this works for me! We can also add another button type ('scene') to get rid of the `startswith` method but then I'll need to look into the Nextion editor I guess.
2022-03-07 19:16:17 +01:00
Johannes Braun
68ee8b56ca
Merge branch 'main' of github.com:joBr99/nspanel-widget-ui
2022-03-07 18:27:26 +01:00
Johannes Braun
574c717e31
changed log level of messages to debug
2022-03-07 18:27:19 +01:00
Matthijs
533b88aa30
Added support for HomeAssistant input_button
...
I only recently started using HomeAssistant, not sure if `button` is incorrect (and can be removed) but for me at least when I create a 'helper'/button it is of type `input_button`.
2022-03-07 17:59:02 +01:00
Johannes Braun
8f5f9c00f4
adjust volume range
2022-03-07 17:52:56 +01:00
Johannes Braun
d68b6f7d98
fix pos/vol slider service
2022-03-07 17:40:41 +01:00