https://github.com/dontinelli/fyta-custom_component
Home Assistant integration for FYTA plant sensors, configured as custom component
https://github.com/dontinelli/fyta-custom_component
garden-automation gardening home-assistant home-automation integration plant plants
Last synced: 5 months ago
JSON representation
Home Assistant integration for FYTA plant sensors, configured as custom component
- Host: GitHub
- URL: https://github.com/dontinelli/fyta-custom_component
- Owner: dontinelli
- License: gpl-3.0
- Created: 2024-02-11T19:22:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T11:13:45.000Z (5 months ago)
- Last Synced: 2025-05-10T12:23:16.071Z (5 months ago)
- Topics: garden-automation, gardening, home-assistant, home-automation, integration, plant, plants
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FYTA - custom_component
This repository contains a custom integration for Home Assistant to monitor FYTA plants. The integration may eventually be implemented as core integration. Until then (or for easier adjustments to your desires), feel free to use this custom component.
> [!CAUTION]
> In the past, the core component has received a lot of care and basically all features, that initially only were available in the custom components (such as for example the binary sensors or the image entity), have been implemented into the core component. Furthermore, the core component has (again) reached the platinum state on the new quality scale.
> Currently this custom component is not further maintained. Users are advised to migrate to the fyta core component to receive future improvements and bug fixes.# Installation
## With HACS
While the FYTA integration is not (yet) part of the HACS repository, you can add `https://github.com/dontinelli/fyta-custom_component` as custom repository and download the integration directly into your HA installation.## Manual Installation
Copy the files from `custom_components/fyta` to `./config/custom_components/fyta` of your Home Assistant installation.## Setup
To access your plant data, you need the username (email address) and password of your FYTA account. The data will be accuired by the integration in course of the UI setup procedure.# Fyta-cli
The client for the communication with the FYTA API is hosted (and documented) here:
https://github.com/dontinelli/fyta-cli