Skip to content

A custom Lovelace text input row for use in entities cards

Notifications You must be signed in to change notification settings

Didgeridrew/lovelace-text-input-row

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

lovelace-text-input-row

A custom Lovelace text input row for use in entities cards This will only work for input_text entities.

Installation

With custom_updater

resources:
  - url: /customcards/github/gadgetchnnel/lovelace-text-input-row.js?track=true
    type: js

Manually

Download the lovelace-text-input-row.js and put it somewhere under config folder/www

resources:
  - url: local/path/to/file/lovelace-text-input-row.js?v=0.0.8
    type: js

Configuration example

- type: entities
  entities:
    - entity: input_text.announcement_text
      type: 'custom:text-input-row'
    - type: call-service
      name: ' '
      icon: 'mdi:voice'
      action_name: Announce It...
      service: script.send_annoucement

TextInputRow

About

A custom Lovelace text input row for use in entities cards

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%