From e6cf31323d6806aa67affe942d617c30e912478e Mon Sep 17 00:00:00 2001 From: xbl Date: Thu, 30 Jul 2026 19:27:09 +0200 Subject: [PATCH] modified: profiles.py --- profiles.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/profiles.py b/profiles.py index 517707d..45f5012 100644 --- a/profiles.py +++ b/profiles.py @@ -8,6 +8,14 @@ profiles = { "info_text3": "incense, citrus fruits", "info_text4": "energizing, calming" }, + "Apricot Mimosa": { + "values": [27, 69, 65, 42, 41, 60], + "info_text0": "9%", + "info_text1": "8%", + "info_text2": "Indica-dominant Hybrid", + "info_text3": "fruity, orange, creamy", + "info_text4": "calming, relaxing, inspiring" + }, "Black Cherry": { "values": [27, 32, 32, 60, 45, 30], "info_text0": "20%", @@ -32,6 +40,14 @@ profiles = { "info_text3": "herbaceous, cheesy, spicy", "info_text4": "energizing, focusing" }, + "Cleopatra's Milk": { + "values": [29, 65, 45, 35, 35, 55], + "info_text0": "18%", + "info_text1": "<1%", + "info_text2": "Indica-dominant Hybrid", + "info_text3": "cake, oriental spices, fruit", + "info_text4": "inspring, calming" + }, "JBT Kush": { "values": [30, 55, 50, 55, 45, 41], "info_text0": "20%", @@ -40,6 +56,14 @@ profiles = { "info_text3": "gassy (fuel), cheesy, pungent", "info_text4": "calming, relaxing, sleep promoting" }, + "Grape Waves": { + "values": [24, 75, 45, 45, 35, 45], + "info_text0": "18%", + "info_text1": "<1%", + "info_text2": "Indica-dominant Hybrid", + "info_text3": "creamy, heavy, raisins", + "info_text4": "calming, inspiring" + }, "Mother's Choice": { "values": [35, 35, 55, 35, 50, 61], "info_text0": "15%",