From c7a55ed5198f33535a2f3093988839189e820478 Mon Sep 17 00:00:00 2001 From: dhzl84 Date: Sat, 29 Dec 2018 16:37:27 +0100 Subject: [PATCH] Update discovery.markdown (#7973) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit removed line ´"dev_cla":"climate",´ since it is not supported for climate devices and results in warnings in the log during discovery --- source/_docs/mqtt/discovery.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_docs/mqtt/discovery.markdown b/source/_docs/mqtt/discovery.markdown index bcbe61df064..cf3d015bb32 100644 --- a/source/_docs/mqtt/discovery.markdown +++ b/source/_docs/mqtt/discovery.markdown @@ -255,7 +255,6 @@ Setting up a climate component (heat only) with abbreviated configuration variab ```yaml { "name":"Livingroom", - "dev_cla":"climate", "mode_cmd_t":"homeassistant/climate/livingroom/thermostatModeCmd", "mode_stat_t":"homeassistant/climate/livingroom/state", "mode_stat_tpl":"{{value_json.mode}}",