Connect to tvheadend

Can you add tvheadend media?

I’m also highly interested in this integration!

I’d vote for this one to

+1 please add this integration

+1, i’m in too.

me too! it will be very appreciated !

This is a custom_component someone else has already started. Are there any other things you would want added?

Did you get that to work?

I’d open an issue about the configuration, as such info is not available anywhere: https://github.com/mezz64/pyTVHeadend/issues/1

I haven’t got it setup as yet, but just by looking at the code I think it should be

sensor:
  - platform: tvheadend
    host: 192.168.10.68

and so on.

The other issue you might have, is that all of the code from custom_components, should be in a directory called tvheadend to ensure it is consistent and loaded from memory. So /config/custom_components/tvheadend/sensor.py for instance should be there, rather than just /config/custom_components.

tvheadend:
  host: 192.168.0.2
  port: 9981
  maxconn: '2'

Sorry, this can connect to the new server I have just setup. However, I haven’t got any streams setup so it gives me an error at the moment. Once I find my tv tuners, I will test again.