Skip to content

Releases: alves-dev/stackspot-homeassistant

v1.5.0

22 Oct 22:42
128f9ab

Choose a tag to compare

Fix

  • There was a change in the StackSpot API response that caused the token count to break
    • NOTE: I was contacted and informed that the fields are under review and that after that the documentation will be updated.

develop

22 Oct 22:37

Choose a tag to compare

develop Pre-release
Pre-release

This is the release from develop

v1.4.0

17 Sep 11:13
134e39d

Choose a tag to compare

This version includes everything that was released in the beta versions below without any changes.

Versions

  • 1.4.0-beta.2
  • 1.4.0-beta.1

v1.4.0-beta.2

08 Sep 12:29
2694fad

Choose a tag to compare

v1.4.0-beta.2 Pre-release
Pre-release

Added

  • Created new Tool get_todo_items
  • New parameter in agent configuration to indicate if it can control the ha:
    • It basically indicates whether the agent has access or not to the Tools
    • By default this option is false
  • New LLM Model parameter:
    • Informational only
    • Appears on the device
    • No effect on the agent

Improvements

  • New naming strategy for sub-entries
  • Improved device information

v1.4.0-beta.1

03 Sep 12:40
224082a

Choose a tag to compare

v1.4.0-beta.1 Pre-release
Pre-release

⚠️ Attention

Note that this gives the agent access to change states in your HA. Consider that LLMs are not deterministic and may call services and/or change statuses that they shouldn't. Use at your own risk.


Added

  • Powers to change status and call for services
    • Now your agent can get entities status or call services, this is now possible using the tools.
    • Two tools are being made available, get_entity_state and call_service; The agent can decide when and which one calls.

Changed

  • Now the variable exposed_entities is created at the HA start and updated every 5 minutes.

v1.3.0

31 Aug 23:01
5a9e5be

Choose a tag to compare

Added

  • New variable exposed_entities for prompts
  • KS (knowledge-source)

v1.2.2

25 Aug 11:52
7ab9403

Choose a tag to compare

Fix

  • Injects username into prompt, only when context has this information

v1.2.1

14 Aug 22:38
b82aae5

Choose a tag to compare

Fix

  • Token validation correction when expired

v1.2.0

12 Aug 20:52
8958ebb

Choose a tag to compare

Added

  • AI task support: You can now create a new input to generate data with an agent.
    • See: AI Task
    • Note: Requires Home Assistant in version 2025.8.0

v1.1.0

01 Aug 20:19
4c2c68c

Choose a tag to compare

Added

  • Now you can define a personalized prompt for the agent.