File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ The sensor attributes will contain two `json` keyed lists:
8888| ` start_time ` | optional | Date/Time code becomes valid (local time zone) |
8989| ` stop_time ` | optional | Date/Time code will become invalid |
9090
91- > [ !Note ]
91+ > [ !NOTE ]
9292> Both ` start_time ` and ` end_time ` are required when creating time-based codes.
9393
9494#### Modify Access Code
@@ -98,12 +98,15 @@ The sensor attributes will contain two `json` keyed lists:
9898| Parameter | Required | Description/Notes |
9999| -----------| ----------| -------------------|
100100| ` config_entry_id ` | ** required** | ID of the config entry of the Seam API where the managed access code exists |
101- | ` access_code_id ` | ** required** | The ID assigned to the access code by Seam. This can be found in the [ sensor attributes] ( TODO ) for the lock
101+ | ` access_code_id ` | ** required** | The ID assigned to the access code by Seam. This can be found in the [ sensor attributes] ( #attributes ) for the lock
102102| ` code ` | ** requided** | Numeric access code 4 to 8 digits |
103103| ` name ` | ** required** | Name of code (user's name) |
104104| ` start_time ` | optional | Date/Time code becomes valid (local time zone) |
105105| ` stop_time ` | optional | Date/Time code will become invalid |
106106
107+ > [ !NOTE]
108+ > Both ` start_time ` and ` end_time ` are required when creating time-based codes.
109+
107110#### Delete Access Code
108111
109112` august_access_codes.delete_access_code ` - Delete a managed access code on a lock.
You can’t perform that action at this time.
0 commit comments