Skip to content

Commit 9d1ed2d

Browse files
committed
Rename Command Input Entites
1 parent dc2a951 commit 9d1ed2d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

docs/firmware/nuki-bridge-firmware.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ You can connect your Doorman via USB-C and click the button below to install the
7171
- Phone pick up Pattern `phone_pick_up_pattern`
7272

7373
### Configuration Inputs
74-
- Apartment Doorbell Command `apartment_doorbell_command_input`
75-
- Entrance Doorbell Command `entrance_doorbell_command_input`
76-
- Open Entrance Door Command `open_entrance_door_command_input`
77-
- Open Second Door Command `open_second_door_command_input` <Badge type="info" text="Disabled by default" />
78-
- Pick up phone Command `pick_up_phone_command_input` <Badge type="info" text="Disabled by default" />
79-
- Hang up phone Command `hang_up_phone_command_input` <Badge type="info" text="Disabled by default" />
80-
- Ring To Open Toggle Command `ring_to_open_toggle_command` <Badge type="info" text="Disabled by default" />
74+
- Command: Apartment Doorbell `apartment_doorbell_command_input`
75+
- Command: Entrance Doorbell `entrance_doorbell_command_input`
76+
- Command: Open Entrance Door `open_entrance_door_command_input`
77+
- Command: Open Second Door `open_second_door_command_input` <Badge type="info" text="Disabled by default" />
78+
- Command: Pick up phone `pick_up_phone_command_input` <Badge type="info" text="Disabled by default" />
79+
- Command: Hang up phone `hang_up_phone_command_input` <Badge type="info" text="Disabled by default" />
80+
- Command: Ring To Open Toggle `ring_to_open_toggle_command` <Badge type="info" text="Disabled by default" />
8181
- Ring To Open Delay `ring_to_open_delay` <Badge type="info" text="Disabled by default" />
8282
- Ring To Open Timeout `ring_to_open_timeout_mode` <Badge type="info" text="Disabled by default" />
8383

docs/firmware/stock-firmware.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ You can connect your Doorman via USB-C and click the button below to install the
5959
- Phone pick up Pattern `phone_pick_up_pattern`
6060

6161
### Configuration Inputs
62-
- Apartment Doorbell Command `apartment_doorbell_command_input`
63-
- Entrance Doorbell Command `entrance_doorbell_command_input`
64-
- Open Entrance Door Command `open_entrance_door_command_input`
65-
- Open Second Door Command `open_second_door_command_input` <Badge type="info" text="Disabled by default" />
66-
- Pick up phone Command `pick_up_phone_command_input` <Badge type="info" text="Disabled by default" />
67-
- Hang up phone Command `hang_up_phone_command_input` <Badge type="info" text="Disabled by default" />
68-
- Ring To Open Toggle Command `ring_to_open_toggle_command` <Badge type="info" text="Disabled by default" />
62+
- Command: Apartment Doorbell `apartment_doorbell_command_input`
63+
- Command: Entrance Doorbell `entrance_doorbell_command_input`
64+
- Command: Open Entrance Door `open_entrance_door_command_input`
65+
- Command: Open Second Door `open_second_door_command_input` <Badge type="info" text="Disabled by default" />
66+
- Command: Pick up phone `pick_up_phone_command_input` <Badge type="info" text="Disabled by default" />
67+
- Command: Hang up phone `hang_up_phone_command_input` <Badge type="info" text="Disabled by default" />
68+
- Command: Ring To Open Toggle `ring_to_open_toggle_command` <Badge type="info" text="Disabled by default" />
6969
- Ring To Open Delay `ring_to_open_delay` <Badge type="info" text="Disabled by default" />
7070
- Ring To Open Timeout `ring_to_open_timeout_mode` <Badge type="info" text="Disabled by default" />
7171

firmware/base.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ number:
503503
text:
504504
- platform: template
505505
id: open_entrance_door_command_input
506-
name: Open Entrance Door Command
506+
name: "Command: Open Entrance Door"
507507
optimistic: true
508508
mode: text
509509
restore_value: true
@@ -517,7 +517,7 @@ text:
517517

518518
- platform: template
519519
id: open_second_door_command_input
520-
name: Open Second Door Command
520+
name: "Command: Open Second Door"
521521
optimistic: true
522522
mode: text
523523
restore_value: true
@@ -532,7 +532,7 @@ text:
532532

533533
- platform: template
534534
id: entrance_doorbell_command_input
535-
name: Entrance Doorbell Command
535+
name: "Command: Entrance Doorbell"
536536
optimistic: true
537537
mode: text
538538
restore_value: true
@@ -546,7 +546,7 @@ text:
546546

547547
- platform: template
548548
id: apartment_doorbell_command_input
549-
name: Apartment Doorbell Command
549+
name: "Command: Apartment Doorbell"
550550
optimistic: true
551551
mode: text
552552
restore_value: true
@@ -560,7 +560,7 @@ text:
560560

561561
- platform: template
562562
id: pick_up_phone_command_input
563-
name: Pick up phone Command
563+
name: "Command: Pick up phone"
564564
optimistic: true
565565
mode: text
566566
restore_value: true
@@ -575,7 +575,7 @@ text:
575575

576576
- platform: template
577577
id: hang_up_command_input
578-
name: Hang up phone Command
578+
name: "Command: Hang up phone"
579579
optimistic: true
580580
mode: text
581581
restore_value: true
@@ -590,7 +590,7 @@ text:
590590

591591
- platform: template
592592
id: toggle_ring_to_open_command_input
593-
name: Toggle Ring To Open Command
593+
name: "Command: Toggle Ring To Open"
594594
optimistic: true
595595
mode: text
596596
restore_value: true

0 commit comments

Comments
 (0)