diff --git a/source/_integrations/html5.markdown b/source/_integrations/html5.markdown index 7762388e44d..10165a2ce65 100644 --- a/source/_integrations/html5.markdown +++ b/source/_integrations/html5.markdown @@ -147,7 +147,6 @@ Example of adding a tag to your notification. This won't create new notification service: notify.html5 data: message: "Last known sensor state is {{ states('sensor.sensor') }}." - data: data: tag: "notification-about-sensor" ```