GitXplorerGitXplorer
s

lg-washer-dryer-card

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
317c5d4483393041a2b45ccb406320c911519384

feat: added some styles. made the font work

ssteveworkman committed 7 months ago
Unverified
12a47ef556be6e1ba923c7c17b84a1a52419783f

added es5 build

ssteveworkman committed 7 months ago
Unverified
c9c89ee1c31c26093be7dd86353078e2ea67650b

updated dependencies to be able to use modern node

ssteveworkman committed 7 months ago
Unverified
c41834902f9dd8e98f3a7fdea97c23f2016778c9

added font-face and loaders

ssteveworkman committed 7 months ago
Unverified
ad5d1c0801891bbf077f76aac994f746a341c901

feat: first commit

ssteveworkman committed 7 months ago
Verified
068704199054c9d6508fa71e1fb9498773a1e2dc

Initial commit

ssteveworkman committed 7 months ago

README

The README file for this repository.

LG Washer / Dryer Card by @steveworkman

A custom card for Home Assistant to display the status of an LG Washer or Dryer. This card is insipired by phrz/lg-washer-dryer-card/.

License hacs_badge

Aim

This is a card that displays the status of an LG Washer or Dryer. It is designed to be used with the LG ThinQ integration. The original design for this card used the existing picture-elements card, but I wanted to create a card that was more reusable and easier to configure, and could be insalled via HACS.

Plus, I love Lit, and this is kinda fun.

Options

Name Type Requirement Description Default
type string Required custom:boilerplate-card
name string Optional Card name Boilerplate
show_error boolean Optional Show what an error looks like for the card false
show_warning boolean Optional Show what a warning looks like for the card false
entity string Optional Home Assistant entity ID. none
tap_action object Optional Action to take on tap action: more-info
hold_action object Optional Action to take on hold none
double_tap_action object Optional Action to take on double tap none

Starting a new card from boilerplate-card