Remove validation for now (#620)

This commit is contained in:
Stavros Kois
2021-06-29 22:15:37 +02:00
committed by GitHub
parent a7d68f3dbd
commit 42449bcb78
4 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ name: appdaemon
sources: sources:
- https://github.com/AppDaemon/appdaemon - https://github.com/AppDaemon/appdaemon
type: application type: application
version: 3.1.8 version: 3.1.9
@@ -125,7 +125,6 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
valid_chars: "0-9."
required: true required: true
- variable: LONGITUDE - variable: LONGITUDE
label: "Longitude" label: "Longitude"
@@ -133,7 +132,6 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
valid_chars: "0-9."
required: true required: true
- variable: ELEVATION - variable: ELEVATION
label: "Elevation" label: "Elevation"
+1 -1
View File
@@ -27,4 +27,4 @@ name: fireflyiii
sources: sources:
- https://github.com/firefly-iii/firefly-iii/ - https://github.com/firefly-iii/firefly-iii/
type: application type: application
version: 4.2.5 version: 4.2.6
@@ -106,7 +106,6 @@ questions:
default: "" default: ""
min_length: 32 min_length: 32
max_length: 32 max_length: 32
valid_chars: "a-zA-Z0-9"
required: true required: true
- variable: UMASK - variable: UMASK
label: "UMASK" label: "UMASK"