• 3 Open
    0 Closed
    Updated 2023-12-18 00:07:34 +01:00
    No due date

    Scenes and groups should be supported for all the entities.

  • 4 Open
    0 Closed
    Updated 2023-12-18 00:08:23 +01:00
    No due date

    Ideally, all the integrations should expose entities.

  • v0.60.0

    14%
    6 Open
    1 Closed
    Updated 2024-03-27 16:18:49 +01:00
    No due date
  • 5 Open
    38 Closed
    Updated 2024-03-03 22:37:29 +01:00
    No due date

    Several integrations still have an unnecessary split between a plugin and a backend component.

    This has legacy reasons - at the beginning of the project plugins were used for stateless integrations, while backends were used for integrations with a state or that ran an active listener.

    Since the RunnablePlugin has removed this barrier, some of the remaining integrations that have both a plugin and a backend should have those components merged into a single RunnablePlugin.

    Backends should only be used for integrations that actively expose a service - like the Web server, the TCP messaging service or the Hue bridge service emulator.