We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8829df2 commit cc42b62Copy full SHA for cc42b62
charts/ecowitt-exporter/values.schema.json
@@ -262,12 +262,26 @@
262
},
263
"prometheusRules": {
264
"properties": {
265
+ "batteryAlerts": {
266
+ "default": true,
267
+ "description": "Enable battery alerts",
268
+ "required": [],
269
+ "title": "batteryAlerts",
270
+ "type": "boolean"
271
+ },
272
"enabled": {
273
"default": false,
274
"description": "Enable Prometheus rules for Prometheus Operator",
275
"required": [],
276
"title": "enabled",
277
"type": "boolean"
278
279
+ "weatherAlerts": {
280
281
+ "description": "Enable weather alerts",
282
283
+ "title": "weatherAlerts",
284
285
}
286
287
0 commit comments