joBr99
fe04cda679
Update nspanel-lovelace-ui.py
2022-10-23 17:17:21 +02:00
joBr99
c33c443082
change date update to hourly for #524
2022-10-22 19:51:00 +02:00
joBr99
7ddb33e491
fix for #512
2022-10-15 13:24:06 +02:00
joBr99
7c0c18d96a
test for #512
2022-10-12 19:23:12 +02:00
joBr99
733f5a16f1
Update pages.py
2022-10-09 21:18:58 +02:00
joBr99
23fc3feb08
fix speed config
2022-10-07 18:12:41 +02:00
joBr99
1ecbfb8d7a
Update pages.py
2022-10-07 17:59:01 +02:00
joBr99
093895610f
Update pages.py
2022-10-07 17:56:31 +02:00
joBr99
e1732bd0b0
Update pages.py
2022-10-07 16:33:02 +02:00
joBr99
8fd48f3d60
Update helper.py
2022-10-06 23:25:54 +02:00
joBr99
3216d83bdd
implements #484 ( #494 )
2022-10-01 10:00:51 +02:00
joBr99
c23e33e16b
get button text for vacuum from frontend translations #470 ( #495 )
2022-10-01 10:00:27 +02:00
joBr99
4c5832ad44
Fix lgtm alerts
2022-10-01 00:48:30 +02:00
joBr99
6e68ac8a6f
Refactor climate icons and allow climate on cardEntities, implements #469 ( #493 )
2022-10-01 00:36:55 +02:00
joBr99
f70ffa168c
implement ha: alias for icons #464 ( #492 )
...
implements a new icon type that can be used to display home assistant templates
2022-10-01 00:10:01 +02:00
joBr99
63fc308993
update code for #371
2022-09-18 19:57:02 +02:00
joBr99
5ead5c38b5
add some code for powercard #371
2022-09-18 19:32:35 +02:00
joBr99
99575eda91
fix for #471
2022-09-17 22:24:30 +02:00
joBr99
7e2169ad5e
bump to version 3.4.0
2022-09-15 20:54:35 +02:00
joBr99
466d73ce52
calc bright before callbacks
2022-09-14 22:54:51 +02:00
joBr99
c10209460a
move callbacks form init to reg call func
2022-09-14 22:51:44 +02:00
joBr99
34efc83448
remove compatibility for updater with old message format
2022-09-14 21:13:55 +02:00
joBr99
fe262b596e
remove debug line
2022-09-14 21:13:35 +02:00
joBr99
2a1068f0a0
start refactoring the way ha api is called
2022-09-14 20:58:51 +02:00
joBr99
49beb194ee
implements #452
2022-09-10 10:50:40 +02:00
joBr99
bb3a2ec0ca
Update pages.py
2022-09-09 16:21:20 +02:00
joBr99
b61f3aa006
implements #447
2022-09-08 17:01:08 +02:00
joBr99
455c1e800c
implement modes for fans in backend #444
2022-09-06 22:59:03 +02:00
joBr99
32bdaa95bf
exapnd action space on climate page
2022-09-06 18:38:40 +02:00
joBr99
f437fc8449
implement dedup for mqtt messages
2022-09-05 21:59:19 +02:00
joBr99
61c6e717e2
implements #437
2022-09-04 20:45:23 +02:00
joBr99
59b7e591e8
Allow dot syntax for services #253
2022-09-04 19:52:12 +02:00
joBr99
043fdfd728
add service button type for #253
2022-09-04 19:43:17 +02:00
joBr99
daa6cb9624
implements #431
2022-09-01 20:40:20 +02:00
joBr99
3cbda875e3
fix binary_sensor
2022-09-01 19:09:40 +02:00
joBr99
95a021b896
refactor entity generation
2022-09-01 18:39:36 +02:00
joBr99
25834734d7
Always recalc brightness
2022-08-30 20:02:14 +02:00
joBr99
453976cd5b
implements #259
2022-08-30 16:56:10 +02:00
joBr99
9bd87e24e0
implements #422
2022-08-30 16:42:50 +02:00
joBr99
1c1398562b
bump to 41 and fix color on screensaver
2022-08-29 21:16:59 +02:00
joBr99
a8259e18ec
Update nspanel-lovelace-ui.py
2022-08-29 18:25:36 +02:00
joBr99
b6c2317ea3
Update pages.py
2022-08-29 17:58:44 +02:00
joBr99
de84808a51
implements #382
2022-08-29 17:48:00 +02:00
joBr99
0418c59fc8
Update controller.py
2022-08-29 15:24:15 +02:00
editter
f946416d7d
Change new line (\n) to add character return (\r\n) ( #416 )
...
On the US Panel for English when multiple entities are open the control panel would put everything on one line instead of adding a new line between each entity, this fix changes that. I don't know if this is an issue for other regions/languages
2022-08-26 20:35:06 +02:00
joBr99
489b7994b4
Update pages.py
2022-08-25 23:16:40 +02:00
joBr99
ee2c547b0c
fixes #415
2022-08-25 20:36:10 +02:00
joBr99
32ab93de27
Update config.py
2022-08-25 18:23:27 +02:00
WM
f28fccc8a2
Alarm Panel icon color with status entity ( #411 )
2022-08-24 18:51:52 +02:00
WM
bace524fb4
Possibility to overwrite in config supported_features of an Alarm Control Panel to resolve #352
...
Example:
```
cards:
- type: cardAlarm
title: Alarm Test 1
entity: alarm_control_panel.alarmo
supportedFeatures: 14
```
* add docs for suportedModes
Co-authored-by: Johannes <johannes+develop+github@braun-rheingau.de >
2022-08-24 17:44:34 +02:00