Skip to content

Commit

Permalink
Merge pull request #2 from PoebelPogge/1-wrong-default-value-for-pass…
Browse files Browse the repository at this point in the history
…word-field

Removing wrong default value
  • Loading branch information
PoebelPogge authored Feb 19, 2024
2 parents 6d89ef3 + aa5bb6c commit 5f48786
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ QR Code will be displayed. Very usefull for Dashboards

![screenshot](img/screenshot.png)

***
***

## Development
To create a new version which is useable in Home Assistant [Parcel](https://github.com/parcel-bundler/parcel#readme) is used.
Please do run `npm run build`. In the folder `dist/` a `card.js` and a `card.js.map` file appears if everything is successfull. These two files are the compiled version of this card.
34 changes: 17 additions & 17 deletions dist/card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/card.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions src/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import css from "bundle-text:./card.css";

import QRCode from "qrcode";



export class GuestWifiCard extends HTMLElement {
// private properties
_config;
Expand Down Expand Up @@ -139,7 +137,7 @@ export class GuestWifiCard extends HTMLElement {

static getStubConfig() {
return {
entity: "input_boolean.tcwt",
entity: "",
header: "",
};
}
Expand Down

0 comments on commit 5f48786

Please sign in to comment.