Skip to content

Commit a0d0a0b

Browse files
mikewuuseambot
andauthored
fix: hints not being rendered in expandable (detail) blocks (#757)
* unindent property-nested-internal * ci: Generate docs --------- Co-authored-by: Seam Bot <[email protected]>
1 parent 3c258d0 commit a0d0a0b

File tree

6 files changed

+67
-67
lines changed

6 files changed

+67
-67
lines changed

codegen/layouts/partials/property-nested-internal.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{/if}}
55
{{#if isDeprecated}}
66

7-
{{> deprecated-warning}}
7+
{{> deprecated-warning}}
88
{{/if}}
99
{{#if enumValues}}
1010
<details>

docs/api/acs/entrances/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ Salto Space-specific metadata associated with the [entrance](../../../capability
306306

307307
- <strong><code>ext_door_id</code></strong> <i>String</i>
308308

309-
{% hint style="warning" %}
310-
**Deprecated**. use door_id.
311-
{% endhint %}
309+
{% hint style="warning" %}
310+
**Deprecated**. use door_id.
311+
{% endhint %}
312312

313313
- <strong><code>room_description</code></strong> <i>String</i>
314314

docs/api/devices/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,9 +2119,9 @@ Metadata for a dormakaba Oracode device.
21192119

21202120
Site ID for a dormakaba Oracode device.
21212121

2122-
{% hint style="warning" %}
2123-
**Deprecated**. Previously marked as "@DEPRECATED."
2124-
{% endhint %}
2122+
{% hint style="warning" %}
2123+
**Deprecated**. Previously marked as "@DEPRECATED."
2124+
{% endhint %}
21252125

21262126
- <strong><code>site_name</code></strong> <i>String</i>
21272127

@@ -2545,9 +2545,9 @@ Device model-related properties.
25452545

25462546
- <strong><code>accessory_keypad_supported</code></strong> <i>Boolean</i>
25472547

2548-
{% hint style="warning" %}
2549-
**Deprecated**. use device.properties.model.can_connect_accessory_keypad
2550-
{% endhint %}
2548+
{% hint style="warning" %}
2549+
**Deprecated**. use device.properties.model.can_connect_accessory_keypad
2550+
{% endhint %}
25512551

25522552
- <strong><code>can_connect_accessory_keypad</code></strong> <i>Boolean</i>
25532553

@@ -2567,15 +2567,15 @@ Device model-related properties.
25672567

25682568
- <strong><code>offline_access_codes_supported</code></strong> <i>Boolean</i>
25692569

2570-
{% hint style="warning" %}
2571-
**Deprecated**. use device.can_program_offline_access_codes.
2572-
{% endhint %}
2570+
{% hint style="warning" %}
2571+
**Deprecated**. use device.can_program_offline_access_codes.
2572+
{% endhint %}
25732573

25742574
- <strong><code>online_access_codes_supported</code></strong> <i>Boolean</i>
25752575

2576-
{% hint style="warning" %}
2577-
**Deprecated**. use device.can_program_online_access_codes.
2578-
{% endhint %}
2576+
{% hint style="warning" %}
2577+
**Deprecated**. use device.can_program_online_access_codes.
2578+
{% endhint %}
25792579

25802580
</details>
25812581

@@ -3614,9 +3614,9 @@ Available [climate presets](../../capability-guides/thermostats/creating-and-man
36143614

36153615
Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).
36163616

3617-
{% hint style="warning" %}
3618-
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
3619-
{% endhint %}
3617+
{% hint style="warning" %}
3618+
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
3619+
{% endhint %}
36203620

36213621
<strong><code>name</code></strong> <i>String</i>
36223622

@@ -3753,9 +3753,9 @@ Current climate setting.
37533753

37543754
Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).
37553755

3756-
{% hint style="warning" %}
3757-
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
3758-
{% endhint %}
3756+
{% hint style="warning" %}
3757+
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
3758+
{% endhint %}
37593759

37603760
- <strong><code>name</code></strong> <i>String</i>
37613761

@@ -3876,9 +3876,9 @@ Current climate setting.
38763876

38773877
Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).
38783878

3879-
{% hint style="warning" %}
3880-
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
3881-
{% endhint %}
3879+
{% hint style="warning" %}
3880+
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
3881+
{% endhint %}
38823882

38833883
- <strong><code>name</code></strong> <i>String</i>
38843884

docs/api/devices/unmanaged/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,9 +1550,9 @@ Device model-related properties.
15501550

15511551
- <strong><code>accessory_keypad_supported</code></strong> <i>Boolean</i>
15521552

1553-
{% hint style="warning" %}
1554-
**Deprecated**. use device.properties.model.can_connect_accessory_keypad
1555-
{% endhint %}
1553+
{% hint style="warning" %}
1554+
**Deprecated**. use device.properties.model.can_connect_accessory_keypad
1555+
{% endhint %}
15561556

15571557
- <strong><code>can_connect_accessory_keypad</code></strong> <i>Boolean</i>
15581558

@@ -1572,15 +1572,15 @@ Device model-related properties.
15721572

15731573
- <strong><code>offline_access_codes_supported</code></strong> <i>Boolean</i>
15741574

1575-
{% hint style="warning" %}
1576-
**Deprecated**. use device.can_program_offline_access_codes.
1577-
{% endhint %}
1575+
{% hint style="warning" %}
1576+
**Deprecated**. use device.can_program_offline_access_codes.
1577+
{% endhint %}
15781578

15791579
- <strong><code>online_access_codes_supported</code></strong> <i>Boolean</i>
15801580

1581-
{% hint style="warning" %}
1582-
**Deprecated**. use device.can_program_online_access_codes.
1583-
{% endhint %}
1581+
{% hint style="warning" %}
1582+
**Deprecated**. use device.can_program_online_access_codes.
1583+
{% endhint %}
15841584

15851585
</details>
15861586

docs/api/locks/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,9 +1905,9 @@ Metadata for a dormakaba Oracode device.
19051905

19061906
Site ID for a dormakaba Oracode device.
19071907

1908-
{% hint style="warning" %}
1909-
**Deprecated**. Previously marked as "@DEPRECATED."
1910-
{% endhint %}
1908+
{% hint style="warning" %}
1909+
**Deprecated**. Previously marked as "@DEPRECATED."
1910+
{% endhint %}
19111911

19121912
- <strong><code>site_name</code></strong> <i>String</i>
19131913

@@ -2375,9 +2375,9 @@ Device model-related properties.
23752375

23762376
- <strong><code>accessory_keypad_supported</code></strong> <i>Boolean</i>
23772377

2378-
{% hint style="warning" %}
2379-
**Deprecated**. use device.properties.model.can_connect_accessory_keypad
2380-
{% endhint %}
2378+
{% hint style="warning" %}
2379+
**Deprecated**. use device.properties.model.can_connect_accessory_keypad
2380+
{% endhint %}
23812381

23822382
- <strong><code>can_connect_accessory_keypad</code></strong> <i>Boolean</i>
23832383

@@ -2397,15 +2397,15 @@ Device model-related properties.
23972397

23982398
- <strong><code>offline_access_codes_supported</code></strong> <i>Boolean</i>
23992399

2400-
{% hint style="warning" %}
2401-
**Deprecated**. use device.can_program_offline_access_codes.
2402-
{% endhint %}
2400+
{% hint style="warning" %}
2401+
**Deprecated**. use device.can_program_offline_access_codes.
2402+
{% endhint %}
24032403

24042404
- <strong><code>online_access_codes_supported</code></strong> <i>Boolean</i>
24052405

2406-
{% hint style="warning" %}
2407-
**Deprecated**. use device.can_program_online_access_codes.
2408-
{% endhint %}
2406+
{% hint style="warning" %}
2407+
**Deprecated**. use device.can_program_online_access_codes.
2408+
{% endhint %}
24092409

24102410
</details>
24112411

docs/api/thermostats/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,9 +2000,9 @@ Available [climate presets](../../capability-guides/thermostats/creating-and-man
20002000

20012001
Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).
20022002

2003-
{% hint style="warning" %}
2004-
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
2005-
{% endhint %}
2003+
{% hint style="warning" %}
2004+
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
2005+
{% endhint %}
20062006

20072007
<strong><code>name</code></strong> <i>String</i>
20082008

@@ -2222,9 +2222,9 @@ Current climate setting.
22222222

22232223
Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).
22242224

2225-
{% hint style="warning" %}
2226-
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
2227-
{% endhint %}
2225+
{% hint style="warning" %}
2226+
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
2227+
{% endhint %}
22282228

22292229
- <strong><code>name</code></strong> <i>String</i>
22302230

@@ -2345,9 +2345,9 @@ Current climate setting.
23452345

23462346
Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).
23472347

2348-
{% hint style="warning" %}
2349-
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
2350-
{% endhint %}
2348+
{% hint style="warning" %}
2349+
**Deprecated**. Use 'thermostat_schedule.is_override_allowed'
2350+
{% endhint %}
23512351

23522352
- <strong><code>name</code></strong> <i>String</i>
23532353

@@ -2444,9 +2444,9 @@ Metadata for a dormakaba Oracode device.
24442444

24452445
Site ID for a dormakaba Oracode device.
24462446

2447-
{% hint style="warning" %}
2448-
**Deprecated**. Previously marked as "@DEPRECATED."
2449-
{% endhint %}
2447+
{% hint style="warning" %}
2448+
**Deprecated**. Previously marked as "@DEPRECATED."
2449+
{% endhint %}
24502450

24512451
- <strong><code>site_name</code></strong> <i>String</i>
24522452

@@ -3032,9 +3032,9 @@ Device model-related properties.
30323032

30333033
- <strong><code>accessory_keypad_supported</code></strong> <i>Boolean</i>
30343034

3035-
{% hint style="warning" %}
3036-
**Deprecated**. use device.properties.model.can_connect_accessory_keypad
3037-
{% endhint %}
3035+
{% hint style="warning" %}
3036+
**Deprecated**. use device.properties.model.can_connect_accessory_keypad
3037+
{% endhint %}
30383038

30393039
- <strong><code>can_connect_accessory_keypad</code></strong> <i>Boolean</i>
30403040

@@ -3054,15 +3054,15 @@ Device model-related properties.
30543054

30553055
- <strong><code>offline_access_codes_supported</code></strong> <i>Boolean</i>
30563056

3057-
{% hint style="warning" %}
3058-
**Deprecated**. use device.can_program_offline_access_codes.
3059-
{% endhint %}
3057+
{% hint style="warning" %}
3058+
**Deprecated**. use device.can_program_offline_access_codes.
3059+
{% endhint %}
30603060

30613061
- <strong><code>online_access_codes_supported</code></strong> <i>Boolean</i>
30623062

3063-
{% hint style="warning" %}
3064-
**Deprecated**. use device.can_program_online_access_codes.
3065-
{% endhint %}
3063+
{% hint style="warning" %}
3064+
**Deprecated**. use device.can_program_online_access_codes.
3065+
{% endhint %}
30663066

30673067
</details>
30683068

0 commit comments

Comments
 (0)