From eba0176f7065017a8ba4813cfd1855c337099278 Mon Sep 17 00:00:00 2001 From: dontinelli <73341522+dontinelli@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:00:12 +0200 Subject: [PATCH 1/3] Add documentation for new extra attributes Add documentation for min/max acceptable and min/max good attributes --- source/_integrations/fyta.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/fyta.markdown b/source/_integrations/fyta.markdown index a391e4f19263..6e9bc8406929 100644 --- a/source/_integrations/fyta.markdown +++ b/source/_integrations/fyta.markdown @@ -101,6 +101,8 @@ For plant measurements, the following status scale is applied: - High - Too High +For the measurements sensors (light, moisture, salinity and temperature) the maximal/minimal acceptable and maximal/minimal good value is saved as an extra attribute of the sensor, so that these values can be used for automations or visualizations on the dashboard. + ## Data updates The integration fetches data from the device every 4 minutes. From dde71591a7086235d8ae72cb08c2a4cb5821d8aa Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 14 Aug 2025 04:23:04 +0200 Subject: [PATCH 2/3] tiny tweak --- source/_integrations/fyta.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/fyta.markdown b/source/_integrations/fyta.markdown index 6e9bc8406929..a67e476b07b1 100644 --- a/source/_integrations/fyta.markdown +++ b/source/_integrations/fyta.markdown @@ -101,7 +101,7 @@ For plant measurements, the following status scale is applied: - High - Too High -For the measurements sensors (light, moisture, salinity and temperature) the maximal/minimal acceptable and maximal/minimal good value is saved as an extra attribute of the sensor, so that these values can be used for automations or visualizations on the dashboard. +For the measurement sensors (light, moisture, salinity, and temperature), the maximal/minimal acceptable and maximal/minimal good values are saved as an extra attribute of the sensor, so that these values can be used for automations or visualizations on the dashboard. ## Data updates From bb28a996c304af48beb23e8d89171d4270e988e7 Mon Sep 17 00:00:00 2001 From: dontinelli <73341522+dontinelli@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:12:23 +0200 Subject: [PATCH 3/3] Update fyta.markdown --- source/_integrations/fyta.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/fyta.markdown b/source/_integrations/fyta.markdown index a67e476b07b1..5b233edcc509 100644 --- a/source/_integrations/fyta.markdown +++ b/source/_integrations/fyta.markdown @@ -101,7 +101,7 @@ For plant measurements, the following status scale is applied: - High - Too High -For the measurement sensors (light, moisture, salinity, and temperature), the maximal/minimal acceptable and maximal/minimal good values are saved as an extra attribute of the sensor, so that these values can be used for automations or visualizations on the dashboard. +For the measurement sensors (light, moisture, salinity, and temperature), the maximal/minimal values that define the ranges of what is considered acceptable and good for the plant are saved as an extra attribute of the sensor. For example: Below 10 it's too cold, that could be the minimum acceptable. 15 could be the minimum of the good range. Between 15 and 30 is perfect. 30 would be maximum good and 35 would be the maximum acceptable. Above 35 it's too hot. These values can be used for automations or visualizations on the dashboard. ## Data updates