Update readme
This commit is contained in:
parent
6f2fb58a74
commit
a96fd3155a
@ -540,6 +540,15 @@ browser_mod:
|
|||||||
|
|
||||||
That will make the screen turn on and off again for a second regularly to stop the five minute timer from running out.
|
That will make the screen turn on and off again for a second regularly to stop the five minute timer from running out.
|
||||||
|
|
||||||
|
Optionally, you can make the screen black by using the Screensaver instead of turning the screen off. In that case, you can set the `light` entity to control and respond to the screensaver rather than the screen state through:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
browser_mod:
|
||||||
|
devices:
|
||||||
|
d2fc860c-16379d23: # DeviceID of your FKB device
|
||||||
|
screensaver: true
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<a href="https://www.buymeacoffee.com/uqD6KHCdJ" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
|
<a href="https://www.buymeacoffee.com/uqD6KHCdJ" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "browser_mod",
|
"name": "browser_mod",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user