bertbert72 / HomeAssistant_VirginTivo

HomeAssistant component for control of Virgin Media Tivo boxes
GNU General Public License v3.0
29 stars 22 forks source link

Odd things in source_list #60

Closed richard-scott closed 4 years ago

richard-scott commented 4 years ago

There are some odd looking entries in the source_list when you look at the entity state with the HA Developer Tools. 2020-07-15 16_55_03-Window

Here is the relevant exctract from the listings:

2020-07-15 16_54_44-Window

This is my Yaml:

- platform: virgintivo
  scan_interval: 5
  force_hd: true
  tvchannellists:
    enable: True
  guide:
    enable_guide: true
  tivos:
    1:
      name: Virgin V6
      host: TIVO-XXXXXXXXXXXX.home.lan

There are other odd things in there too, such as:

2020-07-15 17_01_28-Window

bertbert72 commented 4 years ago

I think they are trying to drive me insane. What's with this template stuff they've chucked in?!? Doesn't seem to be any rhyme or reason for it and they've stuck a random return and an "e" just for good measure... Their site I suppose and they can do what they like. Dirty hack on its way.

bertbert72 commented 4 years ago

Hopefully that will sort it. Let me know if any more issues.

richard-scott commented 4 years ago

Excellent work, thank you!