Skip to content

Commit

Permalink
Merge pull request #13 from madmicio/dual-slider
Browse files Browse the repository at this point in the history
version
  • Loading branch information
madmicio authored Mar 5, 2024
2 parents c7e579f + 56d42d0 commit 8c258cc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/lovelace-ld2410-control-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ import { getdeviceName } from "./utils";
import { HomeAssistantFixed, WindowWithCards } from "./types";
import { CARD_TAG_NAME, CARD_VERSION, EDITOR_CARD_TAG_NAME } from "./const";

const WideCardTEst = "v0.1";
console.groupCollapsed(
"%c LD 2410 CARD %c " + WideCardTEst + " installed ",
"color: orange; font-weight: bold; background: black",
"color: green; font-weight: bold;"
),
console.log("Readme:", "https://github.com/madmicio"),
console.groupEnd();

Expand Down Expand Up @@ -451,7 +445,7 @@ export class Ld2410CustomCard extends LitElement {
${
this._show_options
? html`
<div style="font-size:10px">ver.: ${CARD_VERSION}</div>
<div style="font-size:10px">version: ${CARD_VERSION}</div>
<div class="select-options-container">
<div class="select-options-item">
<div class="option-select-title">Baud Rate</div>
Expand Down

0 comments on commit 8c258cc

Please sign in to comment.