openhab-google-assistant icon indicating copy to clipboard operation
openhab-google-assistant copied to clipboard

Documentation Error for TV group

Open waynethomas69 opened this issue 2 years ago • 1 comments

The Openhab documentations give an example config for a TV group with an error. Currently reads: Group tvGroup { ga="TV" [ volumeDefaultPercentage="20", levelStepSize="10", volumeMaxLevel="100", transportControlSupportedCommands="NEXT,PREVIOUS,PAUSE,RESUME", availableChannels="1=Channel1=NBC,2=Channel2=CBS", availableInputs="hdmi1=xbox:gaming,hdmi2=settopbox", availableApplications: "youtube=YouTube:Tube,netflix=Netflix:Chill" ] }

but should read: Group tvGroup { ga="TV" [ volumeDefaultPercentage="20", levelStepSize="10", volumeMaxLevel="100", transportControlSupportedCommands="NEXT,PREVIOUS,PAUSE,RESUME", availableChannels="1=Channel1=NBC,2=Channel2=CBS", availableInputs="hdmi1=xbox:gaming,hdmi2=settopbox", availableApplications="youtube=YouTube:Tube,netflix=Netflix:Chill" ] }

The issue is the : after availableApplications should be =

waynethomas69 avatar Aug 17 '22 23:08 waynethomas69

Thanks for letting us know :)

michikrug avatar Aug 18 '22 08:08 michikrug

Will be fixed in one of the next PRs.

michikrug avatar Oct 28 '22 19:10 michikrug