Skip to content

Commit

Permalink
Add initial configuration for VSCode and create documentation for add…
Browse files Browse the repository at this point in the history
…ing entities and SolarEdge Gateway
  • Loading branch information
Leitet committed Dec 9, 2024
1 parent 2e7d24d commit b89d6e0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 6 additions & 0 deletions docs/application-help-screens/add-entity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
sidebar_position: 5
---
# Adding an Entity

TODO: Add information about how to add an entity.
8 changes: 8 additions & 0 deletions docs/application-help-screens/add-solaredge.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b89d6e0

Please sign in to comment.