From 645ffbace825b1b0a44ca0723004bfe129662c3c Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Mon, 30 Nov 2020 10:20:58 +0100 Subject: [PATCH] Fix incorrect title level (#15774) --- source/_integrations/homeassistant.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index b9e2d3b298b..47d481ee945 100644 --- a/source/_integrations/homeassistant.markdown +++ b/source/_integrations/homeassistant.markdown @@ -71,7 +71,7 @@ action: entity_id: light.living_room ``` -#### Service `homeassistant.turn_on` +### Service `homeassistant.turn_on` Generic service to turn devices on under any domain. Same usage as the light.turn_on, switch.turn_on, etc. services.