bratanon / hide-from-map

Lets you hide entities from the map in Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide from map

hacs_badge GH-release GH-downloads GH-last-commit GH-code-size

Lets you hide entities from the map in Home Assistant.

Installation

While this plugin can be installed by HACS, it is not included in the default repository of HACS.

  1. Add this repository as a custom repository inside HACS settings. Make sure you select Lovelace as Category.

  2. Install the plugin from the Overview page.

Manual install

  1. Download and copy hide-from-map.js from the latest release into yourconfig/www directory.

  2. Add the following to your resources

resources:
  - url: /local/hide-from-map.js
    type: module

Usage

Add an attribute (hide_from_map: true) to the entity you want to hide from the map. This can be done in many ways but its similar configuration.

Read the manual customizing entities section on how to customize entities.

sensor.test_sensor:
  hide_from_map: true

About

Lets you hide entities from the map in Home Assistant


Languages

Language:JavaScript 100.0%