From b74516620d02c3217922ccb4598a8f56fd93cdcf Mon Sep 17 00:00:00 2001 From: Ivan Bessarabov Date: Tue, 2 Mar 2021 13:10:09 +0300 Subject: [PATCH] Fixing incorrect code sample (#16802) --- source/_lovelace/entities.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index c71d7246bf1..24aaa5e6fea 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -417,7 +417,7 @@ entities: name: Bed light transition action_name: Toggle light tap_action: - type: call-service + action: call-service service: light.toggle service_data: entity_id: light.bed_light