Skip to content

Commit a9e1afd

Browse files
committed
cross link light_player pages
1 parent 7a9fdd7 commit a9e1afd

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/code/api_reference/config_players/light_player.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# light_player API Reference
22

3-
Config Reference:
4-
5-
* [light_player:](../../../config/light_player.md)
6-
73
`self.machine.light_player`
84

95
``` python
@@ -37,3 +33,8 @@ Handle subscriptions.
3733
`play(settings, context, calling_context, priority=0, **kwargs)`
3834

3935
Set light color based on config.
36+
37+
## Related Pages:
38+
39+
* [light_player: Config Reference](../../../config/light_player.md)
40+
* [Light player Config Player Reference](../../../config_players/light_player.md)

docs/config/light_player.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Single value, type: `int_or_token`. Default: `0`
8686

8787
Relative priority of this entry in the light stack.
8888

89-
## Related How To guides
89+
## Related Pages:
9090

91-
* [Light player](../config_players/light_player.md)
91+
* [Light player Config Player Reference](../config_players/light_player.md)
92+
* [light_player API Reference](../config_players/light_player.md)

docs/config_players/light_player.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ show_player:
242242
In most cases simple syntax is sufficient. Extended syntax is easier to
243243
use with placeholders.
244244

245-
## Config Options
245+
## Related Pages:
246246

247-
See [light_player:](../config/light_player.md) for config
248-
details.
247+
* [Lights](../mechs/lights/index.md)
248+
* [light_player: Config Reference](../config/light_player.md)
249+
* [light_player API Reference](../code/api_reference/config_players/light_player.md)

0 commit comments

Comments
 (0)