dear i am not that pro in this,
can you just show me single example to make ith with ui editor
Dear,
i am getting error at using decluttering-card for button and text
I am not using shield tv
can you please guide me to use different label_image and button_image as per general.
Thanks
Here is an example with 3 buttons you can paste in the ui editor.
Use the âmanual cardâ and make shure you have the card âbutton-cardâ from HACS installed.
This code will automaticly transform in the ui editor to the new horizontal stack editor, but you can edit this whole code if you press the âShow Code editorâ i bottom left corner.
A change in the structure of the TV Channel Lists site yesterday evening has broken the guide part of the component and is preventing it from working. A quick fix while I look at making the necessary changes would be to edit your config to manually point at an older version of the page. E.g.
If you mean what commands the component can send, check out the Services section of the readme.
If you mean what commands you can use yourself via the telnet interface, there is a PDF which documents all this. Do a search for âtivo tcp remote protocol pdfâ. It is called âTCP Remote Protocol Version 1.1â.
First off check that youâve created a folder called virgintivo in your custom components folder and placed the manifest.json and media_player.py files in there.
If youâve done that, can you share the section of your configuration.yaml where youâve set up the integration? It might also be useful to see the log, but if it really canât see the integration at all, thereâs probably not much in there.
Thanks for producing, this is really good. I have managed to get it all up and running ok but the one thing I canât work out is how you get the channel screengrabs to appear in HA Dashboard? Can someone point me in the right direction please?
If the TV channel list from tvchannellists.com is still being used then a small change might be needed because they have now put two lists in place (new and old) which would mean at least a URL change if they did not put a redirect in place.
It isnât IR ⌠it is a radio frequency.
You can confirm by covering the front.
The IR transmitter is used for TV volume control if you have configured it.
The component controls the V6/Tivo box, not the remote. The function youâre describing is done directly by the remote via IR. If you want to control the TV on/off, youâd be better getting a component that controls the TV itself. Or something that can control the TV via CEC.
Meanwhile, static images now use a cookieless domain, eg
Previously https://www.tvchannellists.com/images/thumb/c/cf/Virginmedialogo.png/180px-Virginmedialogo.png, now https://broccoli.tvchannellists.com/images/thumb/c/cf/Virginmedialogo.png/180px-Virginmedialogo.png (server-side redirect not yet functional)
I havenât looked into your script, but in case these changes break the script I think itâs worth noting. Thanks and sorry for any inconvenience. âMilan RaÄenoviÄ (talk)
Thanks Paul. Iâve run my unit test for the channels and it is still working as the original URL still exists. It also works with the new /w/ URL. So for the moment it looks like nothing has changed for us. Iâm happy to repoint to the /w/ if we think it is likely to switch solely to this in the future. Or we can leave until something forces a change.
Had they made a breaking change that was too painful to follow?
Should people who spot channel changes now do a github pull request on the channels.html file or do you have some magic automation running in the background to keep it up to date ⌠or something else?
Their latest change removes the HD/SD information that was a large part of the reason for using that site. Continuing to use their pages would mean doing without that functionality.
I havenât found any magical other way of doing it though, so if anybody spots a change they should do a PR.