From b89d6e0d757ac381e78112022726b214c1515e56 Mon Sep 17 00:00:00 2001 From: Leitet Date: Mon, 9 Dec 2024 15:36:31 +0100 Subject: [PATCH] Add initial configuration for VSCode and create documentation for adding entities and SolarEdge Gateway --- .vscode/settings.json | 22 +++++++++++++++++++ docs/application-help-screens/add-entity.md | 6 +++++ .../application-help-screens/add-solaredge.md | 8 +++++++ 3 files changed, 36 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 docs/application-help-screens/add-entity.md create mode 100644 docs/application-help-screens/add-solaredge.md diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..b92839d5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#65c89b", + "activityBar.background": "#65c89b", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#945bc4", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#65c89b", + "statusBar.background": "#42b883", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#359268", + "statusBarItem.remoteBackground": "#42b883", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#42b883", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#42b88399", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "#42b883" +} \ No newline at end of file diff --git a/docs/application-help-screens/add-entity.md b/docs/application-help-screens/add-entity.md new file mode 100644 index 00000000..e250f782 --- /dev/null +++ b/docs/application-help-screens/add-entity.md @@ -0,0 +1,6 @@ +--- +sidebar_position: 5 +--- +# Adding an Entity + +TODO: Add information about how to add an entity. diff --git a/docs/application-help-screens/add-solaredge.md b/docs/application-help-screens/add-solaredge.md new file mode 100644 index 00000000..9fc20794 --- /dev/null +++ b/docs/application-help-screens/add-solaredge.md @@ -0,0 +1,8 @@ +--- +sidebar_position: 5 +--- +# Adding a SolarEdge Gateway + +TODO: Add information about how to accuire credentials for a SolarEdge Gateway. + +> SolarEdge monitoring website: https://monitoring.solaredge.com/solaredge-web/p/login \ No newline at end of file