From a6a56c3931d4ec6ff617d0815b4d378154fcd75c Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 23 Jan 2025 22:59:13 -0600 Subject: [PATCH] bump version, add resource --- pyproject.toml | 2 +- test/test_resources.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4888366..d6a83ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "neon-homeassistant-skill" -version = "0.0.23" +version = "0.0.24" description = "An OVOS/Neon.AI Skill for Home Assistant, which integrates with ovos-PHAL-plugin-homeassistant." authors = ["Mike Gray "] readme = "README.md" diff --git a/test/test_resources.yaml b/test/test_resources.yaml index bb6b7ef..18debb5 100644 --- a/test/test_resources.yaml +++ b/test/test_resources.yaml @@ -47,5 +47,6 @@ intents: - assist.intent - disable.intent - enable.intent + - get.all.devices.intent # Adapt intents are the name passed to the constructor adapt: []