You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update media_player.onkyo.markdown
* onkyo: removed optional value from sample config, update max_volume documentation to include required volume range
Copy file name to clipboardExpand all lines: source/_components/media_player.onkyo.markdown
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ name:
39
39
description: Name of the device. (*Required if host is specified*)
40
40
required: false
41
41
type: string
42
+
max_volume:
43
+
description: Maximum volume. Defaults to 80.
44
+
required: false
45
+
type: number
42
46
sources:
43
47
description: A list of mappings from source to source name. Valid sources can be found below. A default list will be used if no source mapping is specified.
0 commit comments