I would like to displays deCONZ sensors JSON data (For example: battery level) into HA Home Page.
Noting that deCONZ HA Integrations plugin can get some sensors data, but not all sensors data. Therefore, I can only get these remaining sensors data via REST API.
Note: Parameter shown in Home Assistant here means that the parameter can be easily seen and monitor in History tab, using a graph.
Primarily what I want is the battery level for all sensors except Vibration Sensor, and moving state for Vibration Sensor. Other parameters might need in the future, but can be neglected for now.
Batterylevel is added as an attribute to all entities that report battery so you should have it readily available in home assistant. You can probably use a template sensor to get its own entity.
I started improving each sensors extra parameters in the library some time ago. They are not available from home assistant yet though
In fact, I just wanna to show this vibration_sensor state to either On (vibration detected) or Off (vibration clear) mentioned in vibration device class of Binary sensor - Home Assistant, as per screenshot below: