madmicio / LG-WebOS-Remote-Control

Remote Control for LG TV WebOS
395 stars 73 forks source link

Custom source all give an error. #16

Closed vandalon closed 4 years ago

vandalon commented 4 years ago
Received invalid webhook payload: required key not provided @ data[12]['state']. Got None

config:

                sources:
                  - icon: 'mdi:netflix'
                    app: Netflix
                  - icon: 'mdi:amazon'
                    app: Amazon Prime Video
                  - icon: disney
                    app: Disney+
                  - icon: 'mdi:youtube'
                    app: YouTube
vandalon commented 4 years ago

Figured it out;

app: should be name:

PiotrMachowski commented 4 years ago

Thank you! I have removed this mistake from the documentation.