Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Latest commit

 

History

History
49 lines (38 loc) · 1.17 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.17 KB

toggle-lock-entity-row

THIS PLUGIN IS DEPRECATED

I RECOMMEND USING RESTRICTION-CARD WHICH DOES MORE THINGS BETTER




Avoid toggling entities by mistake in lovelace.

This will display a normal toggle with a lock symbol in front of it. Clicking the lock will make it go away and enable the toggle to be manouvered for five seconds.


resources:
  - url: /local/toggle-lock-entity-row.js
    type: js

views:
  - title: My view
    cards:
    - type: entities
      entities:
        - entity: light.my_lamp
          name: A lamp
          type: custom:toggle-lock-entity-row

lovelace-locked-toggle

Other options

If a list of users is supplied, only those users can disable the lock:

Note that this is not to be considered propper security. The lock can easily be circumvented.

    - type: entities
      entities:
        - entity: light.my_lamp
          name: A lamp
          type: custom:toggle-lock-entity-row
          users:
            - Thomas
            - Admin