Commit Graph

2449 Commits

Author SHA1 Message Date
joBr99
51e7943c2b Update README.md 2022-08-29 10:07:24 +02:00
joBr99
e11f6c078e Update iobroker-install.md 2022-08-28 17:20:06 +02:00
Armilar
c11c6165ab Update README.md
New Tutorials
2022-08-28 16:11:52 +02:00
Armilar
dbec89e0cc v3.2.0: New Feature based on Code-Refactoring (ioBroker TypeScript) by klein0r
- pageItem with CIE (XY) parameters for ColorWheel (control for e.g. Deconz colors where Hue does not work)
- minute change (with 30 seconds delay) between data points and WeatherForecast in the screensaver
- Bug fix : TFT v:3.2.0 in GenerateDetailPage: Color-Language not via findLocales, because not included in language file
2022-08-28 15:57:26 +02:00
Armilar
44ec436bfc v3.2.0: New Feature based on Code-Refactoring (ioBroker TypeScript) by klein0r
- minute change (with 30 seconds delay) between data points and WeatherForecast in the screensaver
- Bug fix : TFT v:3.2.0 in GenerateDetailPage: Color-Language not via findLocales, because not included in language file
2022-08-28 15:47:22 +02:00
joBr99
7bfd49758f Update mkdocs.yml 2022-08-28 12:06:35 +02:00
joBr99
e344492232 Update prepare_nspanel_ioBroker.md 2022-08-28 12:02:28 +02:00
joBr99
b3570bfa44 Fix link 2022-08-28 11:56:02 +02:00
joBr99
e6ee201bf6 Rename prepare_nspanel2.md to prepare_nspanel_ioBroker.md 2022-08-28 11:53:33 +02:00
joBr99
430e7bd45d Update prepare_nspanel2.md 2022-08-28 11:52:51 +02:00
joBr99
8681f4a19d Update prepare_nspanel2.md 2022-08-28 11:45:56 +02:00
joBr99
b7352fafa1 Update prepare_nspanel.md 2022-08-28 11:45:30 +02:00
joBr99
9afadc1a7f Update prepare_nspanel.md 2022-08-28 11:45:09 +02:00
joBr99
b5f4c6ac1e Update prepare_nspanel2.md 2022-08-28 11:33:24 +02:00
Matthias Kleine
4cfd675ec7 Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui 2022-08-27 19:59:40 +02:00
Matthias Kleine
6d226fee75 Code-Refactoring (ioBroker TypeScript) 2022-08-27 19:59:37 +02:00
joBr99
06ac2b890a fix theme loop (add nextion2text) 2022-08-27 15:10:45 +00:00
joBr99
9a33b39b7e fix theme loop 2022-08-27 17:10:17 +02:00
Matthias Kleine
828a7dce94 Added links to ioBroker README 2022-08-27 12:28:57 +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
77719d9052 Merge branch 'main' of https://github.com/joBr99/nspanel-lovelace-ui 2022-08-25 23:03:53 +02:00
joBr99
737f981318 add icon mapping file for php 2022-08-25 23:03:37 +02:00
joBr99
b0bbb4505c Update CODEOWNERS 2022-08-25 21:51:01 +02:00
joBr99
ee2c547b0c fixes #415 2022-08-25 20:36:10 +02:00
Armilar
e5ff85c132 Update CODEOWNERS 2022-08-25 18:53:02 +02:00
Armilar
957f3f0557 Update CODEOWNERS 2022-08-25 18:51:52 +02:00
joBr99
32ab93de27 Update config.py 2022-08-25 18:23:27 +02:00
joBr99
f4f7b39f54 Merge branch 'main' of https://github.com/joBr99/nspanel-lovelace-ui 2022-08-24 23:50:38 +02:00
joBr99
d3f38e1087 add us-l inverted tft #365 2022-08-24 23:50:34 +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
Sylvain Garcia
05ec41b842 update doc assumed_state (#408) 2022-08-22 17:00:29 +02:00
Sylvain Garcia
33a345891a fix and improve assumed state 2022-08-22 15:08:40 +02:00
joBr99
9e8c528f23 Update README.md 2022-08-21 23:16:39 +02:00
joBr99
74c395deb2 Update notifications.md 2022-08-21 23:08:30 +02:00
joBr99
e0cf9b3574 Update index.md 2022-08-21 22:57:14 +02:00
joBr99
a204bd4719 fix typo 2022-08-20 17:10:59 +02:00
joBr99
f1eec547be Merge branch 'main' of https://github.com/joBr99/nspanel-lovelace-ui 2022-08-20 16:03:36 +02:00
joBr99
85473bd226 implement assumed state 2022-08-20 16:03:21 +02:00
joBr99
2f45c26f41 Update font-char.py 2022-08-18 11:16:57 +02:00
WM
fdb0dcb18d implements #287 #398 by @WhistleMaster
Add support for alarm_control_panel and sun
2022-08-17 22:03:35 +02:00
joBr99
76d6105ecf fix bench txt (add nextion2text) 2022-08-17 15:05:11 +00:00
joBr99
bf8ebfd9da fix bench txt 2022-08-17 17:04:33 +02:00
joBr99
0a8a488ace enable recmod on test page (add nextion2text) 2022-08-17 14:53:16 +00:00
joBr99
455e548cf4 enable recmod on test page 2022-08-17 16:52:43 +02:00
joBr99
21f2876f53 add ping command to test page (add nextion2text) 2022-08-17 14:27:22 +00:00
joBr99
d4d518a02f add ping command to test page 2022-08-17 16:26:47 +02:00
joBr99
1bd0ebf35f Update faq.md 2022-08-11 19:30:28 +02:00
joBr99
e72f9f2c19 add icon #393 2022-08-09 18:40:46 +02:00