Add Art.py and connectivity improvement#400
Open
TheFab21 wants to merge 29 commits intoollo69:masterfrom
Open
Conversation
Smartthings hangs on the TV
Add files via upload
The fab21 patch 3
Removed 'set_art_mode' service from services.yaml. duplicated service with art_set_artmode
not accurate see complete guide in docs
Updated frame settings and descriptions in documentation.
Added an image to the Frame Art Gallery documentation.
set_art_mode:
name: Set Art Mode
description: Send to samsung TV the command to set art mode.
fields:
entity_id:
name: Entity Name
description: Name of the target entity
required: true
example: "media_player.tv"
selector:
entity:
integration: samsungtv_smart
Implement anti-flicker logic to prevent unnecessary re-renders when the file_list attribute remains unchanged.
|
@ollo69 can we get this merged please! |
Author
|
Hi after a lot of testing,I've done a lot of corrections.. I'll complete my PR : this custom component will be able to work independently (oauth is managed). Just wait for a couple of weeks. |
Author
you can go on my repo and give a try ;-) |
|
@TheFab21 how do I try this out and make hacs point to your repo and not this one? |
Since no GitHub Releases are published, HACS fails to download the integration with a 404 error when zip_release is true. This change allows HACS to download directly from the repository source instead of requiring a release ZIP file.
Fix HACS installation - disable zip_release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add comprehensive Frame Art Mode documentation and examples
Overview
This PR adds complete documentation and configuration examples for Frame
Art Mode functionality available in Samsung Frame TVs.
What's Added
Documentation (docs/)
parameters, examples, troubleshooting
5 different layouts and customization options
Examples (examples/frame_art/)
README Updates
Features Documented
✅ Display artwork on Frame TV
✅ Batch thumbnail downloads with smart caching
✅ Interactive Lovelace galleries (click-to-display)
✅ Brightness control (0-100)
✅ Frame style management (mattes)
✅ Slideshow control
✅ Personal photos & Art Store support
✅ 20+ automation examples
✅ 15+ ready-to-use scripts
Testing
Benefits
Breaking Changes
None - purely additive (new docs & examples)
Checklist