├── .devcontainer.json ├── .github ├── CODEOWNERS ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── config.yml │ ├── feature-request.md │ └── waitingforcontent.md ├── auto_assign.yml ├── dependabot.yaml ├── issue-close-app.yml └── workflows │ ├── builder.yaml │ ├── codeql-analysis.yml │ ├── docs-dev.yml │ ├── docs-release.yml │ ├── hacs-validation.yaml │ ├── iobroker-localization.yml │ ├── lint.yaml │ └── nextion2text.yml ├── .gitignore ├── .vscode ├── launch.json └── tasks.json ├── HMI ├── README.md ├── US │ ├── landscape │ │ ├── diff-eu-version.txt │ │ ├── n2t-out-visual │ │ │ ├── Program.s.txt │ │ │ ├── cardAlarm.txt │ │ │ ├── cardChart.txt │ │ │ ├── cardEntities.txt │ │ │ ├── cardGrid.txt │ │ │ ├── cardGrid2.txt │ │ │ ├── cardLChart.txt │ │ │ ├── cardMedia.txt │ │ │ ├── cardPower.txt │ │ │ ├── cardQR.txt │ │ │ ├── cardThermo.txt │ │ │ ├── nspanel_US_L_Stats.txt │ │ │ ├── pageIcons.txt │ │ │ ├── pageStartup.txt │ │ │ ├── pageTest.txt │ │ │ ├── popupFan.txt │ │ │ ├── popupInSel.txt │ │ │ ├── popupLight.txt │ │ │ ├── popupLightNew.txt │ │ │ ├── popupNotify.txt │ │ │ ├── popupShutter.txt │ │ │ ├── popupThermo.txt │ │ │ ├── popupTimer.txt │ │ │ ├── screensaver.txt │ │ │ └── screensaver2.txt │ │ ├── n2t-out │ │ │ ├── Program.s.txt │ │ │ ├── cardAlarm.txt │ │ │ ├── cardChart.txt │ │ │ ├── cardEntities.txt │ │ │ ├── cardGrid.txt │ │ │ ├── cardGrid2.txt │ │ │ ├── cardLChart.txt │ │ │ ├── cardMedia.txt │ │ │ ├── cardPower.txt │ │ │ ├── cardQR.txt │ │ │ ├── cardThermo.txt │ │ │ ├── pageIcons.txt │ │ │ ├── pageStartup.txt │ │ │ ├── pageTest.txt │ │ │ ├── popupFan.txt │ │ │ ├── popupInSel.txt │ │ │ ├── popupLight.txt │ │ │ ├── popupLightNew.txt │ │ │ ├── popupNotify.txt │ │ │ ├── popupShutter.txt │ │ │ ├── popupThermo.txt │ │ │ ├── popupTimer.txt │ │ │ ├── screensaver.txt │ │ │ └── screensaver2.txt │ │ ├── nspanel_US_L-I.tft │ │ ├── nspanel_US_L.HMI │ │ └── nspanel_US_L.tft │ └── portrait │ │ ├── diff-eu-version-known-good.txt │ │ ├── diff-eu-version.txt │ │ ├── diff-filtered.txt │ │ ├── n2t-out-visual │ │ ├── Program.s.txt │ │ ├── cardAlarm.txt │ │ ├── cardChart.txt │ │ ├── cardEntities.txt │ │ ├── cardGrid.txt │ │ ├── cardGrid2.txt │ │ ├── cardLChart.txt │ │ ├── cardMedia.txt │ │ ├── cardPower.txt │ │ ├── cardQR.txt │ │ ├── cardThermo.txt │ │ ├── nspanel_US_P_Stats.txt │ │ ├── pageIcons.txt │ │ ├── pageStartup.txt │ │ ├── pageTest.txt │ │ ├── popupFan.txt │ │ ├── popupInSel.txt │ │ ├── popupLight.txt │ │ ├── popupLightNew.txt │ │ ├── popupNotify.txt │ │ ├── popupShutter.txt │ │ ├── popupThermo.txt │ │ ├── popupTimer.txt │ │ ├── screensaver.txt │ │ └── screensaver2.txt │ │ ├── n2t-out │ │ ├── Program.s.txt │ │ ├── cardAlarm.txt │ │ ├── cardChart.txt │ │ ├── cardEntities.txt │ │ ├── cardGrid.txt │ │ ├── cardGrid2.txt │ │ ├── cardLChart.txt │ │ ├── cardMedia.txt │ │ ├── cardPower.txt │ │ ├── cardQR.txt │ │ ├── cardThermo.txt │ │ ├── pageIcons.txt │ │ ├── pageStartup.txt │ │ ├── pageTest.txt │ │ ├── popupFan.txt │ │ ├── popupInSel.txt │ │ ├── popupLight.txt │ │ ├── popupLightNew.txt │ │ ├── popupNotify.txt │ │ ├── popupShutter.txt │ │ ├── popupThermo.txt │ │ ├── popupTimer.txt │ │ ├── screensaver.txt │ │ └── screensaver2.txt │ │ ├── nspanel_US_P.HMI │ │ └── nspanel_US_P.tft ├── code_gen │ ├── icons │ │ ├── icons.json │ │ └── icons.py │ ├── localization │ │ └── iobroker.py │ └── pages │ │ ├── cardEntitiesSerial.py │ │ ├── cardGridSerial.py │ │ ├── cardMedia.py │ │ ├── cardPower.py │ │ ├── cardThermo.py │ │ ├── font-char.py │ │ ├── out.txt │ │ ├── screensaver.py │ │ ├── screensaver2.py │ │ └── shared.py ├── fonts │ ├── SPECIAL HMI NotoSans-Regular 24 (UTF_8).zi │ ├── SPECIAL HMI NotoSans-Regular 32 (UTF_8).zi │ ├── SPECIAL HMI NotoSansVert-Regular 16 (UTF_8).zi │ ├── VertNotoSansMono-Regular_D.ttf │ ├── charout.txt │ ├── gen-chars.py │ └── test.zi ├── icon-cheatsheet.html ├── n2t-out-visual │ ├── Program.s.txt │ ├── cardAlarm.txt │ ├── cardChart.txt │ ├── cardEntities.txt │ ├── cardGrid.txt │ ├── cardGrid2.txt │ ├── cardLChart.txt │ ├── cardMedia.txt │ ├── cardPower.txt │ ├── cardQR.txt │ ├── cardThermo.txt │ ├── nspanel_Stats.txt │ ├── pageIcons.txt │ ├── pageStartup.txt │ ├── pageTest.txt │ ├── popupFan.txt │ ├── popupInSel.txt │ ├── popupLight.txt │ ├── popupLightNew.txt │ ├── popupNotify.txt │ ├── popupShutter.txt │ ├── popupThermo.txt │ ├── popupTimer.txt │ ├── screensaver.txt │ └── screensaver2.txt ├── n2t-out │ ├── Program.s.txt │ ├── cardAlarm.txt │ ├── cardChart.txt │ ├── cardEntities.txt │ ├── cardGrid.txt │ ├── cardGrid2.txt │ ├── cardLChart.txt │ ├── cardMedia.txt │ ├── cardPower.txt │ ├── cardQR.txt │ ├── cardThermo.txt │ ├── pageIcons.txt │ ├── pageStartup.txt │ ├── pageTest.txt │ ├── popupFan.txt │ ├── popupInSel.txt │ ├── popupLight.txt │ ├── popupLightNew.txt │ ├── popupNotify.txt │ ├── popupShutter.txt │ ├── popupThermo.txt │ ├── popupTimer.txt │ ├── screensaver.txt │ └── screensaver2.txt ├── nspanel.HMI └── nspanel.tft ├── LICENSE ├── README.md ├── appdaemon ├── README.md ├── appdaemon.yaml ├── apps-simple.yaml ├── apps-theme.yaml └── screensaver-theme-include │ ├── apps.yaml │ └── screensaver-theme.yaml ├── apps └── nspanel-lovelace-ui │ ├── luibackend │ ├── apis.py │ ├── config.py │ ├── controller.py │ ├── helper.py │ ├── icon_mapping.py │ ├── icons.py │ ├── localization.py │ ├── mqtt.py │ ├── pages.py │ ├── theme.py │ ├── translations │ │ ├── backend │ │ │ ├── af.json │ │ │ ├── ar.json │ │ │ ├── bg.json │ │ │ ├── bn.json │ │ │ ├── bs.json │ │ │ ├── ca.json │ │ │ ├── cs.json │ │ │ ├── cy.json │ │ │ ├── da.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en-GB.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── eu.json │ │ │ ├── fa.json │ │ │ ├── fi.json │ │ │ ├── fr.json │ │ │ ├── fy.json │ │ │ ├── gl.json │ │ │ ├── gsw.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── iba.json │ │ │ ├── id.json │ │ │ ├── is.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── ka.json │ │ │ ├── ko.json │ │ │ ├── lb.json │ │ │ ├── lt.json │ │ │ ├── lv.json │ │ │ ├── nb.json │ │ │ ├── nl.json │ │ │ ├── nn.json │ │ │ ├── no.json │ │ │ ├── pl.json │ │ │ ├── pt-BR.json │ │ │ ├── pt.json │ │ │ ├── ro.json │ │ │ ├── ru.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sr-Latn.json │ │ │ ├── sr.json │ │ │ ├── sv.json │ │ │ ├── ta.json │ │ │ ├── te.json │ │ │ ├── th.json │ │ │ ├── tr.json │ │ │ ├── uk.json │ │ │ ├── ur.json │ │ │ ├── vi.json │ │ │ ├── zh-Hans.json │ │ │ └── zh-Hant.json │ │ └── frontend │ │ │ ├── af.json │ │ │ ├── ar.json │ │ │ ├── bg.json │ │ │ ├── bn.json │ │ │ ├── bs.json │ │ │ ├── ca.json │ │ │ ├── cs.json │ │ │ ├── cy.json │ │ │ ├── da.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en-GB.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── eu.json │ │ │ ├── fa.json │ │ │ ├── fi.json │ │ │ ├── fr.json │ │ │ ├── fy.json │ │ │ ├── gl.json │ │ │ ├── gsw.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── id.json │ │ │ ├── is.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── ka.json │ │ │ ├── ko.json │ │ │ ├── lb.json │ │ │ ├── lt.json │ │ │ ├── lv.json │ │ │ ├── nb.json │ │ │ ├── nl.json │ │ │ ├── nn.json │ │ │ ├── pl.json │ │ │ ├── pt-BR.json │ │ │ ├── pt.json │ │ │ ├── ro.json │ │ │ ├── ru.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sr-Latn.json │ │ │ ├── sr.json │ │ │ ├── sv.json │ │ │ ├── ta.json │ │ │ ├── te.json │ │ │ ├── th.json │ │ │ ├── tr.json │ │ │ ├── uk.json │ │ │ ├── ur.json │ │ │ ├── vi.json │ │ │ ├── zh-Hans.json │ │ │ └── zh-Hant.json │ └── updater.py │ └── nspanel-lovelace-ui.py ├── doc-pics ├── card-alarm.png ├── card-media.png ├── message-flow.png ├── nodered-remote-control.png ├── screens-us-p.png └── screens.png ├── docs ├── CNAME ├── _assets │ └── user.css ├── card-alarm.md ├── card-climate.md ├── card-entities.md ├── card-grid.md ├── card-media.md ├── card-power.md ├── card-qr.md ├── card-unlock.md ├── config-overview.md ├── config-screensaver.md ├── configure_mqtt.md ├── entities.md ├── faq.md ├── icon-cheatsheet.html ├── img │ ├── appdaemon-babel.png │ ├── card-alarm.png │ ├── card-entities.png │ ├── card-grid.png │ ├── card-media.png │ ├── card-power.png │ ├── card-qr.png │ ├── card-thermo.png │ ├── card-unlock.png │ ├── hacs-main.png │ ├── hass-add-on-store.png │ ├── message-flow.png │ ├── mqtt-config-sucess.png │ ├── nodered-remote-control.png │ ├── nspanel-rl.png │ ├── popupLight.gif │ ├── popupTimer.gif │ ├── screens-us-p.png │ ├── screens.png │ ├── screensaver-alt.png │ ├── screensaver.png │ ├── screensaver2.png │ ├── tasmota-mqtt-config.png │ └── tasmota-template-config.png ├── index.md ├── iobroker-install.md ├── notifications.md ├── overrides │ └── partials │ │ └── integrations │ │ └── analytics │ │ └── custom.html ├── phys-btn.md ├── prepare_ha.md ├── prepare_nspanel.md ├── prepare_nspanel_ioBroker.md └── subpages.md ├── hacs.json ├── info.md ├── ioBroker ├── .iobroker │ └── types │ │ └── javascript.d.ts ├── Blockly │ ├── Abfallkalender.ts │ ├── Abfallkalender.xml │ ├── Alarm_Page_Erweitertes_Skript_mit_PopupNotifyPage.xml │ ├── Alarm_Page_Testskript.xml │ ├── Alarm_clock.ts │ ├── CardChart.xml │ ├── CardChart_History.js │ ├── CardLChart_History.js │ ├── CardLChart_Influx2.ts │ ├── CardMedia_Equalizer.xml │ ├── CardPower.js │ ├── CardPower_Emulator_Skript.xml │ ├── Chrome_Alias.js │ ├── Countdown_Timer.ts │ ├── DWD_Daten_Broadcast.xml │ ├── Hardware-Buttons_Multipress.xml │ ├── Homatic_nonIP_Thermostate.xml │ ├── Index-Jumpmenue_inSelpopup.xml │ ├── PopupNotify_layout2_Emulator.xml │ ├── PopupTimer.xml │ ├── RGB_Dec565_rechner.xml │ ├── Screensaver-Info_auf_Request.xml │ ├── ShellyDuo_inkl_InSel.xml │ ├── SqueezeBoxRPC_Alias.js │ ├── Uhrzeit_Logging.xml │ ├── WLED.js │ └── cardPower_simple_example.xml ├── DEV │ └── NSPanelTs.ts ├── HMI │ ├── nspanel-us-l-v4.5.0.HMI │ ├── nspanel-us-p-v4.5.0.HMI │ └── nspanel-v4.5.0.HMI ├── NsPanelTs.ts ├── README.md ├── cardAlarm_Emulator.js ├── icon_mapping.js ├── icon_mapping.ts ├── ioBroker_NSPanel_locales.json ├── ioBroker_NSPanel_locales_beta.json ├── ioBroker_NSPanel_locales_service.json └── tsconfig.json ├── ip-symcon └── icon_mapping.php ├── mkdocs.yml ├── nodered ├── README.md └── node-red-example-flow.json ├── nspanel-lovelace-ui ├── CHANGELOG.md ├── DOCS.md ├── Dockerfile ├── README.md ├── apparmor.txt ├── build.yaml ├── config.yaml ├── icon.png ├── logo.png ├── rootfs │ ├── etc │ │ └── s6-overlay │ │ │ └── s6-rc.d │ │ │ ├── mqtt-manager │ │ │ ├── dependencies.d │ │ │ │ └── base │ │ │ ├── finish │ │ │ ├── run │ │ │ ├── type │ │ │ └── up │ │ │ └── user │ │ │ └── contents.d │ │ │ └── mqtt-manager │ └── usr │ │ └── bin │ │ └── mqtt-manager │ │ ├── ha_cards.py │ │ ├── ha_colors.py │ │ ├── ha_control.py │ │ ├── ha_icons.py │ │ ├── libs │ │ ├── helper.py │ │ ├── home_assistant.py │ │ ├── icon_mapping.py │ │ ├── localization.py │ │ ├── panel_cmd.py │ │ └── translations │ │ │ ├── backend │ │ │ ├── af.json │ │ │ ├── ar.json │ │ │ ├── bg.json │ │ │ ├── bn.json │ │ │ ├── bs.json │ │ │ ├── ca.json │ │ │ ├── cs.json │ │ │ ├── cy.json │ │ │ ├── da.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en-GB.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── eu.json │ │ │ ├── fa.json │ │ │ ├── fi.json │ │ │ ├── fr.json │ │ │ ├── fy.json │ │ │ ├── gl.json │ │ │ ├── gsw.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── iba.json │ │ │ ├── id.json │ │ │ ├── is.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── ka.json │ │ │ ├── ko.json │ │ │ ├── lb.json │ │ │ ├── lt.json │ │ │ ├── lv.json │ │ │ ├── nb.json │ │ │ ├── nl.json │ │ │ ├── nn.json │ │ │ ├── no.json │ │ │ ├── pl.json │ │ │ ├── pt-BR.json │ │ │ ├── pt.json │ │ │ ├── ro.json │ │ │ ├── ru.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sr-Latn.json │ │ │ ├── sr.json │ │ │ ├── sv.json │ │ │ ├── ta.json │ │ │ ├── te.json │ │ │ ├── th.json │ │ │ ├── tr.json │ │ │ ├── uk.json │ │ │ ├── ur.json │ │ │ ├── vi.json │ │ │ ├── zh-Hans.json │ │ │ └── zh-Hant.json │ │ │ └── frontend │ │ │ ├── af.json │ │ │ ├── ar.json │ │ │ ├── bg.json │ │ │ ├── bn.json │ │ │ ├── bs.json │ │ │ ├── ca.json │ │ │ ├── cs.json │ │ │ ├── cy.json │ │ │ ├── da.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en-GB.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── eu.json │ │ │ ├── fa.json │ │ │ ├── fi.json │ │ │ ├── fr.json │ │ │ ├── fy.json │ │ │ ├── gl.json │ │ │ ├── gsw.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── id.json │ │ │ ├── is.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── ka.json │ │ │ ├── ko.json │ │ │ ├── lb.json │ │ │ ├── lt.json │ │ │ ├── lv.json │ │ │ ├── nb.json │ │ │ ├── nl.json │ │ │ ├── nn.json │ │ │ ├── pl.json │ │ │ ├── pt-BR.json │ │ │ ├── pt.json │ │ │ ├── ro.json │ │ │ ├── ru.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sr-Latn.json │ │ │ ├── sr.json │ │ │ ├── sv.json │ │ │ ├── ta.json │ │ │ ├── te.json │ │ │ ├── th.json │ │ │ ├── tr.json │ │ │ ├── uk.json │ │ │ ├── ur.json │ │ │ ├── vi.json │ │ │ ├── zh-Hans.json │ │ │ └── zh-Hant.json │ │ ├── main.py │ │ ├── mqtt.py │ │ ├── panel.py │ │ ├── panel_cards.py │ │ ├── panels.yaml.example │ │ ├── requirements.txt │ │ └── run.sh └── translations │ └── en.yaml ├── repository.yaml ├── tasmota ├── README.md ├── autoexec-legacy-range.be ├── autoexec-oldstable.be ├── autoexec.be └── nsp-lovelace-driver.tapp └── test-msg-gen.py /.devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.devcontainer.json -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @joBr99 2 | /ioBroker @britzelpuf @Armilar 3 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: ['https://paypal.me/joBr99'] 2 | ko_fi: jobr99 3 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/ISSUE_TEMPLATE/feature-request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/waitingforcontent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/ISSUE_TEMPLATE/waitingforcontent.md -------------------------------------------------------------------------------- /.github/auto_assign.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/auto_assign.yml -------------------------------------------------------------------------------- /.github/dependabot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/dependabot.yaml -------------------------------------------------------------------------------- /.github/issue-close-app.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/issue-close-app.yml -------------------------------------------------------------------------------- /.github/workflows/builder.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/workflows/builder.yaml -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/docs-dev.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/workflows/docs-dev.yml -------------------------------------------------------------------------------- /.github/workflows/docs-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/workflows/docs-release.yml -------------------------------------------------------------------------------- /.github/workflows/hacs-validation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/workflows/hacs-validation.yaml -------------------------------------------------------------------------------- /.github/workflows/iobroker-localization.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/workflows/iobroker-localization.yml -------------------------------------------------------------------------------- /.github/workflows/lint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/workflows/lint.yaml -------------------------------------------------------------------------------- /.github/workflows/nextion2text.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.github/workflows/nextion2text.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /HMI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/README.md -------------------------------------------------------------------------------- /HMI/US/landscape/diff-eu-version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/diff-eu-version.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/Program.s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/Program.s.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardAlarm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardAlarm.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardChart.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardEntities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardEntities.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardGrid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardGrid.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardGrid2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardGrid2.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardLChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardLChart.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardMedia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardMedia.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardPower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardPower.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardQR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardQR.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/cardThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/cardThermo.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/nspanel_US_L_Stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/nspanel_US_L_Stats.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/pageIcons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/pageIcons.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/pageStartup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/pageStartup.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/pageTest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/pageTest.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/popupFan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/popupFan.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/popupInSel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/popupInSel.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/popupLight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/popupLight.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/popupLightNew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/popupLightNew.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/popupNotify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/popupNotify.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/popupShutter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/popupShutter.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/popupThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/popupThermo.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/popupTimer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/popupTimer.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/screensaver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/screensaver.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out-visual/screensaver2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out-visual/screensaver2.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/Program.s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/Program.s.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardAlarm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardAlarm.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardChart.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardEntities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardEntities.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardGrid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardGrid.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardGrid2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardGrid2.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardLChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardLChart.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardMedia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardMedia.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardPower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardPower.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardQR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardQR.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/cardThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/cardThermo.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/pageIcons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/pageIcons.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/pageStartup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/pageStartup.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/pageTest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/pageTest.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/popupFan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/popupFan.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/popupInSel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/popupInSel.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/popupLight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/popupLight.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/popupLightNew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/popupLightNew.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/popupNotify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/popupNotify.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/popupShutter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/popupShutter.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/popupThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/popupThermo.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/popupTimer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/popupTimer.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/screensaver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/screensaver.txt -------------------------------------------------------------------------------- /HMI/US/landscape/n2t-out/screensaver2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/n2t-out/screensaver2.txt -------------------------------------------------------------------------------- /HMI/US/landscape/nspanel_US_L-I.tft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/nspanel_US_L-I.tft -------------------------------------------------------------------------------- /HMI/US/landscape/nspanel_US_L.HMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/nspanel_US_L.HMI -------------------------------------------------------------------------------- /HMI/US/landscape/nspanel_US_L.tft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/landscape/nspanel_US_L.tft -------------------------------------------------------------------------------- /HMI/US/portrait/diff-eu-version-known-good.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/diff-eu-version-known-good.txt -------------------------------------------------------------------------------- /HMI/US/portrait/diff-eu-version.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/diff-eu-version.txt -------------------------------------------------------------------------------- /HMI/US/portrait/diff-filtered.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/diff-filtered.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/Program.s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/Program.s.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardAlarm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardAlarm.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardChart.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardEntities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardEntities.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardGrid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardGrid.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardGrid2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardGrid2.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardLChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardLChart.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardMedia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardMedia.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardPower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardPower.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardQR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardQR.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/cardThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/cardThermo.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/nspanel_US_P_Stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/nspanel_US_P_Stats.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/pageIcons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/pageIcons.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/pageStartup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/pageStartup.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/pageTest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/pageTest.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/popupFan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/popupFan.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/popupInSel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/popupInSel.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/popupLight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/popupLight.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/popupLightNew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/popupLightNew.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/popupNotify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/popupNotify.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/popupShutter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/popupShutter.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/popupThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/popupThermo.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/popupTimer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/popupTimer.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/screensaver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/screensaver.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out-visual/screensaver2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out-visual/screensaver2.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/Program.s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/Program.s.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardAlarm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardAlarm.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardChart.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardEntities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardEntities.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardGrid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardGrid.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardGrid2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardGrid2.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardLChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardLChart.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardMedia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardMedia.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardPower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardPower.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardQR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardQR.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/cardThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/cardThermo.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/pageIcons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/pageIcons.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/pageStartup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/pageStartup.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/pageTest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/pageTest.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/popupFan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/popupFan.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/popupInSel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/popupInSel.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/popupLight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/popupLight.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/popupLightNew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/popupLightNew.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/popupNotify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/popupNotify.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/popupShutter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/popupShutter.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/popupThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/popupThermo.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/popupTimer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/popupTimer.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/screensaver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/screensaver.txt -------------------------------------------------------------------------------- /HMI/US/portrait/n2t-out/screensaver2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/n2t-out/screensaver2.txt -------------------------------------------------------------------------------- /HMI/US/portrait/nspanel_US_P.HMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/nspanel_US_P.HMI -------------------------------------------------------------------------------- /HMI/US/portrait/nspanel_US_P.tft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/US/portrait/nspanel_US_P.tft -------------------------------------------------------------------------------- /HMI/code_gen/icons/icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/icons/icons.json -------------------------------------------------------------------------------- /HMI/code_gen/icons/icons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/icons/icons.py -------------------------------------------------------------------------------- /HMI/code_gen/localization/iobroker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/localization/iobroker.py -------------------------------------------------------------------------------- /HMI/code_gen/pages/cardEntitiesSerial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/cardEntitiesSerial.py -------------------------------------------------------------------------------- /HMI/code_gen/pages/cardGridSerial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/cardGridSerial.py -------------------------------------------------------------------------------- /HMI/code_gen/pages/cardMedia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/cardMedia.py -------------------------------------------------------------------------------- /HMI/code_gen/pages/cardPower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/cardPower.py -------------------------------------------------------------------------------- /HMI/code_gen/pages/cardThermo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/cardThermo.py -------------------------------------------------------------------------------- /HMI/code_gen/pages/font-char.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/font-char.py -------------------------------------------------------------------------------- /HMI/code_gen/pages/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/out.txt -------------------------------------------------------------------------------- /HMI/code_gen/pages/screensaver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/screensaver.py -------------------------------------------------------------------------------- /HMI/code_gen/pages/screensaver2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/screensaver2.py -------------------------------------------------------------------------------- /HMI/code_gen/pages/shared.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/code_gen/pages/shared.py -------------------------------------------------------------------------------- /HMI/fonts/SPECIAL HMI NotoSans-Regular 24 (UTF_8).zi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/fonts/SPECIAL HMI NotoSans-Regular 24 (UTF_8).zi -------------------------------------------------------------------------------- /HMI/fonts/SPECIAL HMI NotoSans-Regular 32 (UTF_8).zi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/fonts/SPECIAL HMI NotoSans-Regular 32 (UTF_8).zi -------------------------------------------------------------------------------- /HMI/fonts/SPECIAL HMI NotoSansVert-Regular 16 (UTF_8).zi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/fonts/SPECIAL HMI NotoSansVert-Regular 16 (UTF_8).zi -------------------------------------------------------------------------------- /HMI/fonts/VertNotoSansMono-Regular_D.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/fonts/VertNotoSansMono-Regular_D.ttf -------------------------------------------------------------------------------- /HMI/fonts/charout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/fonts/charout.txt -------------------------------------------------------------------------------- /HMI/fonts/gen-chars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/fonts/gen-chars.py -------------------------------------------------------------------------------- /HMI/fonts/test.zi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/fonts/test.zi -------------------------------------------------------------------------------- /HMI/icon-cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/icon-cheatsheet.html -------------------------------------------------------------------------------- /HMI/n2t-out-visual/Program.s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/Program.s.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardAlarm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardAlarm.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardChart.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardEntities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardEntities.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardGrid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardGrid.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardGrid2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardGrid2.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardLChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardLChart.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardMedia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardMedia.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardPower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardPower.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardQR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardQR.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/cardThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/cardThermo.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/nspanel_Stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/nspanel_Stats.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/pageIcons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/pageIcons.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/pageStartup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/pageStartup.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/pageTest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/pageTest.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/popupFan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/popupFan.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/popupInSel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/popupInSel.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/popupLight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/popupLight.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/popupLightNew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/popupLightNew.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/popupNotify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/popupNotify.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/popupShutter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/popupShutter.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/popupThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/popupThermo.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/popupTimer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/popupTimer.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/screensaver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/screensaver.txt -------------------------------------------------------------------------------- /HMI/n2t-out-visual/screensaver2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out-visual/screensaver2.txt -------------------------------------------------------------------------------- /HMI/n2t-out/Program.s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/Program.s.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardAlarm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardAlarm.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardChart.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardEntities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardEntities.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardGrid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardGrid.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardGrid2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardGrid2.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardLChart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardLChart.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardMedia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardMedia.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardPower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardPower.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardQR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardQR.txt -------------------------------------------------------------------------------- /HMI/n2t-out/cardThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/cardThermo.txt -------------------------------------------------------------------------------- /HMI/n2t-out/pageIcons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/pageIcons.txt -------------------------------------------------------------------------------- /HMI/n2t-out/pageStartup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/pageStartup.txt -------------------------------------------------------------------------------- /HMI/n2t-out/pageTest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/pageTest.txt -------------------------------------------------------------------------------- /HMI/n2t-out/popupFan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/popupFan.txt -------------------------------------------------------------------------------- /HMI/n2t-out/popupInSel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/popupInSel.txt -------------------------------------------------------------------------------- /HMI/n2t-out/popupLight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/popupLight.txt -------------------------------------------------------------------------------- /HMI/n2t-out/popupLightNew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/popupLightNew.txt -------------------------------------------------------------------------------- /HMI/n2t-out/popupNotify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/popupNotify.txt -------------------------------------------------------------------------------- /HMI/n2t-out/popupShutter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/popupShutter.txt -------------------------------------------------------------------------------- /HMI/n2t-out/popupThermo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/popupThermo.txt -------------------------------------------------------------------------------- /HMI/n2t-out/popupTimer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/popupTimer.txt -------------------------------------------------------------------------------- /HMI/n2t-out/screensaver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/screensaver.txt -------------------------------------------------------------------------------- /HMI/n2t-out/screensaver2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/n2t-out/screensaver2.txt -------------------------------------------------------------------------------- /HMI/nspanel.HMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/nspanel.HMI -------------------------------------------------------------------------------- /HMI/nspanel.tft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/HMI/nspanel.tft -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/README.md -------------------------------------------------------------------------------- /appdaemon/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/appdaemon/README.md -------------------------------------------------------------------------------- /appdaemon/appdaemon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/appdaemon/appdaemon.yaml -------------------------------------------------------------------------------- /appdaemon/apps-simple.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/appdaemon/apps-simple.yaml -------------------------------------------------------------------------------- /appdaemon/apps-theme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/appdaemon/apps-theme.yaml -------------------------------------------------------------------------------- /appdaemon/screensaver-theme-include/apps.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/appdaemon/screensaver-theme-include/apps.yaml -------------------------------------------------------------------------------- /appdaemon/screensaver-theme-include/screensaver-theme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/appdaemon/screensaver-theme-include/screensaver-theme.yaml -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/apis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/apis.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/config.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/controller.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/helper.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/icon_mapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/icon_mapping.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/icons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/icons.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/localization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/localization.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/mqtt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/mqtt.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/pages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/pages.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/theme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/theme.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/af.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/ar.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/bg.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/bn.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/bs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/bs.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/ca.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/cs.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/cy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/cy.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/da.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/de.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/el.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/en-GB.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/en.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/eo.json: -------------------------------------------------------------------------------- 1 | { 2 | "component": {} 3 | } -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/es.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/et.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/eu.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/fa.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/fi.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/fr.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/fy.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/gl.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/gsw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/gsw.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/he.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/hi.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/hr.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/hu.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/hy.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/iba.json: -------------------------------------------------------------------------------- 1 | { 2 | "component": {} 3 | } -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/id.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/is.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/it.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/ja.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/ka.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/ko.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/lb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/lb.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/lt.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/lv.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/nb.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/nl.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/nn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/nn.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/no.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/no.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/pl.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/pt-BR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/pt-BR.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/pt.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/ro.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/ru.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/sk.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/sl.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/sr-Latn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/sr-Latn.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/sr.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/sv.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/ta.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/te.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/th.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/tr.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/uk.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/ur.json: -------------------------------------------------------------------------------- 1 | { 2 | "component": {} 3 | } -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/vi.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/zh-Hans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/zh-Hans.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/backend/zh-Hant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/backend/zh-Hant.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/af.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/ar.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/bg.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/bn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/bn.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/bs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/bs.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/ca.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/cs.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/cy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/cy.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/da.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/de.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/el.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/en-GB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/en-GB.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/en.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/eo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/eo.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/es.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/et.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/eu.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/fa.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/fi.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/fr.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/fy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/fy.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/gl.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/gsw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/gsw.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/he.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/hi.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/hr.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/hu.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/hy.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/id.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/is.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/it.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/ja.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/ka.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/ko.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/lb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/lb.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/lt.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/lv.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/nb.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/nl.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/nn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/nn.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/pl.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/pt-BR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/pt-BR.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/pt.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/ro.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/ru.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/sk.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/sl.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/sr-Latn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/sr-Latn.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/sr.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/sv.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/ta.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/te.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/th.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/tr.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/uk.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/ur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/ur.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/vi.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/zh-Hans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/zh-Hans.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/translations/frontend/zh-Hant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/translations/frontend/zh-Hant.json -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/luibackend/updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/luibackend/updater.py -------------------------------------------------------------------------------- /apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py -------------------------------------------------------------------------------- /doc-pics/card-alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/doc-pics/card-alarm.png -------------------------------------------------------------------------------- /doc-pics/card-media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/doc-pics/card-media.png -------------------------------------------------------------------------------- /doc-pics/message-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/doc-pics/message-flow.png -------------------------------------------------------------------------------- /doc-pics/nodered-remote-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/doc-pics/nodered-remote-control.png -------------------------------------------------------------------------------- /doc-pics/screens-us-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/doc-pics/screens-us-p.png -------------------------------------------------------------------------------- /doc-pics/screens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/doc-pics/screens.png -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | docs.nspanel.pky.eu 2 | -------------------------------------------------------------------------------- /docs/_assets/user.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/_assets/user.css -------------------------------------------------------------------------------- /docs/card-alarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/card-alarm.md -------------------------------------------------------------------------------- /docs/card-climate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/card-climate.md -------------------------------------------------------------------------------- /docs/card-entities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/card-entities.md -------------------------------------------------------------------------------- /docs/card-grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/card-grid.md -------------------------------------------------------------------------------- /docs/card-media.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/card-media.md -------------------------------------------------------------------------------- /docs/card-power.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/card-power.md -------------------------------------------------------------------------------- /docs/card-qr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/card-qr.md -------------------------------------------------------------------------------- /docs/card-unlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/card-unlock.md -------------------------------------------------------------------------------- /docs/config-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/config-overview.md -------------------------------------------------------------------------------- /docs/config-screensaver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/config-screensaver.md -------------------------------------------------------------------------------- /docs/configure_mqtt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/configure_mqtt.md -------------------------------------------------------------------------------- /docs/entities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/entities.md -------------------------------------------------------------------------------- /docs/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/faq.md -------------------------------------------------------------------------------- /docs/icon-cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/icon-cheatsheet.html -------------------------------------------------------------------------------- /docs/img/appdaemon-babel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/appdaemon-babel.png -------------------------------------------------------------------------------- /docs/img/card-alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/card-alarm.png -------------------------------------------------------------------------------- /docs/img/card-entities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/card-entities.png -------------------------------------------------------------------------------- /docs/img/card-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/card-grid.png -------------------------------------------------------------------------------- /docs/img/card-media.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/card-media.png -------------------------------------------------------------------------------- /docs/img/card-power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/card-power.png -------------------------------------------------------------------------------- /docs/img/card-qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/card-qr.png -------------------------------------------------------------------------------- /docs/img/card-thermo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/card-thermo.png -------------------------------------------------------------------------------- /docs/img/card-unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/card-unlock.png -------------------------------------------------------------------------------- /docs/img/hacs-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/hacs-main.png -------------------------------------------------------------------------------- /docs/img/hass-add-on-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/hass-add-on-store.png -------------------------------------------------------------------------------- /docs/img/message-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/message-flow.png -------------------------------------------------------------------------------- /docs/img/mqtt-config-sucess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/mqtt-config-sucess.png -------------------------------------------------------------------------------- /docs/img/nodered-remote-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/nodered-remote-control.png -------------------------------------------------------------------------------- /docs/img/nspanel-rl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/nspanel-rl.png -------------------------------------------------------------------------------- /docs/img/popupLight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/popupLight.gif -------------------------------------------------------------------------------- /docs/img/popupTimer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/popupTimer.gif -------------------------------------------------------------------------------- /docs/img/screens-us-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/screens-us-p.png -------------------------------------------------------------------------------- /docs/img/screens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/screens.png -------------------------------------------------------------------------------- /docs/img/screensaver-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/screensaver-alt.png -------------------------------------------------------------------------------- /docs/img/screensaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/screensaver.png -------------------------------------------------------------------------------- /docs/img/screensaver2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/screensaver2.png -------------------------------------------------------------------------------- /docs/img/tasmota-mqtt-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/tasmota-mqtt-config.png -------------------------------------------------------------------------------- /docs/img/tasmota-template-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/img/tasmota-template-config.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/iobroker-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/iobroker-install.md -------------------------------------------------------------------------------- /docs/notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/notifications.md -------------------------------------------------------------------------------- /docs/overrides/partials/integrations/analytics/custom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/overrides/partials/integrations/analytics/custom.html -------------------------------------------------------------------------------- /docs/phys-btn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/phys-btn.md -------------------------------------------------------------------------------- /docs/prepare_ha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/prepare_ha.md -------------------------------------------------------------------------------- /docs/prepare_nspanel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/prepare_nspanel.md -------------------------------------------------------------------------------- /docs/prepare_nspanel_ioBroker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/prepare_nspanel_ioBroker.md -------------------------------------------------------------------------------- /docs/subpages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/docs/subpages.md -------------------------------------------------------------------------------- /hacs.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NSPanel Lovelace UI Backend" 3 | } 4 | -------------------------------------------------------------------------------- /info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/info.md -------------------------------------------------------------------------------- /ioBroker/.iobroker/types/javascript.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/.iobroker/types/javascript.d.ts -------------------------------------------------------------------------------- /ioBroker/Blockly/Abfallkalender.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Abfallkalender.ts -------------------------------------------------------------------------------- /ioBroker/Blockly/Abfallkalender.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Abfallkalender.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/Alarm_Page_Erweitertes_Skript_mit_PopupNotifyPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Alarm_Page_Erweitertes_Skript_mit_PopupNotifyPage.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/Alarm_Page_Testskript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Alarm_Page_Testskript.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/Alarm_clock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Alarm_clock.ts -------------------------------------------------------------------------------- /ioBroker/Blockly/CardChart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/CardChart.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/CardChart_History.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/CardChart_History.js -------------------------------------------------------------------------------- /ioBroker/Blockly/CardLChart_History.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/CardLChart_History.js -------------------------------------------------------------------------------- /ioBroker/Blockly/CardLChart_Influx2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/CardLChart_Influx2.ts -------------------------------------------------------------------------------- /ioBroker/Blockly/CardMedia_Equalizer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/CardMedia_Equalizer.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/CardPower.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/CardPower.js -------------------------------------------------------------------------------- /ioBroker/Blockly/CardPower_Emulator_Skript.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/CardPower_Emulator_Skript.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/Chrome_Alias.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Chrome_Alias.js -------------------------------------------------------------------------------- /ioBroker/Blockly/Countdown_Timer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Countdown_Timer.ts -------------------------------------------------------------------------------- /ioBroker/Blockly/DWD_Daten_Broadcast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/DWD_Daten_Broadcast.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/Hardware-Buttons_Multipress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Hardware-Buttons_Multipress.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/Homatic_nonIP_Thermostate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Homatic_nonIP_Thermostate.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/Index-Jumpmenue_inSelpopup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Index-Jumpmenue_inSelpopup.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/PopupNotify_layout2_Emulator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/PopupNotify_layout2_Emulator.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/PopupTimer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/PopupTimer.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/RGB_Dec565_rechner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/RGB_Dec565_rechner.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/Screensaver-Info_auf_Request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Screensaver-Info_auf_Request.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/ShellyDuo_inkl_InSel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/ShellyDuo_inkl_InSel.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/SqueezeBoxRPC_Alias.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/SqueezeBoxRPC_Alias.js -------------------------------------------------------------------------------- /ioBroker/Blockly/Uhrzeit_Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/Uhrzeit_Logging.xml -------------------------------------------------------------------------------- /ioBroker/Blockly/WLED.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/WLED.js -------------------------------------------------------------------------------- /ioBroker/Blockly/cardPower_simple_example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/Blockly/cardPower_simple_example.xml -------------------------------------------------------------------------------- /ioBroker/DEV/NSPanelTs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/DEV/NSPanelTs.ts -------------------------------------------------------------------------------- /ioBroker/HMI/nspanel-us-l-v4.5.0.HMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/HMI/nspanel-us-l-v4.5.0.HMI -------------------------------------------------------------------------------- /ioBroker/HMI/nspanel-us-p-v4.5.0.HMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/HMI/nspanel-us-p-v4.5.0.HMI -------------------------------------------------------------------------------- /ioBroker/HMI/nspanel-v4.5.0.HMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/HMI/nspanel-v4.5.0.HMI -------------------------------------------------------------------------------- /ioBroker/NsPanelTs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/NsPanelTs.ts -------------------------------------------------------------------------------- /ioBroker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/README.md -------------------------------------------------------------------------------- /ioBroker/cardAlarm_Emulator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/cardAlarm_Emulator.js -------------------------------------------------------------------------------- /ioBroker/icon_mapping.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/icon_mapping.js -------------------------------------------------------------------------------- /ioBroker/icon_mapping.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/icon_mapping.ts -------------------------------------------------------------------------------- /ioBroker/ioBroker_NSPanel_locales.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/ioBroker_NSPanel_locales.json -------------------------------------------------------------------------------- /ioBroker/ioBroker_NSPanel_locales_beta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/ioBroker_NSPanel_locales_beta.json -------------------------------------------------------------------------------- /ioBroker/ioBroker_NSPanel_locales_service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/ioBroker_NSPanel_locales_service.json -------------------------------------------------------------------------------- /ioBroker/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ioBroker/tsconfig.json -------------------------------------------------------------------------------- /ip-symcon/icon_mapping.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/ip-symcon/icon_mapping.php -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /nodered/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nodered/README.md -------------------------------------------------------------------------------- /nodered/node-red-example-flow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nodered/node-red-example-flow.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/CHANGELOG.md -------------------------------------------------------------------------------- /nspanel-lovelace-ui/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/DOCS.md -------------------------------------------------------------------------------- /nspanel-lovelace-ui/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/Dockerfile -------------------------------------------------------------------------------- /nspanel-lovelace-ui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/README.md -------------------------------------------------------------------------------- /nspanel-lovelace-ui/apparmor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/apparmor.txt -------------------------------------------------------------------------------- /nspanel-lovelace-ui/build.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/build.yaml -------------------------------------------------------------------------------- /nspanel-lovelace-ui/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/config.yaml -------------------------------------------------------------------------------- /nspanel-lovelace-ui/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/icon.png -------------------------------------------------------------------------------- /nspanel-lovelace-ui/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/logo.png -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/etc/s6-overlay/s6-rc.d/mqtt-manager/dependencies.d/base: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/etc/s6-overlay/s6-rc.d/mqtt-manager/finish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/etc/s6-overlay/s6-rc.d/mqtt-manager/finish -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/etc/s6-overlay/s6-rc.d/mqtt-manager/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/etc/s6-overlay/s6-rc.d/mqtt-manager/run -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/etc/s6-overlay/s6-rc.d/mqtt-manager/type: -------------------------------------------------------------------------------- 1 | longrun -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/etc/s6-overlay/s6-rc.d/mqtt-manager/up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/etc/s6-overlay/s6-rc.d/mqtt-manager/up -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/mqtt-manager: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/ha_cards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/ha_cards.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/ha_colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/ha_colors.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/ha_control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/ha_control.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/ha_icons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/ha_icons.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/helper.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/home_assistant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/home_assistant.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/icon_mapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/icon_mapping.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/localization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/localization.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/panel_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/panel_cmd.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/af.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ar.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/bg.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/bn.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/bs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/bs.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ca.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/cs.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/cy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/cy.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/da.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/de.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/el.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/en-GB.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/en.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/eo.json: -------------------------------------------------------------------------------- 1 | { 2 | "component": {} 3 | } -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/es.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/et.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/eu.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/fa.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/fi.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/fr.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/fy.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/gl.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/gsw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/gsw.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/he.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/hi.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/hr.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/hu.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/hy.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/iba.json: -------------------------------------------------------------------------------- 1 | { 2 | "component": {} 3 | } -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/id.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/is.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/it.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ja.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ka.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ko.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/lb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/lb.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/lt.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/lv.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/nb.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/nl.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/nn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/nn.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/no.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/no.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/pl.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/pt-BR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/pt-BR.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/pt.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ro.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ru.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sk.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sl.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sr-Latn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sr-Latn.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sr.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/sv.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ta.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/te.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/th.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/tr.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/uk.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/ur.json: -------------------------------------------------------------------------------- 1 | { 2 | "component": {} 3 | } -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/vi.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/zh-Hans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/zh-Hans.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/zh-Hant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/backend/zh-Hant.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/af.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ar.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/bg.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/bn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/bn.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/bs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/bs.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ca.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/cs.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/cy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/cy.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/da.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/de.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/el.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/en-GB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/en-GB.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/en.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/eo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/eo.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/es.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/et.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/eu.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/fa.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/fi.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/fr.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/fy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/fy.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/gl.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/gsw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/gsw.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/he.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/hi.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/hr.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/hu.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/hy.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/id.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/is.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/it.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ja.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ka.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ko.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/lb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/lb.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/lt.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/lv.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/nb.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/nl.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/nn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/nn.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/pl.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/pt-BR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/pt-BR.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/pt.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ro.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ru.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sk.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sl.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sr-Latn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sr-Latn.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sr.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/sv.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ta.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/te.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/th.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/tr.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/uk.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/ur.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/vi.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/zh-Hans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/zh-Hans.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/zh-Hant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/libs/translations/frontend/zh-Hant.json -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/main.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/mqtt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/mqtt.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panel.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panel_cards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panel_cards.py -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panels.yaml.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/panels.yaml.example -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/requirements.txt -------------------------------------------------------------------------------- /nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/run.sh -------------------------------------------------------------------------------- /nspanel-lovelace-ui/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/nspanel-lovelace-ui/translations/en.yaml -------------------------------------------------------------------------------- /repository.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/repository.yaml -------------------------------------------------------------------------------- /tasmota/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/tasmota/README.md -------------------------------------------------------------------------------- /tasmota/autoexec-legacy-range.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/tasmota/autoexec-legacy-range.be -------------------------------------------------------------------------------- /tasmota/autoexec-oldstable.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/tasmota/autoexec-oldstable.be -------------------------------------------------------------------------------- /tasmota/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/tasmota/autoexec.be -------------------------------------------------------------------------------- /tasmota/nsp-lovelace-driver.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/tasmota/nsp-lovelace-driver.tapp -------------------------------------------------------------------------------- /test-msg-gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/HEAD/test-msg-gen.py --------------------------------------------------------------------------------