bump revision

This commit is contained in:
avollkopf 2023-03-09 07:28:26 +01:00
parent 2c13b3c62f
commit 8dae24502b
2 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.1.6.b6" __version__ = "4.1.6"
__codename__ = "Groundhog Day" __codename__ = "Groundhog Day"

View file

@ -45,6 +45,22 @@
"type": "string", "type": "string",
"value": "Some New Brewery Name" "value": "Some New Brewery Name"
}, },
"BoilAutoTimer": {
"description": "Start Boil timer automatically if Temp does not change for 5 Minutes and is above 95C/203F",
"name": "BoilAutoTimer",
"options": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
],
"type": "select",
"value": "No"
},
"BoilKettle": { "BoilKettle": {
"description": "Define Kettle that is used for Boil, Whirlpool and Cooldown. If not selected, MASH_TUN will be used", "description": "Define Kettle that is used for Boil, Whirlpool and Cooldown. If not selected, MASH_TUN will be used",
"name": "BoilKettle", "name": "BoilKettle",
@ -107,6 +123,13 @@
"type": "select", "type": "select",
"value": "No" "value": "No"
}, },
"INFLUXDBMEASUREMENT": {
"description": "Name of the measurement in your INFLUXDB database (default: measurement)",
"name": "INFLUXDBMEASUREMENT",
"options": null,
"type": "string",
"value": "measurement"
},
"INFLUXDBNAME": { "INFLUXDBNAME": {
"description": "Name of your influxdb database name (If INFLUXDBCLOUD set to Yes use bucket of your influxdb cloud database)", "description": "Name of your influxdb database name (If INFLUXDBCLOUD set to Yes use bucket of your influxdb cloud database)",
"name": "INFLUXDBNAME", "name": "INFLUXDBNAME",