mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-05 04:24:27 +02:00
Add LockCardOptions to typedef.js
This commit is contained in:
@@ -55,6 +55,12 @@
|
|||||||
* @memberOf typedefs.cards
|
* @memberOf typedefs.cards
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @typedef {abstractOptions & Object} lockCardOptions Lock Card options.
|
||||||
|
* @property {{tap_action: switchTapAction}} [action] Home assistant action to perform on tap.
|
||||||
|
* @memberOf typedefs.cards
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {abstractOptions & Object} switchCardOptions Switch Card options.
|
* @typedef {abstractOptions & Object} switchCardOptions Switch Card options.
|
||||||
* @property {{tap_action: switchTapAction}} [action] Home assistant action to perform on tap.
|
* @property {{tap_action: switchTapAction}} [action] Home assistant action to perform on tap.
|
||||||
|
Reference in New Issue
Block a user