/JsonParser

代替restful获取json网站接口的数据,解决rest不稳定的问题

Primary LanguagePython

简介

获取json数据源中的数组数据,可能是家里网络不好,用restful方式不稳定 网易头条新闻地址: https://c.m.163.com/nc/article/headline/T1348647853363/0-10.html

安装

放入 /custom_components/ 目录

配置

Example configuration.yaml:

sensor:
  - platform: jsonparser
    name: 网易头条
    url: https://c.m.163.com/nc/article/headline/T1348647853363/0-10.html
    json_attr: T1348647853363
    attr_from: 2
    attr_to: 11

前台界面

avatar

属性说明

属性 说明
name 传感器名称
url 网页路径
json_attr 包含数组的属性名称
attr_from 从哪条记录开始取,默认为1
attr_to 取到哪条记录结束,默认为10,前提是不超过总数