hassio-addons / addon-spotify-connect

Spotify Connect - Home Assistant Community Add-ons
https://addons.community
MIT License
170 stars 51 forks source link

Connect integration to add-on #237

Closed Alwinator closed 7 months ago

Alwinator commented 10 months ago

Unfortunately, the bot locked the PR thread, so I need to get in touch with you again here.

Based on your answer in my PR (Originally posted by @frenck in https://github.com/hassio-addons/addon-spotify-connect/issues/235#issuecomment-1693735237) I have started to develop an HA integration. This time it is the other way around: It is easy to emit events / create entities, but:

How can I get the logs from the Spotify Add-On from my integration? I need them to get the data. I thought of running bash commands and stealing the logs from docker, however, that seems to me more like a workaround.

What is the official way to solve my problem? I couldn't find anything on the web. If you could provide me a docs link, a code snippet, or a sample integration I would be very grateful.

Alwinator commented 9 months ago

@frenck ;)

Alwinator commented 8 months ago

@frenck :)

github-actions[bot] commented 7 months ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

Alwinator commented 7 months ago

Issue/Question still exists! :)

frenck commented 7 months ago

How can I get the logs from the Spotify Add-On from my integration?

You can't. Logs are not the responsibility of integrations.

../Frenck