tag:github.com,2008:https://github.com/Nerwyn/android-tv-card/releases Release notes from android-tv-card 2025-01-09T18:49:45Z tag:github.com,2008:Repository/654393646/4.3.5 2025-01-09T18:55:54Z 4.3.5 - Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions <h1>Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions</h1> <p>Changes in 4.3.5</p> <ul> <li>Fix Kodi and LG webOS keyboards cursor being forced to end.</li> <li>Refactor ripple styles for better user setting.</li> </ul> <h2>New Platforms - Jellyfin <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2719476797" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/165" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/165/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/165">#165</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>This release adds two new default platforms - Jellyfin and Unified Remote!</p> <p>Jellyfin uses its <a href="https://www.home-assistant.io/integrations/jellyfin/" rel="nofollow">Home Assistant integration</a> (no keyboard support, although the underlying library used by Home Assistant seems to support it).</p> <p>Unified Remote uses <a href="https://github.com/DaviPtrs/hass-unified-remote">this custom integration</a>, which requires more advanced setup as described in its README. Once setup you'll be able to control computers running Windows, macOS, or Linux using Unified Remote via Home Assistant and this card. The Unified Remote platform has both keyboard and mouse support (see below)! This custom integration does not provide any entity IDs for your Unified Remote hosts. Instead, you should provide the configured host name or IP address in the configuration UI remote and keyboard fields. Make sure it doesn't autofill with an entity ID! You may have to change it back to the host name/IP address using the configuration code editor.</p> <h2>Expanded Keyboard Support - LG webOS <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2673708346" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/161" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/161/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/161">#161</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Keyboard support has been added for LG webOS! You can now send text to LG webOS TVs either seamlessly or in bulk (search not available). I do not own an LG webOS TV, so if you run into issues please let me know! Keyboard support for this platform is untested, and I rely on users to validate behavior on most of the platforms this card supports.</p> <p>The new platform Unified Remote also has keyboard support! You can now seamlessly or in bulk send text to your personal computers.</p> <h2>New Touchpad Interactions - Drag Mode <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Touchpads now support a new drag interaction mode! Instead of sending different actions based on the direction you swipe, you can alternatively define a single action that will fire any time movement is detected on the touchpad. Combine this with templates and the internal values <code>deltaX</code>, and <code>deltaY</code>, and you can now send accurate drag movements to a platform. This is especially useful for the new Unified Remote platform, as it gives you the ability to use this card's touchpad as a mousepad for your computers! You can also use it with all existing platforms using the default key <code>dragpad</code> if you want to try a different navigation method, just know that it's sensitive! You can increase the interval between mouse actions in the configuration UI if it's too sensitive for you.</p> <p>The drag interaction is also available as a multi-touch interaction. Note that enabling drag interactions disables touchpad swipe actions, but not tap, double tap, and hold actions.</p> <h2>Other Changes</h2> <ul> <li>Add more LG webOS default keys using its commands list.</li> <li>Add <code>play_pause</code>, <code>play</code>, and <code>pause</code> default keys to all platforms using media player actions if integration specific ones were not available.</li> <li>Add separate <code>enter</code> and <code>delete</code> default keys to all platforms that support them.</li> <li>Add <code>dragpad</code> to all platforms as an alternative to the normal <code>touchpad</code> swipe navigation mode.</li> <li>For platforms that do not have default sources, the layout tab default keys list will use two columns like custom actions.</li> <li>Custom action names no longer autofill, as it can cause problems with default key/source autofilling.</li> </ul> <h2>Patch Version Changes</h2> <ul> <li>Fix touchpad double tap actions.</li> <li>CSS tweaks for better user styling.</li> <li>Use <code>--lovelace-background</code> for touchpad and slider backgrounds before <code>--primary-background-color</code>, as a bug in Home Assistant causes the default theme primary background color to be prioritized over the current theme value.</li> <li>Fix horizontal slider swipe detection when used with mouse.</li> <li>Code cleanup/refactor of keyboard dialog to make it easier to add more platforms in the future.</li> <li>Fix ripple hover color, and add CSS variables for ripple height, width, top, and left.</li> <li>Fix Kodi and LG webOS keyboards cursor being forced to end.</li> <li>Refactor ripple styles for better user setting.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.2.1...4.3.5"><tt>4.2.1...4.3.5</tt></a></p> Nerwyn tag:github.com,2008:Repository/654393646/4.3.4 2025-01-09T05:31:36Z 4.3.4 - Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions <h1>Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions</h1> <p>Changes in 4.3.4</p> <ul> <li>Code cleanup/refactor of keyboard dialog to make it easier to add more platforms in the future.</li> <li>Fix ripple hover color, and add CSS variables for ripple height, width, top, and left.</li> </ul> <h2>New Platforms - Jellyfin <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2719476797" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/165" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/165/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/165">#165</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>This release adds two new default platforms - Jellyfin and Unified Remote!</p> <p>Jellyfin uses its <a href="https://www.home-assistant.io/integrations/jellyfin/" rel="nofollow">Home Assistant integration</a> (no keyboard support, although the underlying library used by Home Assistant seems to support it).</p> <p>Unified Remote uses <a href="https://github.com/DaviPtrs/hass-unified-remote">this custom integration</a>, which requires more advanced setup as described in its README. Once setup you'll be able to control computers running Windows, macOS, or Linux using Unified Remote via Home Assistant and this card. The Unified Remote platform has both keyboard and mouse support (see below)! This custom integration does not provide any entity IDs for your Unified Remote hosts. Instead, you should provide the configured host name or IP address in the configuration UI remote and keyboard fields. Make sure it doesn't autofill with an entity ID! You may have to change it back to the host name/IP address using the configuration code editor.</p> <h2>Expanded Keyboard Support - LG webOS <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2673708346" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/161" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/161/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/161">#161</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Keyboard support has been added for LG webOS! You can now send text to LG webOS TVs either seamlessly or in bulk (search not available). I do not own an LG webOS TV, so if you run into issues please let me know! Keyboard support for this platform is untested, and I rely on users to validate behavior on most of the platforms this card supports.</p> <p>The new platform Unified Remote also has keyboard support! You can now seamlessly or in bulk send text to your personal computers.</p> <h2>New Touchpad Interactions - Drag Mode <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Touchpads now support a new drag interaction mode! Instead of sending different actions based on the direction you swipe, you can alternatively define a single action that will fire any time movement is detected on the touchpad. Combine this with templates and the internal values <code>deltaX</code>, and <code>deltaY</code>, and you can now send accurate drag movements to a platform. This is especially useful for the new Unified Remote platform, as it gives you the ability to use this card's touchpad as a mousepad for your computers! You can also use it with all existing platforms using the default key <code>dragpad</code> if you want to try a different navigation method, just know that it's sensitive! You can increase the interval between mouse actions in the configuration UI if it's too sensitive for you.</p> <p>The drag interaction is also available as a multi-touch interaction. Note that enabling drag interactions disables touchpad swipe actions, but not tap, double tap, and hold actions.</p> <h2>Other Changes</h2> <ul> <li>Add more LG webOS default keys using its commands list.</li> <li>Add <code>play_pause</code>, <code>play</code>, and <code>pause</code> default keys to all platforms using media player actions if integration specific ones were not available.</li> <li>Add separate <code>enter</code> and <code>delete</code> default keys to all platforms that support them.</li> <li>Add <code>dragpad</code> to all platforms as an alternative to the normal <code>touchpad</code> swipe navigation mode.</li> <li>For platforms that do not have default sources, the layout tab default keys list will use two columns like custom actions.</li> <li>Custom action names no longer autofill, as it can cause problems with default key/source autofilling.</li> </ul> <h2>Patch Version Changes</h2> <ul> <li>Fix touchpad double tap actions.</li> <li>CSS tweaks for better user styling.</li> <li>Use <code>--lovelace-background</code> for touchpad and slider backgrounds before <code>--primary-background-color</code>, as a bug in Home Assistant causes the default theme primary background color to be prioritized over the current theme value.</li> <li>Fix horizontal slider swipe detection when used with mouse.</li> <li>Code cleanup/refactor of keyboard dialog to make it easier to add more platforms in the future.</li> <li>Fix ripple hover color, and add CSS variables for ripple height, width, top, and left.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.2.1...4.3.4"><tt>4.2.1...4.3.4</tt></a></p> Nerwyn tag:github.com,2008:Repository/654393646/4.3.3 2024-12-29T09:37:40Z 4.3.3 - Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions <h1>Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions</h1> <p>Changes in 4.3.3</p> <ul> <li>Use <code>--lovelace-background</code> for touchpad and slider backgrounds before <code>--primary-background-color</code>, as a bug in Home Assistant causes the default theme primary background color to be prioritized over the current theme value.</li> <li>Fix horizontal slider swipe detection when used with mouse.</li> </ul> <h2>New Platforms - Jellyfin <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2719476797" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/165" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/165/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/165">#165</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>This release adds two new default platforms - Jellyfin and Unified Remote!</p> <p>Jellyfin uses its <a href="https://www.home-assistant.io/integrations/jellyfin/" rel="nofollow">Home Assistant integration</a> (no keyboard support, although the underlying library used by Home Assistant seems to support it).</p> <p>Unified Remote uses <a href="https://github.com/DaviPtrs/hass-unified-remote">this custom integration</a>, which requires more advanced setup as described in its README. Once setup you'll be able to control computers running Windows, macOS, or Linux using Unified Remote via Home Assistant and this card. The Unified Remote platform has both keyboard and mouse support (see below)! This custom integration does not provide any entity IDs for your Unified Remote hosts. Instead, you should provide the configured host name or IP address in the configuration UI remote and keyboard fields. Make sure it doesn't autofill with an entity ID! You may have to change it back to the host name/IP address using the configuration code editor.</p> <h2>Expanded Keyboard Support - LG webOS <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2673708346" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/161" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/161/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/161">#161</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Keyboard support has been added for LG webOS! You can now send text to LG webOS TVs either seamlessly or in bulk (search not available). I do not own an LG webOS TV, so if you run into issues please let me know! Keyboard support for this platform is untested, and I rely on users to validate behavior on most of the platforms this card supports.</p> <p>The new platform Unified Remote also has keyboard support! You can now seamlessly or in bulk send text to your personal computers.</p> <h2>New Touchpad Interactions - Drag Mode <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Touchpads now support a new drag interaction mode! Instead of sending different actions based on the direction you swipe, you can alternatively define a single action that will fire any time movement is detected on the touchpad. Combine this with templates and the internal values <code>deltaX</code>, and <code>deltaY</code>, and you can now send accurate drag movements to a platform. This is especially useful for the new Unified Remote platform, as it gives you the ability to use this card's touchpad as a mousepad for your computers! You can also use it with all existing platforms using the default key <code>dragpad</code> if you want to try a different navigation method, just know that it's sensitive! You can increase the interval between mouse actions in the configuration UI if it's too sensitive for you.</p> <p>The drag interaction is also available as a multi-touch interaction. Note that enabling drag interactions disables touchpad swipe actions, but not tap, double tap, and hold actions.</p> <h2>Other Changes</h2> <ul> <li>Add more LG webOS default keys using its commands list.</li> <li>Add <code>play_pause</code>, <code>play</code>, and <code>pause</code> default keys to all platforms using media player actions if integration specific ones were not available.</li> <li>Add separate <code>enter</code> and <code>delete</code> default keys to all platforms that support them.</li> <li>Add <code>dragpad</code> to all platforms as an alternative to the normal <code>touchpad</code> swipe navigation mode.</li> <li>For platforms that do not have default sources, the layout tab default keys list will use two columns like custom actions.</li> <li>Custom action names no longer autofill, as it can cause problems with default key/source autofilling.</li> </ul> <h2>Patch Version Changes</h2> <ul> <li>Fix touchpad double tap actions.</li> <li>CSS tweaks for better user styling.</li> <li>Use <code>--lovelace-background</code> for touchpad and slider backgrounds before <code>--primary-background-color</code>, as a bug in Home Assistant causes the default theme primary background color to be prioritized over the current theme value.</li> <li>Fix horizontal slider swipe detection when used with mouse.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.2.1...4.3.3"><tt>4.2.1...4.3.3</tt></a></p> Nerwyn tag:github.com,2008:Repository/654393646/4.3.2 2024-12-29T08:40:11Z 4.3.2 - Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions <h1>Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions</h1> <p>Changes in 4.3.2</p> <ul> <li>CSS tweaks for better user styling.</li> </ul> <h2>New Platforms - Jellyfin <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2719476797" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/165" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/165/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/165">#165</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>This release adds two new default platforms - Jellyfin and Unified Remote!</p> <p>Jellyfin uses its <a href="https://www.home-assistant.io/integrations/jellyfin/" rel="nofollow">Home Assistant integration</a> (no keyboard support, although the underlying library used by Home Assistant seems to support it).</p> <p>Unified Remote uses <a href="https://github.com/DaviPtrs/hass-unified-remote">this custom integration</a>, which requires more advanced setup as described in its README. Once setup you'll be able to control computers running Windows, macOS, or Linux using Unified Remote via Home Assistant and this card. The Unified Remote platform has both keyboard and mouse support (see below)! This custom integration does not provide any entity IDs for your Unified Remote hosts. Instead, you should provide the configured host name or IP address in the configuration UI remote and keyboard fields. Make sure it doesn't autofill with an entity ID! You may have to change it back to the host name/IP address using the configuration code editor.</p> <h2>Expanded Keyboard Support - LG webOS <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2673708346" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/161" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/161/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/161">#161</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Keyboard support has been added for LG webOS! You can now send text to LG webOS TVs either seamlessly or in bulk (search not available). I do not own an LG webOS TV, so if you run into issues please let me know! Keyboard support for this platform is untested, and I rely on users to validate behavior on most of the platforms this card supports.</p> <p>The new platform Unified Remote also has keyboard support! You can now seamlessly or in bulk send text to your personal computers.</p> <h2>New Touchpad Interactions - Drag Mode <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Touchpads now support a new drag interaction mode! Instead of sending different actions based on the direction you swipe, you can alternatively define a single action that will fire any time movement is detected on the touchpad. Combine this with templates and the internal values <code>deltaX</code>, and <code>deltaY</code>, and you can now send accurate drag movements to a platform. This is especially useful for the new Unified Remote platform, as it gives you the ability to use this card's touchpad as a mousepad for your computers! You can also use it with all existing platforms using the default key <code>dragpad</code> if you want to try a different navigation method, just know that it's sensitive! You can increase the interval between mouse actions in the configuration UI if it's too sensitive for you.</p> <p>The drag interaction is also available as a multi-touch interaction. Note that enabling drag interactions disables touchpad swipe actions, but not tap, double tap, and hold actions.</p> <h2>Other Changes</h2> <ul> <li>Add more LG webOS default keys using its commands list.</li> <li>Add <code>play_pause</code>, <code>play</code>, and <code>pause</code> default keys to all platforms using media player actions if integration specific ones were not available.</li> <li>Add separate <code>enter</code> and <code>delete</code> default keys to all platforms that support them.</li> <li>Add <code>dragpad</code> to all platforms as an alternative to the normal <code>touchpad</code> swipe navigation mode.</li> <li>For platforms that do not have default sources, the layout tab default keys list will use two columns like custom actions.</li> <li>Custom action names no longer autofill, as it can cause problems with default key/source autofilling.</li> </ul> <h2>Patch Version Changes</h2> <ul> <li>Fix touchpad double tap actions.</li> <li>CSS tweaks for better user styling.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.2.1...4.3.2"><tt>4.2.1...4.3.2</tt></a></p> Nerwyn tag:github.com,2008:Repository/654393646/4.3.1 2024-12-14T20:03:30Z 4.3.1 - Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions <h1>Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions</h1> <p>Changes in 4.3.1</p> <ul> <li>Fix touchpad double tap actions.</li> </ul> <h2>New Platforms - Jellyfin <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2719476797" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/165" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/165/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/165">#165</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>This release adds two new default platforms - Jellyfin and Unified Remote!</p> <p>Jellyfin uses its <a href="https://www.home-assistant.io/integrations/jellyfin/" rel="nofollow">Home Assistant integration</a> (no keyboard support, although the underlying library used by Home Assistant seems to support it).</p> <p>Unified Remote uses <a href="https://github.com/DaviPtrs/hass-unified-remote">this custom integration</a>, which requires more advanced setup as described in its README. Once setup you'll be able to control computers running Windows, macOS, or Linux using Unified Remote via Home Assistant and this card. The Unified Remote platform has both keyboard and mouse support (see below)! This custom integration does not provide any entity IDs for your Unified Remote hosts. Instead, you should provide the configured host name or IP address in the configuration UI remote and keyboard fields. Make sure it doesn't autofill with an entity ID! You may have to change it back to the host name/IP address using the configuration code editor.</p> <h2>Expanded Keyboard Support - LG webOS <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2673708346" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/161" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/161/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/161">#161</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Keyboard support has been added for LG webOS! You can now send text to LG webOS TVs either seamlessly or in bulk (search not available). I do not own an LG webOS TV, so if you run into issues please let me know! Keyboard support for this platform is untested, and I rely on users to validate behavior on most of the platforms this card supports.</p> <p>The new platform Unified Remote also has keyboard support! You can now seamlessly or in bulk send text to your personal computers.</p> <h2>New Touchpad Interactions - Drag Mode <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Touchpads now support a new drag interaction mode! Instead of sending different actions based on the direction you swipe, you can alternatively define a single action that will fire any time movement is detected on the touchpad. Combine this with templates and the internal values <code>deltaX</code>, and <code>deltaY</code>, and you can now send accurate drag movements to a platform. This is especially useful for the new Unified Remote platform, as it gives you the ability to use this card's touchpad as a mousepad for your computers! You can also use it with all existing platforms using the default key <code>dragpad</code> if you want to try a different navigation method, just know that it's sensitive! You can increase the interval between mouse actions in the configuration UI if it's too sensitive for you.</p> <p>The drag interaction is also available as a multi-touch interaction. Note that enabling drag interactions disables touchpad swipe actions, but not tap, double tap, and hold actions.</p> <h2>Other Changes</h2> <ul> <li>Add more LG webOS default keys using its commands list.</li> <li>Add <code>play_pause</code>, <code>play</code>, and <code>pause</code> default keys to all platforms using media player actions if integration specific ones were not available.</li> <li>Add separate <code>enter</code> and <code>delete</code> default keys to all platforms that support them.</li> <li>Add <code>dragpad</code> to all platforms as an alternative to the normal <code>touchpad</code> swipe navigation mode.</li> <li>For platforms that do not have default sources, the layout tab default keys list will use two columns like custom actions.</li> <li>Custom action names no longer autofill, as it can cause problems with default key/source autofilling.</li> </ul> <h2>Patch Version Changes</h2> <ul> <li>Fix touchpad double tap actions.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.2.1...4.3.1"><tt>4.2.1...4.3.1</tt></a></p> Nerwyn tag:github.com,2008:Repository/654393646/4.3.0 2024-12-11T23:05:08Z 4.3.0 - Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions <h1>Jellyfin, Unified Remote, LG webOS Keyboard, and Touchpad Drag Actions</h1> <h2>New Platforms - Jellyfin <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2719476797" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/165" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/165/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/165">#165</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>This release adds two new default platforms - Jellyfin and Unified Remote!</p> <p>Jellyfin uses its <a href="https://www.home-assistant.io/integrations/jellyfin/" rel="nofollow">Home Assistant integration</a> (no keyboard support, although the underlying library used by Home Assistant seems to support it).</p> <p>Unified Remote uses <a href="https://github.com/DaviPtrs/hass-unified-remote">this custom integration</a>, which requires more advanced setup as described in its README. Once setup you'll be able to control computers running Windows, macOS, or Linux using Unified Remote via Home Assistant and this card. The Unified Remote platform has both keyboard and mouse support (see below)! This custom integration does not provide any entity IDs for your Unified Remote hosts. Instead, you should provide the configured host name or IP address in the configuration UI remote and keyboard fields. Make sure it doesn't autofill with an entity ID! You may have to change it back to the host name/IP address using the configuration code editor.</p> <h2>Expanded Keyboard Support - LG webOS <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2673708346" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/161" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/161/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/161">#161</a> and Unified Remote <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Keyboard support has been added for LG webOS! You can now send text to LG webOS TVs either seamlessly or in bulk (search not available). I do not own an LG webOS TV, so if you run into issues please let me know! Keyboard support for this platform is untested, and I rely on users to validate behavior on most of the platforms this card supports.</p> <p>The new platform Unified Remote also has keyboard support! You can now seamlessly or in bulk send text to your personal computers.</p> <h2>New Touchpad Interactions - Drag Mode <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2506643828" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/124" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/124/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/124">#124</a></h2> <p>Touchpads now support a new drag interaction mode! Instead of sending different actions based on the direction you swipe, you can alternatively define a single action that will fire any time movement is detected on the touchpad. Combine this with templates and the internal values <code>deltaX</code>, and <code>deltaY</code>, and you can now send accurate drag movements to a platform. This is especially useful for the new Unified Remote platform, as it gives you the ability to use this card's touchpad as a mousepad for your computers! You can also use it with all existing platforms using the default key <code>dragpad</code> if you want to try a different navigation method, just know that it's sensitive! You can increase the interval between mouse actions in the configuration UI if it's too sensitive for you.</p> <p>The drag interaction is also available as a multi-touch interaction. Note that enabling drag interactions disables touchpad swipe actions, but not tap, double tap, and hold actions.</p> <h2>Other Changes</h2> <ul> <li>Add more LG webOS default keys using its commands list.</li> <li>Add <code>play_pause</code>, <code>play</code>, and <code>pause</code> default keys to all platforms using media player actions if integration specific ones were not available.</li> <li>Add separate <code>enter</code> and <code>delete</code> default keys to all platforms that support them.</li> <li>Add <code>dragpad</code> to all platforms as an alternative to the normal <code>touchpad</code> swipe navigation mode.</li> <li>For platforms that do not have default sources, the layout tab default keys list will use two columns like custom actions.</li> <li>Custom action names no longer autofill, as it can cause problems with default key/source autofilling.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.2.1...4.3.0"><tt>4.2.1...4.3.0</tt></a></p> Nerwyn tag:github.com,2008:Repository/654393646/4.2.1 2024-11-17T20:51:29Z 4.2.1 - Sony BRAVIA and Custom Actions From File <h1>Sony BRAVIA and Custom Actions From File</h1> <p>Changes in 4.2.1</p> <ul> <li>Include the entire card config in sub-element configs via <code>config.card</code> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2638683843" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/157" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/157/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/157">#157</a>.</li> <li>Fix the Android TV max default source to use the old deep link as it now seems to work <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2247145099" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/77" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/77/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/77">#77</a>.</li> </ul> <h2>New Platform - Sony BRAVIA <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2545123794" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/141" data-hovercard-type="pull_request" data-hovercard-url="/Nerwyn/android-tv-card/pull/141/hovercard" href="https://github.com/Nerwyn/android-tv-card/pull/141">#141</a></h2> <p>Thanks to the hard work of <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alex4108/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alex4108">@alex4108</a>, this remote card now supports a new default platform, Sony BRAVIA! Sony BRAVIA TVs run Android TV, but use a different API and <a href="https://www.home-assistant.io/integrations/braviatv/" rel="nofollow">Home Assistant integration</a>. Because it runs Android TV, the Sony BRAVIA platform has keyboard support via the <a href="https://www.home-assistant.io/integrations/androidtv/" rel="nofollow">Home Assistant Android Debug Bridge integration</a>.</p> <h2>Custom Actions From File <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2638683843" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/157" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/157/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/157">#157</a></h2> <p>If you have multiple remote cards that use the same custom actions, you can now place these custom actions in a JSON or YAML file on your Home Assistant server and have the remote cards fetch the custom actions from this file. These actions can be added to your remote layout, appear under custom actions in the layout editor, and will be used to autofill new custom actions that share their name.</p> <h2>Other Changes</h2> <ul> <li>Added more Samsung TV default sources.</li> <li>Added the Peacock TV default source and icon to several platforms.</li> </ul> <h2>Patch Version Changes</h2> <ul> <li>Include the entire card config in sub-element configs via <code>config.card</code> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2638683843" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/157" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/157/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/157">#157</a>.</li> <li>Fix the Android TV max default source to use the old deep link as it now seems to work <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2247145099" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/77" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/77/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/77">#77</a>.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.1.2...4.2.1"><tt>4.1.2...4.2.1</tt></a></p> Nerwyn tag:github.com,2008:Repository/654393646/4.2.0 2024-11-17T20:43:04Z 4.2.0 - Sony BRAVIA and Custom Actions From File <h1>Sony BRAVIA and Custom Actions From File</h1> <h2>New Platform - Sony BRAVIA <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2545123794" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/141" data-hovercard-type="pull_request" data-hovercard-url="/Nerwyn/android-tv-card/pull/141/hovercard" href="https://github.com/Nerwyn/android-tv-card/pull/141">#141</a></h2> <p>Thanks to the hard work of <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alex4108/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alex4108">@alex4108</a>, this remote card now supports a new default platform, Sony BRAVIA! Sony BRAVIA TVs run Android TV, but use a different API and <a href="https://www.home-assistant.io/integrations/braviatv/" rel="nofollow">Home Assistant integration</a>. Because it runs Android TV, the Sony BRAVIA platform has keyboard support via the <a href="https://www.home-assistant.io/integrations/androidtv/" rel="nofollow">Home Assistant Android Debug Bridge integration</a>.</p> <h2>Custom Actions From File <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2638683843" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/157" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/157/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/157">#157</a></h2> <p>If you have multiple remote cards that use the same custom actions, you can now place these custom actions in a JSON or YAML file on your Home Assistant server and have the remote cards fetch the custom actions from this file. These actions can be added to your remote layout, appear under custom actions in the layout editor, and will be used to autofill new custom actions that share their name.</p> <h2>Other Changes</h2> <ul> <li>Added more Samsung TV default sources.</li> <li>Added the Peacock TV default source and icon to several platforms.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.1.2...4.2.0"><tt>4.1.2...4.2.0</tt></a></p> Nerwyn tag:github.com,2008:Repository/654393646/4.1.3 2024-11-05T01:42:40Z 4.1.3 - Templating Overhaul and A New Action <h1>Templating Overhaul and A New Action</h1> <p>Changes in 4.1.3</p> <ul> <li>Fix keyboard dialog force cursor to end only for seamless input (excluding Kodi).</li> <li>Fix keyboard dialog seamless input enter command was not platform specific.</li> </ul> <h2>Templating Overhaul</h2> <h3>Technical Info Dump</h3> <p>Home Assistant's templating is powered by jinja2, a templating engine for Python. Traditional frontend templates in Home Assistant are sent from the frontend to the backend core, where they are processed and then sent back to the frontend. This entire process can take up to a second or more, which can cause frontend elements to appear incorrect for few seconds on page load or when entities change. If you use templates in card-mod styles on other cards or themes you've probably experienced this.</p> <p>To eliminate the latency of templates being processed in the backend, I developed <a href="https://github.com/Nerwyn/ha-nunjucks"><code>ha-nunjucks</code></a> - an alternate synchronous instantaneous frontend only templating system for Home Assistant. <a href="https://mozilla.github.io/nunjucks/" rel="nofollow">Nunjucks</a> is a templating engine for JavaScript maintained by Mozilla that is heavily inspired by jinja2 and shares the same syntax with very few exceptions. With <code>ha-nunjucks</code> templates can be processed instantaneously before your dashboard renders! But there's a catch - all <a href="https://www.home-assistant.io/docs/configuration/templating/#home-assistant-template-extensions" rel="nofollow">Home Assistant template extensions</a> had to be reimplemented in <code>ha-nunjucks</code>. When I initially developed <code>ha-nunjucks</code>, I only included a handful of extensions like states and attributes, leading to many questions from users as to why things like datetime functions weren't working.</p> <h3>Parity With Backend Templates</h3> <p>As of <code>ha-nunjucks</code> 1.3.0 I've reimplemented almost all of the template extensions listed on the Home Assistant templating page. This includes datetime extensions, courtesy of <a href="https://github.com/Nerwyn/ts-py-datetime">ts-py-datetime</a>. All but a few obscure templating extensions have been reimplemented in <code>ha-nunjucks</code>. See the <code>ha-nunjucks</code> documentation for more information on how to use all of the new template extensions. While the syntax is mostly the same, there were some limitations I had to work around which may cause slightly different behavior for some of the extensions.</p> <h2>New Action - <code>Evaluate JS</code></h2> <p>You can now execute JavaScript as an action using <code>Evaluate JS</code>. This action calls <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval" rel="nofollow">the <code>eval</code> function</a> on a code string you write, and can be used to execute blocks of JavaScript code.</p> <p><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> <strong>Warning</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji>. Executing JavaScript from a string in browser is considered extremely insecure. While this shouldn't be an issue for Home Assistant, I'm trusting that users are not going to use this in a public facing context where someone can modify custom features to execute arbitrary code.</p> <h2>Other Changes</h2> <ul> <li>Confirmation failure triggers a value and render update, which helps reset styles on action cancellation.</li> <li>Confirmation haptics now fire when box appears.</li> <li>Added more sources using the HA-Firemote launcher list <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2508017424" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/127" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/127/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/127">#127</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2572453554" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/144" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/144/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/144">#144</a>.</li> </ul> <h2>Patch Version Changes</h2> <ul> <li>Add default keys for <code>play</code>, <code>pause</code>, and <code>play_pause</code> for Roku and Kodi.</li> <li>Change the Roku default key <code>info</code> icon to asterisk to match the Roku remote.</li> <li>Add default sources <code>waiputv</code> and <code>wow</code> to Android TV, Apple TV, Fire TV, and LG webOS.</li> <li>Add more default sources to various platforms.</li> <li>Add support for all platforms to actions <code>key</code> and <code>source</code>.</li> <li>Fix configuration UI autofill when clearing fields.</li> <li>Fix <code>more-info</code> default target should be the element entity ID.</li> <li>Fix keyboard dialog force cursor to end only for seamless input (excluding Kodi).</li> <li>Fix keyboard dialog seamless input enter command was not platform specific.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.0.6...4.1.3"><tt>4.0.6...4.1.3</tt></a></p> Nerwyn tag:github.com,2008:Repository/654393646/4.1.2 2024-10-23T23:02:52Z 4.1.2 - Templating Overhaul and A New Action <h1>Templating Overhaul and A New Action</h1> <p>Changes in 4.1.2</p> <ul> <li>Fix <code>more-info</code> default target should be the element entity ID.</li> </ul> <h2>Templating Overhaul</h2> <h3>Technical Info Dump</h3> <p>Home Assistant's templating is powered by jinja2, a templating engine for Python. Traditional frontend templates in Home Assistant are sent from the frontend to the backend core, where they are processed and then sent back to the frontend. This entire process can take up to a second or more, which can cause frontend elements to appear incorrect for few seconds on page load or when entities change. If you use templates in card-mod styles on other cards or themes you've probably experienced this.</p> <p>To eliminate the latency of templates being processed in the backend, I developed <a href="https://github.com/Nerwyn/ha-nunjucks"><code>ha-nunjucks</code></a> - an alternate synchronous instantaneous frontend only templating system for Home Assistant. <a href="https://mozilla.github.io/nunjucks/" rel="nofollow">Nunjucks</a> is a templating engine for JavaScript maintained by Mozilla that is heavily inspired by jinja2 and shares the same syntax with very few exceptions. With <code>ha-nunjucks</code> templates can be processed instantaneously before your dashboard renders! But there's a catch - all <a href="https://www.home-assistant.io/docs/configuration/templating/#home-assistant-template-extensions" rel="nofollow">Home Assistant template extensions</a> had to be reimplemented in <code>ha-nunjucks</code>. When I initially developed <code>ha-nunjucks</code>, I only included a handful of extensions like states and attributes, leading to many questions from users as to why things like datetime functions weren't working.</p> <h3>Parity With Backend Templates</h3> <p>As of <code>ha-nunjucks</code> 1.3.0 I've reimplemented almost all of the template extensions listed on the Home Assistant templating page. This includes datetime extensions, courtesy of <a href="https://github.com/Nerwyn/ts-py-datetime">ts-py-datetime</a>. All but a few obscure templating extensions have been reimplemented in <code>ha-nunjucks</code>. See the <code>ha-nunjucks</code> documentation for more information on how to use all of the new template extensions. While the syntax is mostly the same, there were some limitations I had to work around which may cause slightly different behavior for some of the extensions.</p> <h2>New Action - <code>Evaluate JS</code></h2> <p>You can now execute JavaScript as an action using <code>Evaluate JS</code>. This action calls <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval" rel="nofollow">the <code>eval</code> function</a> on a code string you write, and can be used to execute blocks of JavaScript code.</p> <p><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> <strong>Warning</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji>. Executing JavaScript from a string in browser is considered extremely insecure. While this shouldn't be an issue for Home Assistant, I'm trusting that users are not going to use this in a public facing context where someone can modify custom features to execute arbitrary code.</p> <h2>Other Changes</h2> <ul> <li>Confirmation failure triggers a value and render update, which helps reset styles on action cancellation.</li> <li>Confirmation haptics now fire when box appears.</li> <li>Added more sources using the HA-Firemote launcher list <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2508017424" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/127" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/127/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/127">#127</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2572453554" data-permission-text="Title is private" data-url="https://github.com/Nerwyn/android-tv-card/issues/144" data-hovercard-type="issue" data-hovercard-url="/Nerwyn/android-tv-card/issues/144/hovercard" href="https://github.com/Nerwyn/android-tv-card/issues/144">#144</a>.</li> </ul> <h2>Patch Version Changes</h2> <ul> <li>Add default keys for <code>play</code>, <code>pause</code>, and <code>play_pause</code> for Roku and Kodi.</li> <li>Change the Roku default key <code>info</code> icon to asterisk to match the Roku remote.</li> <li>Add default sources <code>waiputv</code> and <code>wow</code> to Android TV, Apple TV, Fire TV, and LG webOS.</li> <li>Add more default sources to various platforms.</li> <li>Add support for all platforms to actions <code>key</code> and <code>source</code>.</li> <li>Fix configuration UI autofill when clearing fields.</li> <li>Fix <code>more-info</code> default target should be the element entity ID.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Nerwyn/android-tv-card/compare/4.0.6...4.1.2"><tt>4.0.6...4.1.2</tt></a></p> Nerwyn