Update readme

This commit is contained in:
Thomas Lovén 2021-07-11 16:45:46 +00:00
parent 6f2fb58a74
commit a96fd3155a
3 changed files with 11 additions and 2 deletions

View File

@ -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.
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>

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "browser_mod",
"private": true,
"version": "1.3.2",
"version": "1.4.0",
"description": "",
"scripts": {
"build": "rollup -c",