From 3d82a2bcd88cfbb4cf329361e75ecffef6498831 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 10 Jul 2019 14:27:20 -0700 Subject: [PATCH] Clarify --- source/_components/climate.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/climate.markdown b/source/_components/climate.markdown index 8684a2f58c7..c9c623ecb88 100644 --- a/source/_components/climate.markdown +++ b/source/_components/climate.markdown @@ -195,7 +195,7 @@ automation: ### Service `climate.turn_on` -Turn climate device on +Turn climate device on. This is only supported if the climate device supports being turned off. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | @@ -203,7 +203,7 @@ Turn climate device on ### Service `climate.turn_off` -Turn climate device off +Turn climate device off. This is only supported if the climate device has the hvac mode "off". | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- |