-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial configuration for VSCode and create documentation for add…
…ing entities and SolarEdge Gateway
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |