Skip to content

YASSI - 0.3.0

Compare
Choose a tag to compare
@samuelspagl samuelspagl released this 12 Mar 13:41
· 6 commits to main since this release
5e24680

πŸ†•βœ¨ Add icons to entities and set wifi input source for specific applications

Linked PR: #16

This release adds some some custom icons to the registered entities. Just for styling but still 😁.
Additionally it will assign itself the input source wifi when media_app_name is Spotify or AirPlay as the SmartThings API does not set this property and returns null.

Caution

As shown in !14 it
it seems that the SmartThings Api is only setting the correct media_app_name (detailName called in the json_response) if the SmartThings App was opened one time.
This will probably need some more investigation, but it is not sure whether this integration can fix this.

A few smaller changes / fixes include the update of the GitHub actions workflows, as well as a minor deprecation chore and removing some unnecessary logging statements mentioned while the set-up process of the integration.

Changelog

Added

  • Icons for the individual entities

Changed