diff --git a/conf/Skylink_HA-434TL.conf b/conf/Skylink_HA-434TL.conf
new file mode 100644
index 00000000..951b542a
--- /dev/null
+++ b/conf/Skylink_HA-434TL.conf
@@ -0,0 +1,19 @@
+# Skylink HA-434TL motion sensor
+#
+# This decoder reads detections of the Skylink HA-434TL PIR motion sensor
+#
+# s.a. https://github.com/merbanan/rtl_433/pull/814
+
+decoder {
+        n=Skylink-HA-434TL,
+        m=OOK_PPM,
+        s=500,
+        l=1500,
+        y=2000,
+        g=1800,
+        r=10000,
+        bits=17,
+        get={3}:motion:[5:motion 2:alive],
+        get=@3:{14}:id,
+        unique
+}