-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Home Assistant YAML config #1
Comments
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' This connects to my server, but because I haven't got it properly setup at the moment, that is all that works. |
Is this component compatible with the tvheadend 4.2.8? |
I get this error message:
|
Same problem here.
|
Hi.
Is this the correct config schema?
Thanks.
The text was updated successfully, but these errors were encountered: