feat: Updates to esp boards and mqtt custom sensors

This commit is contained in:
2024-11-06 08:22:35 -05:00
parent 885dce92bc
commit ab06b843e2
10 changed files with 221 additions and 76 deletions

9
mqtt.yaml Normal file
View File

@@ -0,0 +1,9 @@
number:
- name: "Frankensystem Test"
command_topic: "frankensystem/test"
state_topic: "frankensystem/test"
sensor:
name: "Frankensystem Test Sensor"
state_topic: "frankensystem/sensor/test/state"
value_template: "{{ value_json['temperature'] | float }}"