add lightning sensor
Some checks failed
Build and Publish / check-chart (push) Successful in 15s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Failing after 1m14s

This commit is contained in:
2025-04-02 20:09:44 -04:00
parent 35374ab6e0
commit 53c22ab8c7
6 changed files with 84 additions and 46 deletions

View File

@@ -308,6 +308,14 @@
"updateTimestamp": {
"type": "string",
"format": "date-time"
},
"lightningDay": {
"type": "integer",
"format": "int32"
},
"lightningDistance": {
"type": "integer",
"format": "int32"
}
}
}