From 300ab3e09d76b4bf266f5106952cc3e4280b6db9 Mon Sep 17 00:00:00 2001 From: Troon Date: Wed, 1 Mar 2023 14:06:59 +0000 Subject: [PATCH] Remove reference to non-implemented attributes (#26408) --- source/_integrations/scrape.markdown | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/_integrations/scrape.markdown b/source/_integrations/scrape.markdown index 7ea61e881f9..53834dd6ce7 100644 --- a/source/_integrations/scrape.markdown +++ b/source/_integrations/scrape.markdown @@ -145,15 +145,6 @@ sensor: description: Defines a template for the entity picture of the sensor. required: false type: template - attributes: - description: Defines templates for attributes of the sensor. - required: false - type: map - keys: - "attribute: template": - description: The attribute and corresponding template. - required: true - type: template device_class: description: Sets the class of the device, changing the device state and icon that is displayed on the UI (see below). It does not set the `unit_of_measurement`. required: false