rename old room controls to lights and rename new thing to activity controls
Container image / image (push) Failing after 1m2s

This commit is contained in:
legop3
2026-09-16 14:45:09 -04:00
parent 51b42ea778
commit 487666eed8
21 changed files with 48 additions and 47 deletions
+5 -5
View File
@@ -112,10 +112,10 @@ export const HELP_CONTENT = {
},
{
id: 'room-controls',
title: 'Room Controls',
title: 'Room Lights',
items: [
{ action: 'homeAssistantOn', label: 'Next room control on' },
{ action: 'homeAssistantOff', label: 'Next room control off (reverse)' },
{ action: 'homeAssistantOn', label: 'Next room light on' },
{ action: 'homeAssistantOff', label: 'Next room light off (reverse)' },
],
},
],
@@ -163,7 +163,7 @@ export const HELP_CONTENT = {
type: 'list',
title: 'More controls',
items: [
'Chat, Activities, VIP, Room Controls, Help, and Settings are below the rover controls.',
'Chat, Activities, VIP, Room Lights, Help, and Settings are below the rover controls.',
],
},
],
@@ -200,7 +200,7 @@ export const HELP_CONTENT = {
type: 'list',
title: 'More controls',
items: [
'Chat, Activities, VIP, Room Controls, Help, and Settings are below the rover controls.',
'Chat, Activities, VIP, Room Lights, Help, and Settings are below the rover controls.',
],
},
],