From b78de349ab8145ed9e0ddfc168697bef190910fd Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Fri, 2 Sep 2022 20:52:39 +0300 Subject: [PATCH] Hide streams from Hass by default --- cmd/hass/hass.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/hass/hass.go b/cmd/hass/hass.go index 62a6e852..5eecb86a 100644 --- a/cmd/hass/hass.go +++ b/cmd/hass/hass.go @@ -78,7 +78,7 @@ func Init() { continue } - streams.Get("hass:" + entrie.Title) + //streams.Get("hass:" + entrie.Title) } }