Skip to content

Releases: alves-dev/stackspot-homeassistant

v1.8.2

13 Mar 12:05

Choose a tag to compare

Warning

  • StackSpot freemium accounts will be discontinued on April 6th, 2026

develop

13 Mar 12:03

Choose a tag to compare

develop Pre-release
Pre-release

This is the release from develop

v1.8.1

16 Feb 12:45

Choose a tag to compare

fix

  • Fix action hassfest
    [TRANSLATIONS] Invalid translations/en.json: the string should not contain URLs, please use description placeholders instead for dictionary value @ data['config_subentries']['knowledge_source']['step']['reconfigure']['description']
    • Removing URLs from the [lang].json file

v1.8.0

20 Jan 17:29

Choose a tag to compare

fix

  • Fix issue 24
    • Problem reading the scripts file
    • Improved file readability, using aiofiles async method

v1.7.0

09 Dec 15:51
a1174e0

Choose a tag to compare

Added

News variables for prompts:

  • tools list of tools
  • tools_prompt Prompt injected when using Allow control in the agent.
  • services list of services
  • scripts list of scripts
  • all_variables dict containing the VALUE of all variables available through the integration

See doc for more details.

v1.6.0

01 Dec 11:17
96acc84

Choose a tag to compare

Fix

  • Fix for compatibility with version 2025.11.

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.

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.