Zotz

Results 6 comments of Zotz

would be nice to change the following with env statements Recommended settings for -Xmx4g production usage. memory-index-threshold=32m memory-index-max=512m object-cache-max=1g

Currently it is through the mopidy add-on https://github.com/bushvin/hass-integrations#mopidy It shows up in a media player card like so. ``` type: media-control entity: media_player.livingroompi ``` ![image](https://user-images.githubusercontent.com/3913859/158257664-8eabef38-a955-4322-be8a-6f469bdc88ef.png) Click the play button I...

That device shows up like this ![image](https://user-images.githubusercontent.com/3913859/158258313-77a7a91d-cdd7-476e-b033-d919d0510712.png)

Playing looks like this ![image](https://user-images.githubusercontent.com/3913859/158259778-8f1eb578-ecdf-4477-b9e5-6fa1d0daac6f.png)

Calling the service like so (sorry had to dig how to do this) ``` service: media_player.play_media data: media_content_type: music media_content_id: http://192.168.1.7:8123/local/audio/justtesting.mp3 or what ever url. target: entity_id: media_player.livingroompi ``` Plays...

Might need to have the special characters escaped? YAML doesn't require quoting most strings but you'll want to quote special characters if they fall within a certain list of characters....