From cc5577fada2c84497efe91d328097fafc789c59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Sun, 17 Jan 2021 18:35:54 +0100 Subject: [PATCH] Remove source_type field from see service example The field is not implemented: https://github.com/home-assistant/core/blob/39336d3ea367e5c50e88fa09165257290a07b150/homeassistant/components/device_tracker/services.yaml https://github.com/home-assistant/core/blob/39336d3ea367e5c50e88fa09165257290a07b150/homeassistant/components/device_tracker/config_entry.py#L45-L48 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 553104db..4e046c90 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,6 @@ As an example: data: dev_id: andrew location_name: home - source_type: bluetooth - alias: Andrew Occupancy Off trigger: @@ -419,7 +418,6 @@ As an example: data: dev_id: andrew location_name: not_home - source_type: bluetooth ```