Skip to content

Instantly share code, notes, and snippets.

View bsmith76s's full-sized avatar

HAjunkie bsmith76s

  • Southern PA
View GitHub Profile
@bsmith76s
bsmith76s / rest.yaml
Last active July 19, 2024 19:06 — forked from jazakrzewski/rest.yaml
Home Assistant - FPP Rest Monitoring
- resource: http://{YOUR_CONTROLLER_IP}/api/system/status
scan_interval: 10
sensor:
- name: K4 Temperature
unique_id: K4_Temperature_1
value_template: "{{ value_json.sensors[0].value | float | round(1) }}"
unit_of_measurement: °C
device_class: temperature
- name: K4 Voltage
unique_id: K4_Voltage