Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding readme badges. #5

Merged
merged 1 commit into from
Feb 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
![GitHub](https://img.shields.io/github/license/frozenwizard/onlylocklock)
![GitHub all releases](https://img.shields.io/github/downloads/frozenwizard/onlylocklock/total)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/frozenwizard/onlylocklock)
[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg)](https://github.com/hacs/integration)
# onlylocklock

This is a custom entity row for locks in Home Assistant. The intent is to expose the locks so that they can only be locked and not be unlocked through the ui. This is good for wall tablets or for users with restricted access.

This entity row only allows the lock command to be called on a lock and prevents the more-info popup from being shown. It looks like a normal lock row.
# Usage

Very simple and requires no extra configuration. Add the type "custom:only-lock-lock-row" to your entity.
Add the type "custom:only-lock-lock-row" to your entity.

## Example
```yaml
Expand Down