roberodin / ha-samsungtv-custom

📺 HomeAssistant - SamsungTV Custom Component
Apache License 2.0
123 stars 176 forks source link

Travis Failing on Websocket error #33

Closed Chaotic closed 4 years ago

Chaotic commented 4 years ago

I'm getting this error when checking my config via Travis `Failed config General Errors:

Here is my config for this module platform: samsungtv_custom host: !secret living_room_tv_ip mac: !secret living_room_tv_mac name: "Samsung Living Room TV" port: 8002 protocol: ws sourcelist: '{"Chromecast": "KEY_HDMI1", "Switch": "KEY_HDMI2"}'

and my travis code

`language: python python:

The actual code works fine in my docker install but I'd really like to get this issue fixed if possible.

terminet85 commented 4 years ago

pip3 install websocket-client==0.56.0

Chaotic commented 4 years ago

that fixed it thanks