From 54ed7e07bf94702357d6cda6051a73341238b748 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sun, 9 Nov 2025 12:09:08 +0100 Subject: [PATCH] add sems2mqtt --- homeassistant/configuration.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/homeassistant/configuration.yaml b/homeassistant/configuration.yaml index 778e6e3..2f202ed 100644 --- a/homeassistant/configuration.yaml +++ b/homeassistant/configuration.yaml @@ -109,3 +109,13 @@ template: mqtt: sensor: !include mqtt.yaml + +sems2mqtt: + broker: host + broker_user: !secret sems_broker_user + broker_pw: !secret sems_broker_pw + username: !secret sems_username + password: !secret sems_password + station_id: !secret sems_station_id + client: sems2mqtt + scan_interval: 150