mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
mqtt:
|
|
sensor:
|
|
- name: "Timestamp"
|
|
device_class: timestamp
|
|
icon: mdi:clock-in
|
|
state_topic: "rtl_433/9b13b3f4-rtl433/devices/Fineoffset-WH51/0ce593/time"
|
|
entity_category: diagnostic
|
|
unique_id: fine-offset-wh51-hasta-time
|
|
device:
|
|
identifiers: ecowitt-wh51-hasta
|
|
name: Hasta Soil Sensor
|
|
model: WH51
|
|
manufacturer: Ecowitt
|
|
|
|
- name: "Battery"
|
|
device_class: battery
|
|
unit_of_measurement: "%"
|
|
value_template: "{{ (float(value) * 99 + 1) | round(0) }}"
|
|
state_class: measurement
|
|
entity_category: diagnostic
|
|
state_topic: "rtl_433/9b13b3f4-rtl433/devices/Fineoffset-WH51/0ce593/battery_ok"
|
|
unique_id: fine-offset-wh51-hasta-battery-ok
|
|
device:
|
|
identifiers: ecowitt-wh51-hasta
|
|
name: Hasta Soil Sensor
|
|
model: WH51
|
|
manufacturer: Ecowitt
|
|
|
|
- name: "Moisture"
|
|
device_class: moisture
|
|
unit_of_measurement: "%"
|
|
value_template: "{{ value|float }}"
|
|
state_class: measurement
|
|
state_topic: "rtl_433/9b13b3f4-rtl433/devices/Fineoffset-WH51/0ce593/moisture"
|
|
unique_id: fine-offset-wh51-0ce593-moisture
|
|
device:
|
|
identifiers: ecowitt-wh51-hasta
|
|
name: Hasta Soil Sensor
|
|
model: WH51
|
|
manufacturer: Ecowitt |