mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
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:
parent
ed23b98ca7
commit
1221221e6f
42
source/_integrations/fyta.markdown
Normal file
42
source/_integrations/fyta.markdown
Normal 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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user