kbrown01
kbrown01
``` Event Name Codeset Code Volume Down 5 0 Volume Up 5 1 Mute Off 5 2 Mute On 5 3 Mute Toggle 5 4 Cycle Input 7 1 Power...
What this should really have is someone to fork Vizio and implement a remote with code like this (which I use) right now as a REST command: ``` vizio_processkey: url:...
Confirmed. The suggestion is really a total workaround and it is crazy you cannot add additional entity from another DP. Take a iBBQ-4T device. There are at least battery, power,...
Personally to me that code looks wrong. You are just adding doing: `table.add(CheckBox())` I would think you need to add at least a qualifier to what the field name is...
Well I could be wrong,I looked at that code too. It seems to generate a name that would be the same for everything on a page. The names must be...
I assume this means that the fix will repair this (as any HTML in the name breaks the card). ` - name: GP` I posted this in the HA here...
For instance, "FOX Sports" used to be in the list. It isn't. But I can use the remote and go to it and get the state of the TV and...
I have posted in pyvizio this: https://github.com/vkorn/pyvizio/issues/137 I am in process of creating the super JSON files for pyvizio for modern TVs. Currently my GIT (https://github.com/kbrown01/VizioApps) has 112 APPs. I...
This is fixed in pyvizio
I would note of course one could do this with several calls to clean zone but that would (I think) return to dock between each call. Or I assume I...