Help Needed: Implementing FYTA API Integration for Remote Control

Hi everyone,

I’m trying to implement the FYTA API integration for the Unfolded Circle remote control and would appreciate some guidance on how to get started.

I’ve been looking at the Home Assistant FYTA integration implementation to understand how they handle the API communication and data structures. However, I’m not quite sure how to translate this into a working integration for the remote control.

Some specific questions:

  1. What would be the best approach to structure the integration?
  2. How should we handle the API authentication and data polling?
  3. Are there any specific patterns or practices I should follow for the remote control integration?

Has anyone here worked with the FYTA API before or built similar integrations for the remote control? Any tips or pointers would be greatly appreciated!

Thanks in advance for your help!

FYI the FYTA Home Assistent GitHub code: https://github.com/home-assistant/core/tree/dev/homeassistant/components/fyta

There is plenty information on Github from UC on how the integration api works and how to write an integration driver for the remote: GitHub - unfoldedcircle/core-api: API specifications for Remote Two by Unfolded Circle

UC also has a list of existing integration with links to their GitHub repositories: Supported devices