https://github.com/kcsoft/virtual-keys
Create login link for Home Assistant that you can share with guests
https://github.com/kcsoft/virtual-keys
guest hacs home-assistant virtual-keys
Last synced: 5 months ago
JSON representation
Create login link for Home Assistant that you can share with guests
- Host: GitHub
- URL: https://github.com/kcsoft/virtual-keys
- Owner: kcsoft
- Created: 2022-10-31T17:22:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T06:40:44.000Z (6 months ago)
- Last Synced: 2024-11-11T07:30:21.990Z (6 months ago)
- Topics: guest, hacs, home-assistant, virtual-keys
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual Keys
[](https://github.com/hacs/integration)Create login link for [Home Assistant](https://www.home-assistant.io/) that you can share with guests.
## Description
Virtual Keys is a Home Assistant integration that allows you to create login links that can be shared with guests. These links provide access to specific entities in Home Assistant for a limited time.
See [Lovelace Virtual Keys](https://github.com/kcsoft/lovelace-virtual-keys) for a more detailed description.
## Installation
Both [this integration](https://github.com/kcsoft/virtual-keys) and the [Lovelace plugin](https://github.com/kcsoft/lovelace-virtual-keys) need to be installed.
### HACS Installation
You need to install [HACS](https://hacs.xyz/) first.
1. Add "Custom repositories" to HACS, paste the URL of this repository and select "Integration" as category.
2. Go to HACS -> Integrations, Explore and Download Repositories, search for "virtual keys" and install it.
3. Add the following to `configuration.yaml`:
```yaml
virtual_keys:
```4. Install the [Lovelace Virtual Keys](https://github.com/kcsoft/lovelace-virtual-keys) plugin as a companion app.
5. Restart Home Assistant.