From ad2c995b4ea5fe3faf28d99eff4f5801b58b075e Mon Sep 17 00:00:00 2001 From: andreicscs Date: Sat, 4 Apr 2026 11:51:59 +0200 Subject: [PATCH] fix formatting in CONTRIBUTING.md for sensor submission instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b01c54..4a6e57e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ To keep the ecosystem stable, all community-submitted sensors must adhere to a s ## How to Submit a New Sensor ### 1. Use the Template -Copy the `Sensors/templates/python-sensor/` folder and rename it to your sensor's name inside the `Sensors/community/` directory. +Copy the [`Sensors/templates/python-sensor/`](./Sensors/templates/python-sensor/) folder and rename it to your sensor's name inside the [`Sensors/community/`](./Sensors/community/) directory. You can also build a custom sensor in **any language**, the templates are only there to make it easier for people to start contributing! ### 2. Follow the JSON Contract (v1.0)