nicoduj / homebridge-harmony

Harmony websocket plugin for homebridge
The Unlicense
211 stars 22 forks source link

fix for issue #410. This fixes the 'TV showing as undefined' #415

Closed lisanet closed 1 year ago

lisanet commented 1 year ago

... by setting default values for all hubs in config.schema (true for the primary hub, false for any other hub)

This creates a otherPlatform entry with TVAccessory set to false and so it won't be exposed.

I've change the description slightly and removed the mentioning of the default value. It's a bit weird that a check box is not marked, while the help message says its default is true if not set.