Tasmota RGBW Causing Log Errors

I am getting Hassio log errors from a tasmota RGBW light. The issue is the light strip’s remote overrides “SetOption17 1” and causes one of the color attributes to be in hex, instead of decimal. Then homeassistant throws the below error. I read on the tasmota forum that the remote overriding is the their desired behavior.

* Exception in rgb_received when handling msg on 'tele/tasmota_CEEDED/STATE': '{"Time":"2020-10-30T00:09:25","Uptime":"19T05:31:39","UptimeSec":1661499,"Heap":25,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"MqttCount":27,"POWER":"OFF","Dimmer":100,"Color":"000000FF","HSBColor":"0,0,0","White":100,"Channel":[0,0,0,100],"Scheme":0,"Fade":"OFF","Speed":1,"LedTable":"ON","Wifi":{"AP":1,"SSId":"xxxxx","BSSId":"xx:xx:xx:xx:xx:xx","Channel":10,"RSSI":74,"Signal":-63,"LinkCount":1,"Downtime":"0T00:00:03"}}' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/mqtt/debug_info.py", line 35, in wrapper msg_callback(msg) File "/usr/src/homeassistant/homeassistant/components/mqtt/light/schema_basic.py", line 367, in rgb_received rgb = [int(val) for val in payload.split(",")] File "/usr/src/homeassistant/homeassistant/components/mqtt/light/schema_basic.py", line 367, in <listcomp> rgb = [int(val) for val in payload.split(",")] ValueError: invalid literal for int() with base 10: '000000FF'