Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.2 KB

Google Music in Home Assistant

Stream from your Google Music library with Home Assistant

Based on the original gmusic in HA code by @Danielhiversen

Robbed from (https://github.com/tprelog/GoogleMusic_HomeAssistant#google-music-in-ha----as-a-media-player)

just a incredible hack to use Artist / Album browsing on gmusic to avoid usage of playlists (and 1000 song limit...)

now i can loop thrue all songs in my library and not be limited with restrictions

seems to be somewhat working now:

  1. set input_select.gmusic_player_source = Library
  2. select play mode from input_select.gmusic_player_play_mode (normal,shuffle,random,shuffle random)
  3. select Artist from input_select.gmusic_player_artist
  4. select Album from artist from input_select.gmusic_player_album
  5. set media_player.gmusic_player = ON
  6. set media_player.gmusic_player = Play

random can be turned on instantly, if shuffle wanted you have to do turn off -> turn on to generate new track queue

no support whatsoever, just made it public if someone find this interesting and want to push it further