AeroWave

Results 2 comments of AeroWave

> Actually there is integration of my HA with Yandex Alisa, In alisa there is Turn On and Turn Off toggle It seems that there is problem that yandex alisa...

Same thing, error in: ` protected function addRequestHeaders() { return [ 'Authorization' => 'key=' . $this->config['apiKey'], 'Content-Type:' =>'application/json' ]; } ` Solve: ` protected function addRequestHeaders() { return [ 'Authorization'...