igor-panteleev / lovelace-qr-code-card

QR code generator card for Home Assistant interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hacs_badge GitHub Latest Release

Lovelace QRCode Generator card

This card provides a possibility to generate QRCode in Home Assistant interface.

Installation

Configuration

Key Type Required Default Description
General options
title string no empty Title for the card
source string yes text Card source type. Options: text, entity, wifi
Text mode options
text string yes QRCode example text Text that will be used for QRCode generation
Entity mode options
entity string yes empty Entity that will be used for QRCode generation
Wi-Fi mode options
auth_type string yes empty Wi-Fi network authentication type. Options: WEP, WPA, nopass
ssid string yes empty Wi-Fi network ssid
password string yes (except nopass authentication) empty Wi-Fi network password
is_hidden boolean no empty Is Wi-Fi network is hidden

About

QR code generator card for Home Assistant interface

License:MIT License


Languages

Language:TypeScript 94.5%Language:JavaScript 5.5%