mileperhour / localtuya-homeassistant

local handling for Tuya devices
GNU General Public License v3.0
147 stars 667 forks source link

Add scan of json strcuture value #44

Open lesissou opened 1 year ago

lesissou commented 1 year ago

Some devices return json value. See below an example : 'value': '{"electricCurrent":13.008,"power":2.716,"voltage":229.1}'} This value is not scan when I add a device. Is it possible to add values included on json structure ? Thanks