Skip to content

Commit

Permalink
fix gallery configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Sep 24, 2024
1 parent bd30e12 commit 5337a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gallery/src/data/traces/basic_trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const basicTrace: DemoTrace = {
description: "",
trigger: [
{
platform: "state",
trigger: "state",
entity_id: "input_boolean.toggle_1",
},
],
Expand Down
2 changes: 1 addition & 1 deletion gallery/src/data/traces/motion-light-trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const motionLightTrace: DemoTrace = {
max_exceeded: "silent",
trigger: [
{
platform: "state",
trigger: "state",
entity_id: "binary_sensor.pauluss_macbook_pro_camera_in_use",
from: "off",
to: "on",
Expand Down
2 changes: 1 addition & 1 deletion gallery/src/pages/automation/editor-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const SCHEMAS: { name: string; triggers: Trigger[] }[] = [
triggers: [
{ ...HaConversationTrigger.defaultConfig },
{
platform: "conversation",
trigger: "conversation",
command: ["Turn on the lights", "Turn the lights on"],
},
],
Expand Down

0 comments on commit 5337a96

Please sign in to comment.