Appdaemon lat/long to string (#608)
* Appdaemon lat/long to string * Allow only digits and dot * Add app_key validation [firefly] * ff3 version bump
This commit is contained in:
@@ -27,4 +27,4 @@ name: fireflyiii
|
||||
sources:
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
type: application
|
||||
version: 4.2.4
|
||||
version: 4.2.5
|
||||
|
||||
@@ -104,6 +104,9 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
min_length: 32
|
||||
max_length: 32
|
||||
valid_chars: "a-zA-Z0-9"
|
||||
required: true
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
|
||||
Reference in New Issue
Block a user