Add OMV integration / widget (#1879)
feat: Add health monitoring widget (OMV) OpenMediaVault as first supported integration.
This commit is contained in:
@@ -57,7 +57,8 @@ export type IntegrationType =
|
||||
| 'nzbGet'
|
||||
| 'pihole'
|
||||
| 'adGuardHome'
|
||||
| 'homeAssistant';
|
||||
| 'homeAssistant'
|
||||
| 'openmediavault';
|
||||
|
||||
export type AppIntegrationType = {
|
||||
type: IntegrationType | null;
|
||||
@@ -101,6 +102,7 @@ export const integrationFieldProperties: {
|
||||
pihole: ['apiKey'],
|
||||
adGuardHome: ['username', 'password'],
|
||||
homeAssistant: ['apiKey'],
|
||||
openmediavault: ['username', 'password'],
|
||||
};
|
||||
|
||||
export type IntegrationFieldDefinitionType = {
|
||||
|
||||
Reference in New Issue
Block a user