From 8141562c496db07e6d87ed3a35797c5656413551 Mon Sep 17 00:00:00 2001 From: Nigel Kilmer Date: Wed, 1 Apr 2026 15:31:26 -0700 Subject: [PATCH] Fix typo in ACTIVE and INACTIVE state descriptions --- ontology/yaml/resources/states/states.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ontology/yaml/resources/states/states.yaml b/ontology/yaml/resources/states/states.yaml index a5f6409968..bb6e0306c6 100644 --- a/ontology/yaml/resources/states/states.yaml +++ b/ontology/yaml/resources/states/states.yaml @@ -29,8 +29,8 @@ CLOSED: "Closed position; typically for a valve, damper, or other pass-though." OCCUPIED: "Occupied sensor state or operation mode." UNOCCUPIED: "Unoccupied sensor state or operation mode." -ACTIVE: "An action, activity, event, or operation is currently hapenning." -INACTIVE: "An action, activity, event, or operation is not currently hapenning." +ACTIVE: "An action, activity, event, or operation is currently happening." +INACTIVE: "An action, activity, event, or operation is not currently happening." ENABLED: "Something is enabled." DISABLED: "Something is disabled."