github bertbert72/HomeAssistant_VirginTivo 0.1.26

latest release: 0.1.27
19 months ago
  • Change channel source to CSV
  • Allow 4-digit channel numbers for non-Virgin users

This release moves away from the hacked TVChannelList HTML to a much cleaner CSV format. This can be found in channels/channels.csv. This should be much simpler for people to update. Each channel has 3 attributes.

  • ID
    The channel number. Also has an optional suffix to denote the region, e.g. E for England, S for Scotland, W for Wales and N for Northern Ireland. An example would be
    .
    113EW,ITV,Mixit
    113N,UTV,Mixit
    .
    Which is ITV in England and Wales, but UTV in Northern Ireland.

  • Channel Name

  • Package

The default region is England, but this can be changed within your configuration file, e.g.

tvchannellists:
  enable: True
  region: N

Which changes the region to Northern Ireland

Don't miss a new HomeAssistant_VirginTivo release

NewReleases is sending notifications on new releases.