mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
renames, fixes , and other fun schtuff
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
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
|
||||
Reference in New Issue
Block a user