Marc Brugger
3401340563
Ignore IntelliJ IDEA project directory
2023-03-24 07:36:56 +01:00
Chris
7f7d496beb
Merge pull request #476 from bakito/patch-1
...
Add Home Assistant Icon Page to blueprint
2023-03-23 22:34:38 +01:00
Chris
c7ec9f97b7
Merge pull request #510 from edwardtfn/patch-13
...
Support to date & time formats
2023-03-23 22:23:24 +01:00
Chris
3c58a29e73
Merge pull request #513 from edwardtfn/patch-15
...
Fix error related to dict not containing on/off
2023-03-23 22:04:44 +01:00
Chris
7fd5658630
Merge pull request #514 from edwardtfn/patch-16
...
Fix for "Error rendering data template"
2023-03-23 22:03:28 +01:00
Chris
81f6783ca1
Merge pull request #518 from deejaybeam/dev
...
fix: Nspanel stays on loading
2023-03-23 21:55:25 +01:00
deejaybeam
cf430fc1a8
fix: Nspanel stays on loading
2023-03-23 21:54:39 +01:00
Chris
7f6c9c696b
Merge pull request #516 from deejaybeam/dev
...
upd: use rgb color-picker
2023-03-23 14:48:29 +01:00
deejaybeam
7580a38b4f
upd: use rgb color-picker
2023-03-23 14:47:31 +01:00
Edward Firmo
14532444bc
Fix for "Error rendering data template"
...
This fix the following error which happens when an entity with a non-numeric value ('unknown', 'unavailable', some text, etc.) is sent to the device:
```
Error: Error rendering data template: ValueError: Template error: round got invalid input 'Geen' when rendering template '{{ states(repeat.item.entity) |round(1) }}{{ state_attr(repeat.item.entity, "unit_of_measurement") }}' but no default was specified
```
This may also implement the feature requested in #490
2023-03-23 12:50:49 +01:00
Edward Firmo
f2a424027d
Fix error related to dict not containing on/off
...
Replace dict key names where reserved names (on/off) have been used.
2023-03-23 12:17:22 +01:00
Edward Firmo
f038eaed87
Support to date & time formats
...
This add the support to user selected date and time formats.
The following formats are supported now:
- Date formats:
- EU: 22.03
- UK: 22/03
- US: 3/22
- Time formats:
- EU/UK: 13:30
- US: 1:30 AM/PM (the AM7PM info will be depending on updates on TFT file)
2023-03-23 07:01:31 +01:00
Chris
3f00773927
Merge pull request #509 from edwardtfn/patch-12
...
Fix for slow response with "Loading..."
2023-03-22 21:44:38 +01:00
Chris
7e63a4cb18
Merge pull request #508 from edwardtfn/patch-11
...
Removed incorrect instance of `- choice`
2023-03-22 21:44:21 +01:00
Chris
e6fd475947
Merge pull request #498 from edwardtfn/patch-9
...
Optimizing Multilingual User Interface
2023-03-22 21:44:00 +01:00
Chris
1869f8023d
Merge pull request #482 from edwardtfn/patch-8
...
Simplifying code - Input area
2023-03-22 21:43:25 +01:00
Edward Firmo
860f5ddbba
Fix for slow response with "Loading..."
...
- Fix the error where a missing/invalid entity causes the panel to slow down when opening a new page or keeps with "Loading..." on the screen until it timeouts.
This will probably fix #493
2023-03-22 20:28:01 +01:00
Edward Firmo
218ef94c9c
Removed incorrect entry of - choice
...
This was probably a copy/paste mistake. ;)
2023-03-22 19:39:49 +01:00
Edward Firmo
730e0acd99
Removed multiple instances of list of days
2023-03-22 16:37:16 +01:00
Marc Brugger
c8afa129b5
remove .idea
2023-03-22 11:06:11 +01:00
Blackymas
ee0c21128d
Merge pull request #502 from Blackymas/beta
...
Fix Notifications
2023-03-21 20:29:06 +01:00
Edward Firmo
1aed46b71f
Optimizing Multilingual User Interface
...
- Optimizing MUI (Multilingual User Interface) code in order to make easier add new languages and to read the code. It will probably consume a bit less resources by reducing the number of `if..elif...` and by removing a bunch of `string.replace`.
- Language selection list sorted alphabetically in order to make easier to find
2023-03-21 17:52:02 +01:00
Blackymas
4e38a928fc
Merge pull request #488 from Blackymas/dev
...
Fix Notification
2023-03-20 20:46:33 +01:00
Blackymas
d58ba87dbb
Fix Notification
2023-03-20 20:45:31 +01:00
Edward Firmo
640e245cf8
Simplifying code - Input area
...
Used YAML alias to simplify the code in the `input:` area. This will make easier to maintain as it creates single points of changes, promoting consistence.
2023-03-20 15:23:59 +01:00
Marc Brugger
f056dace88
Add Home Assistant Icon Page and link to color converter to blueprint
2023-03-19 19:16:11 +01:00
Blackymas
3211f44770
Merge pull request #468 from Blackymas/beta
...
v.3.2 - New features and custom configurations
v.3.2
2023-03-19 13:22:58 +01:00
Blackymas
bd5b1303f2
Merge pull request #466 from Blackymas/dev
...
fix value 03 position
2023-03-19 13:21:21 +01:00
Blackymas
8ff0cad379
fix value 03 position
2023-03-19 13:20:54 +01:00
Blackymas
fdcd37c6d0
Merge pull request #458 from Blackymas/dev
...
fixes
2023-03-18 00:56:56 +01:00
Blackymas
6a464325d7
remove obsolete spaces
2023-03-18 00:50:29 +01:00
Blackymas
3af0c20670
Merge pull request #456 from Floppe/homesensor
...
Fix so homepage works when one of home values 01-03 is unavailable.
2023-03-18 00:37:10 +01:00
Blackymas
7ee10d4ca6
Merge pull request #445 from edwardtfn/patch-4
...
Fix warning on settings_entity_value
2023-03-18 00:36:17 +01:00
Blackymas
884c8d91e6
Merge pull request #457 from Blackymas/dev
...
changed component id boot and sleep
2023-03-17 23:18:10 +01:00
Blackymas
07b8e99b01
change component id boot and sleep
2023-03-17 23:17:16 +01:00
Blackymas
d74b70f864
change component id for repot and sleep
2023-03-17 23:13:47 +01:00
Joachim Wickman
e70fcd54eb
Fix so home page works when one of home values 01-03 is unavailable.
...
Signed-off-by: Joachim Wickman <joachim@wickman.in >
2023-03-17 09:00:34 +02:00
Blackymas
ea5b80e3b8
Merge pull request #450 from Blackymas/dev
...
fixed heating button
2023-03-15 20:39:13 +01:00
Blackymas
b5cd83240f
fixed heating button
2023-03-15 20:37:37 +01:00
Edward Firmo
7d241d1400
Fix warning on settings_entity_value
...
Fix warning message:
Template variable warning: list object has no element 3 when rendering '{%- if settings_entity_value != "unknown" -%} {{ settings_entity_value.split(',')[3] }} {%- else -%} unknown {%- endif -%}'
2023-03-15 08:29:08 +01:00
Blackymas
ee2e1d53d2
Merge pull request #441 from Blackymas/dev
...
fix lightslider
2023-03-14 22:18:13 +01:00
Blackymas
36e0344345
fix lightslider
2023-03-14 22:17:37 +01:00
Blackymas
eb6eebfd46
Merge pull request #427 from Blackymas/dev
...
fix button issue
2023-03-13 00:31:25 +01:00
Blackymas
0de7850c39
fix button issue
2023-03-13 00:31:02 +01:00
Blackymas
5f1d2b9d10
Merge pull request #424 from Blackymas/dev
...
rdy for 3.2
2023-03-12 21:51:17 +01:00
Blackymas
0abd5531cb
bug fixes
2023-03-12 21:29:41 +01:00
Blackymas
0fdcd088ec
tft rdy for v3.2
2023-03-12 21:20:56 +01:00
Blackymas
29df75263b
Merge pull request #395 from Blackymas/dev
...
lightslider jump to page change
2023-03-06 08:50:52 +01:00
Blackymas
5035b89956
lightslider jump to page change
2023-03-06 08:48:26 +01:00
Blackymas
9de5abff25
Merge pull request #394 from Blackymas/dev
...
new slider function for brightness, temp color, color and cover
2023-03-06 01:12:05 +01:00