bevrard59

Results 1 issues of bevrard59

from googlecontroller import GoogleAssistant host = "192.168.1.28" home = GoogleAssistant(host=host) home.say("test") If I run the say test I have the following error in line 20 : if self.cc.media_controller.status.player_state != "PLAYING"...