Initial documentation for fyta integration (#31480)

* Initial documentation for fyta integration

* Update source/_integrations/fyta.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Update source/_integrations/fyta.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Update source/_integrations/fyta.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Update source/_integrations/fyta.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Update source/_integrations/fyta.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Update source/_integrations/fyta.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Update source/_integrations/fyta.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Update fyta.markdown

* Update fyta.markdown

Adjustment of sensor list to final PR, adjustment of unit for light

* Update fyta.markdown

Add explanations to units

---------

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
dontinelli 2024-03-18 10:51:20 +01:00 committed by GitHub
parent ed23b98ca7
commit 1221221e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 |