kbrown01
kbrown01
### The problem The Vizio Integration uses pyvizio. That application relied on a external website to the list of APPs available. This link provides nothing: http://hometest.buddytv.netdna-cdn.com/appservice/vizio_apps_prod.json which is referenced by...
While the code for Cellformatters is great, there are many highly custom uses that are not really something that should mess with the core JS. One should be able to...
The list of Apps link no longer functions. In case you would like a more comprehensive list, see: https://github.com/kbrown01/VizioApps I have compiled as least the NAME_SPACE and APP_IDs and NAMEs...
Very detailed information also posted here: https://github.com/home-assistant/core/issues/83689 IN general, changing input to a physical input (HDMI-1 ... HDMI-#, COMP, TV or CAST) no longer works after a Vizio update to...
There are many new features that have been included in the new SpotifyPlus integration: https://github.com/thlucas1/homeassistantcomponent_spotifyplus/wiki A lot of these would be great to have to turn the Spotify card into...
Note: I am not sure this is the right place, perhaps not. Not sure whether this is generic select source issue or an issue with pyvizio. Some sources (specifically HDMI-1,2,3,4)...
Without looking deeply in the code, and just testing through developer tools ... this will clean segment "17" only once: ``` service: roborock.vacuum_clean_segment data: segments: - 17 - 17 -...
I had an issue trying to implement "repeat" for cleaning segments and realized that the variable is called "repeats" which the Roborock uses "repeat" for the message ... that can...
Platform roborock does not generate unique IDs. ID 5icyaysrymcp854ov3zrvx already exists - ignoring camera.roborock_s7_map 5:02:09 PM – (ERROR) Camera Platform roborock does not generate unique IDs. ID dnd_start_5icyaysrymcp854ov3zrvx already exists...
The Amazon documentation here: https://developer.amazon.com/en-US/docs/alexa/alexa-presentation-language/import-export-apl-documents.html#import-apl-document And here: https://m.media-amazon.com/images/G/01/mobile-apps/dex/ask-apl/c3e17f7b-cheat-sheets/APL-CS-2023-3.pdf Refer to "version" as being the version number of APL which is like "2023.3". The sample uses "1.6". It could be the...