From 0ce3160e297c4f6281d275ecf18f13e456bda648 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Fri, 26 Oct 2018 15:59:45 -0400 Subject: [PATCH] Fix Thermostat cards (#7128) --- source/_lovelace/thermostat.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/thermostat.markdown b/source/_lovelace/thermostat.markdown index f5a3797d544..3ae760f8d4c 100644 --- a/source/_lovelace/thermostat.markdown +++ b/source/_lovelace/thermostat.markdown @@ -31,6 +31,6 @@ entity: ## {% linkable_title Example %} ```yaml -- type: sensor +- type: thermostat entity: climate.nest ```