Add auto_close function to popup
This commit is contained in:
@@ -150,8 +150,9 @@ will display the specified `entities` card as a popup on the current device.
|
||||
|
||||

|
||||
|
||||
The optional parameter `large: true` will make the popup wider.
|
||||
The optional parameter `style:` will apply css style options to the popup.
|
||||
The optional parameter `large: true` will make the popup wider.
|
||||
The optional parameter `style:` will apply css style options to the popup.
|
||||
The optional parameter `auto_close: true` will make the popup close automatically when the mouse is moved or a key is pressed on the keyboard. This also removes the header bar.
|
||||
|
||||
Ex:
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user