YASSI - 0.3.0
πβ¨ 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
- Updated the GitHub actions workflows
- Change "magic numbers" to
MediaPlayerEntityFeature
object
For more information see https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation - the
source
now returns the valuewifi
when themedia_app_name
isAirPlay
orSpotify
- removed some unnecessary logging statements, and changed others to
debug