bokub / rgb-light-card

💡 A Home Assistant card for RGB lights
MIT License
427 stars 24 forks source link

Android app issue: Invalid type 'call-service' for colors[x] #18

Closed akarpenkoua closed 4 years ago

akarpenkoua commented 4 years ago

Good day and thank you for this card. At browser version all is warking good, but mobile app for Android is giving me the error "Android app issue: Invalid type 'call-service' for colors[x]"

This is only for call-service type. Light type works super.

bokub commented 4 years ago

Hi, This is most likely a cache issue: your android app still uses the old version of the card, which didn't support the call-service type.

You have 2 options

If you choose the second option, HACS will think you didn't add the card to your Lovelace resources, and will display a red icon, but you can revert it later

akarpenkoua commented 4 years ago

I've just reinstalled the app and all is working now. Thank you once again!