Skip to content

Commit

Permalink
Fix popups in 0.113. Fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Jul 24, 2020
1 parent 88ca719 commit 5734537
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ will display the specified `entities` card as a popup on the current device and
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 `hide_header: true` will hide the header bar and close button.
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.
The optional parameter `time:` (only useable if `auto_close: true` is also set) will turn the popup into a "screensaver". See the `blackout` command below.
Expand Down
Loading

0 comments on commit 5734537

Please sign in to comment.