mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix "unknown" traces in design gallery (#21942)
This commit is contained in:
parent
3166fec7db
commit
b48a28f2a6
@ -232,7 +232,7 @@ export const basicTrace: DemoTrace = {
|
|||||||
],
|
],
|
||||||
action: [
|
action: [
|
||||||
{
|
{
|
||||||
service: "input_boolean.toggle",
|
action: "input_boolean.toggle",
|
||||||
target: {
|
target: {
|
||||||
entity_id: "input_boolean.toggle_4",
|
entity_id: "input_boolean.toggle_4",
|
||||||
},
|
},
|
||||||
@ -268,7 +268,7 @@ export const basicTrace: DemoTrace = {
|
|||||||
],
|
],
|
||||||
default: [
|
default: [
|
||||||
{
|
{
|
||||||
service: "input_boolean.toggle",
|
action: "input_boolean.toggle",
|
||||||
alias: "Toggle 2",
|
alias: "Toggle 2",
|
||||||
target: {
|
target: {
|
||||||
entity_id: "input_boolean.toggle_2",
|
entity_id: "input_boolean.toggle_2",
|
||||||
@ -277,7 +277,7 @@ export const basicTrace: DemoTrace = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
service: "input_boolean.toggle",
|
action: "input_boolean.toggle",
|
||||||
target: {
|
target: {
|
||||||
entity_id: "input_boolean.toggle_4",
|
entity_id: "input_boolean.toggle_4",
|
||||||
},
|
},
|
||||||
|
@ -143,7 +143,7 @@ export const motionLightTrace: DemoTrace = {
|
|||||||
],
|
],
|
||||||
action: [
|
action: [
|
||||||
{
|
{
|
||||||
service: "light.turn_on",
|
action: "light.turn_on",
|
||||||
target: {
|
target: {
|
||||||
entity_id: "light.elgato_key_light_air",
|
entity_id: "light.elgato_key_light_air",
|
||||||
},
|
},
|
||||||
@ -162,7 +162,7 @@ export const motionLightTrace: DemoTrace = {
|
|||||||
delay: 0,
|
delay: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
service: "light.turn_off",
|
action: "light.turn_off",
|
||||||
target: {
|
target: {
|
||||||
entity_id: "light.elgato_key_light_air",
|
entity_id: "light.elgato_key_light_air",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user