KO
|
EN
gitlite โ search
Search
#typescript
#python
#javascript
#reactjs
#rust
#openai
#nodejs
#react
#css
#android
#java
#linux
unused-card
โ 32
Open GitHub โ
All your unused entities in a list
Download README (.md)
Explore Similar Repositories
reactor
:
telegram bot that automatically adds reaction buttons to messages (similar to slack/discord, but crappier, coz it's not native feature)
EfficientNet
:
Gluon implementation of EfficientNet and EfficientNet-lite
federation-migration-example
:
๐Example app migrated from schema stitching to Apollo federation
urbit-static-page
:
Mount an arbitrary HTML page to an Urbit ship.
responsive-ant-menu
:
A lightweight React component for Ant Menu to support responsive behaviour.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
unused-card
?
Download (.md)
# Unused Card by [@iantrich](https://www.github.com/iantrich) A simple card that shows your unused entities [![GitHub Release][releases-shield]][releases] [![License][license-shield]](https://raw.githubusercontent.com/custom-cards/unused-card/master/LICENSE.md) ![Project Maintenance][maintenance-shield] [![GitHub Activity][commits-shield]][commits] [![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] ## Options | Name | Type | Requirement | Description | Default | ---- | ---- | ------- | ----------- | ------- | type | string | **Required** | `custom:unused-card` | name | string | **Optional** | Card name | `Unused Entities` ## Install *This card is available in [HACS](https://github.com/custom-components/hacs) (Home Assistant Community Store)* ### Simple install 1. Download and copy `unused-card.js` from the [dist](https://github.com/custom-cards/unused-card/dist) into your `config/www` directory. 2. Add a reference to `unused-card.js` inside your `ui-lovelace.yaml`. ```yaml resources: - url: /local/unused-card.js type: module ``` [Troubleshooting](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins) [commits-shield]: https://img.shields.io/github/commit-activity/y/custom-cards/unused-card.svg?style=for-the-badge [commits]: https://github.com/custom-cards/unused-card/commits/master [discord]: https://discord.gg/5e9yvq [discord-shield]: https://img.shields.io/discord/330944238910963714.svg?style=for-the-badge [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge [forum]: https://community.home-assistant.io/c/projects/frontend [license-shield]: https://img.shields.io/github/license/custom-cards/unused-card.svg?style=for-the-badge [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg?style=for-the-badge [releases-shield]: https://img.shields.io/github/release/custom-cards/unused-card.svg?style=for-the-badge [releases]: https://github.com/custom-cards/unused-card/releases