本帖最后由 chinyaolin 于 2020-11-12 16:58 编辑
#
# RESTful Sensor
#
#################################################################################
# 由「今日詩詞 一言API」取得每日一句, 每59分鐘更新一次 URL: https://www.jinrishici.com/
- platform: rest
name: short_part_of_poem
method: GET
resource: https://v2.jinrishici.com/sentence
headers:
Content-Type: application/json
X-User-Token: !secret my_jinrishici_token
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
value_template: '1'
json_attributes_path: $.data
json_attributes:
- content
- origin
scan_interval: 3540
取下來之後大約是這個樣子
|