Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - platform: rest
- resource: https://frese-api.cloud.atkins.dk/v1/poc/devices/all?", [Headers=[API_KEY=51c3f5d7-771b-450d-877b-70173aee2198]
- method: GET
- name: "Flowcloud enhedsoversigt"
- value_template: '{{ (value_json["devices"])}}'
- scan_interval: 900
- - platform: rest
- resource: https://frese-api.cloud.atkins.dk/v1/poc/devices/all?", [Headers=[API_KEY=51c3f5d7-771b-450d-877b-70173aee2198]
- method: GET
- name: "Flowcloud inlet_temperature"
- value_template: '{{ value_json["devices"][0].json_value.inlet_temperature }}'
- scan_interval: 900
- - platform: rest
- resource: https://frese-api.cloud.atkins.dk/v1/poc/devices/all?", [Headers=[API_KEY=51c3f5d7-771b-450d-877b-70173aee2198]
- method: GET
- name: "Flowcloud outlet_temperature"
- value_template: '{{ value_json["devices"][0].json_value.outlet_temperature }}'
- scan_interval: 900
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement