From 1616d9a5cbe6357e78626771e81d297d5850f7b1 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Fri, 24 Jul 2026 19:47:09 +0000 Subject: [PATCH] test_mcp_backup.yaml --- test_mcp_backup.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test_mcp_backup.yaml diff --git a/test_mcp_backup.yaml b/test_mcp_backup.yaml new file mode 100644 index 0000000..a74f1b6 --- /dev/null +++ b/test_mcp_backup.yaml @@ -0,0 +1,10 @@ +triggers: + - trigger: state + entity_id: sun.sun + to: above_horizon +actions: + - action: notify.notify + data: + title: "MCP Test" + message: "Automation created via homeassistant MCP!" +mode: single