Edward Firmo
5a01431670
Resolving merging conflicts with #541
2023-03-27 00:46:20 +02:00
Blackymas
7c90677d99
Merge pull request #544 from Blackymas/beta
...
v3.2.1 - new features and fixes
v3.2.1
2023-03-26 22:28:01 +02:00
Blackymas
fe65530eb5
Merge pull request #542 from Blackymas/dev
...
v3.2.1 - new features and fixes
2023-03-26 22:27:33 +02:00
Edward Firmo
ecd806b1c5
Update clock at the beginning of each minute
...
As it is now, using `minutes: "/1"`, the time will update every minute, but that could happen when lots of seconds has passed on that minute, making possible the displayed time to be up to 59s late.
By changing that to `seconds: 0` if forces the update in the same rate, but always in the first second of a minute, keeping the displayed time always updated.
2023-03-26 22:26:55 +02:00
Chris
72e59947b6
Merge pull request #541 from deejaybeam/dev
...
fix: remove unneeded home.hotwater.pic
2023-03-26 21:15:33 +02:00
Chris
8869eb2f67
Merge branch 'Blackymas:dev' into dev
2023-03-26 21:14:55 +02:00
deejaybeam
c7c54261cb
Merge branch 'dev' of https://github.com/deejaybeam/NSPanel_HA_Blueprint into dev
2023-03-26 21:14:25 +02:00
deejaybeam
27185ea88c
fix: remove unneeded home.hotwater.pic
2023-03-26 21:14:14 +02:00
Chris
bfe2c65bfd
Merge pull request #540 from deejaybeam/dev
...
upd: blank.tft
2023-03-26 21:10:32 +02:00
Chris
45dafc3d0d
Merge branch 'Blackymas:dev' into dev
2023-03-26 21:09:41 +02:00
Blackymas
c9c31bba57
size for the Date field
2023-03-26 20:54:13 +02:00
Chris
485e5cc8d2
Merge branch 'dev' of https://github.com/deejaybeam/NSPanel_HA_Blueprint into dev
2023-03-26 19:59:44 +02:00
Chris
175c927ee8
upd: blank.tft
2023-03-26 19:59:38 +02:00
Edward Firmo
4392bf251b
Fix variable name hotwater_pic_on -> hotw_bt_on
...
Trying to avoid merging conflict with #538
2023-03-26 17:54:06 +02:00
Edward Firmo
9616ea4c8f
Merging weather01 page into the others
...
- All the weather pages now shares the same code, increasing standardization
- Support for other forecast parameters when supported by the integration
- Removed empty rows between the forecast parameters
2023-03-26 17:21:10 +02:00
Edward Firmo
2a9162e809
Removing empty sequences
...
This probably isn't an issue, but a sequence shouldn't be empty.
2023-03-26 16:11:39 +02:00
Blackymas
df976b0a90
Merge pull request #533 from Blackymas/dev
...
v3.2.1 - new features and fixes
2023-03-26 00:44:23 +01:00
Chris
220b5fb02b
Merge pull request #532 from deejaybeam/dev
...
fix: remove hp-bottons on disable in blueprint
2023-03-26 00:41:11 +01:00
deejaybeam
a0a0d16af7
fix: remove hp-bottons on disable in blueprint
2023-03-26 00:40:42 +01:00
Blackymas
f97b298d00
repositioning date and time
2023-03-26 00:19:18 +01:00
Chris
6feba8a56d
Merge pull request #531 from deejaybeam/dev
...
upd: remove unneeded link
2023-03-25 23:50:25 +01:00
deejaybeam
0ff61a2e4a
upd: remove unneeded link
2023-03-25 23:49:53 +01:00
Blackymas
aee6e7bb57
repositioning date
2023-03-25 23:45:05 +01:00
Chris
602a58cc40
Merge pull request #530 from deejaybeam/dev
...
fix: hw-button hold display
2023-03-25 23:36:57 +01:00
Chris
5e45641687
Merge branch 'Blackymas:dev' into dev
2023-03-25 23:36:19 +01:00
deejaybeam
8b2beec50c
fix: hw-button long press display
2023-03-25 23:26:44 +01:00
Blackymas
3278de673a
new time format
2023-03-25 23:19:11 +01:00
Blackymas
3cf5fb3eeb
new time format
2023-03-25 23:15:56 +01:00
Chris
d53a34b83f
Merge pull request #529 from deejaybeam/dev
...
upd: reload automation triggers page refresh
2023-03-25 15:29:05 +01:00
deejaybeam
e4f0dba8fa
upd: reload automation triggers page refresh
2023-03-25 15:28:08 +01:00
Chris
3ea33a6dfa
Merge pull request #528 from deejaybeam/dev
...
upd: blueprint version 3.2.1
2023-03-25 12:42:48 +01:00
deejaybeam
6b11ffb7cf
upd: bluleprint version 3.2.1
2023-03-25 12:41:54 +01:00
Chris
3047204272
Merge pull request #527 from edwardtfn/patch-20
...
Add support to `input_boolean` to chips
2023-03-25 12:37:56 +01:00
Chris
61af338a96
Merge pull request #522 from edwardtfn/patch-18
...
Fix for warning "list object has no element n"
2023-03-25 12:35:25 +01:00
Chris
729414944b
Merge pull request #521 from edwardtfn/patch-17
...
Fix "Loading..." when selected before RGB picker
2023-03-25 12:34:29 +01:00
Chris
22dbd2814b
Merge pull request #519 from bakito/patch-2
...
Ignore IntelliJ IDEA project directory
2023-03-25 12:34:00 +01:00
Edward Firmo
44836d1e4d
Add support to input_boolean to chips
...
- Chips now supports `input_boolean` entities (Toggle Helpers).
This resolves #479 .
2023-03-25 07:37:33 +01:00
Edward Firmo
881c50dd1f
Code refactoring - Weather & Climate
...
Code refactoring on Weather and Climate entities/pages in order to make easier to maintain and understand.
2023-03-24 23:52:45 +01:00
Edward Firmo
ce7dfb1423
Fix for warning "list object has no element n"
...
Fix for the following error happening when opening climate page (and maybe other pages also):
```
Template variable warning: list object has no element 3 when rendering '{%- if settings_entity_value != "unknown" and settings_entity_value.split(',') | count >= 3 -%} {{ settings_entity_value.split(',')[3] }} {%- else -%} unknown {%- endif -%}'
```
2023-03-24 18:41:41 +01:00
Edward Firmo
c45bd4057f
Fix "Loading..." when selected colors before 3.2.1
...
- Fix for "Loading..." taking forever when a color was selected prior to the new RGB picker and was not updated.
* This is no fixing the input itself, so users still having to pick a color again with the new selector, but the panel won't get stuck on "Loading..." before the new color selection is made.
2023-03-24 11:14:15 +01:00
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