From 3f762197150364c028f58585b3cea979ec0f3348 Mon Sep 17 00:00:00 2001 From: Aalian Khan Date: Thu, 14 Sep 2023 16:10:11 -0400 Subject: [PATCH] Document how to hide device --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8136a..9cfd9dc 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ To exclude this area from the dashboard and views, set its property `hidden` to ### Card Options -The `card_options` entry enables you to specify a card type for an entity or to hide the card from the dashboard. +The `card_options` entry enables you to specify a card type for an entity or to hide the card from the dashboard. You can also provide a device ID and hide all entities linked to that device. [Instructions to find device ID](https://community.home-assistant.io/t/device-id-entity-id-where-to-find/289230/4?u=aaliankhan) #### Example @@ -214,6 +214,9 @@ strategy: type: custom:mushroom-fan-card remote.harmony_hub_wk: hidden: true + 077ba0492c9bb3b31ffac34f1f3a626a: + hidden: true + views: [ ] ```