diff --git a/source/_integrations/fyta.markdown b/source/_integrations/fyta.markdown new file mode 100644 index 00000000000..52cd3f7da52 --- /dev/null +++ b/source/_integrations/fyta.markdown @@ -0,0 +1,42 @@ +--- +title: FYTA +description: Instructions on how to integrate FYTA sensors within Home Assistant. +ha_category: + - Sensor +ha_release: 0.1 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@dontinelli' +ha_domain: fyta +ha_platforms: + - sensor +ha_integration_type: integration +--- + +The **FYTA** {% term integration %} uses the open API of [FYTA](https://www.fyta.de) to obtain the data from your plant sensors and integrate these into Home Assistant. + +For the authentication on the FYTA server, you need your login-credentials (email and password). + +The integration provides a device for all plants with a FYTA Beam sensor. + +{% include integrations/config_flow.md %} + +## Sensors + +The following sensors are currently available per plant: + +| name | Unit | Description | +|-----------------------|--------|:-------------------------------------------| +| scientific_name | | Scientific name of the plant | +| plant_status | | FYTA-Status (number 1 to 5) | +| temperature_status | | FYTA-Status (number 1 to 5) | +| light_status | | FYTA-Status (number 1 to 5) | +| moisture_status | | FYTA-Status (number 1 to 5) | +| salinity_status | | FYTA-Status (number 1 to 5) | +| temperature | °C | Temperature measured by sensor | +| light | μmol/h | Light measured by sensor (hourly photosynthetically active radiation PAR)| +| moisture | % | Moisture measured by sensor | +| salinity | mS/cm | Salinity measured by sensor (measured as conductivity)| +| battery_level | % | Battery level of the sensor | +