From 701c54348a848e013280c4bc52a79a20312df425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Thu, 27 Jun 2019 22:31:27 +0200 Subject: [PATCH] More readme fixes from @iantrich --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1031c78..54054c3 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ A Home Assistant integration to turn your browser into a controllable entity - a ## Example uses -- Make the camera feed from your front door pop up on the tablet in your kitchen when someone rings the doorbell. +- Make the camera feed from your front door pop up on the tablett in your kitchen when someone rings the doorbell. - Have a message pop up on every screen in the house when it's bedtime. - Make the browser on your workstation switch to a specific tab when the kitchen light is on after midnight - Play a TTS message on your work computer when the traffic sensor tells you it's time to go home. # Installation instructions -*NOTE: This integration required Home Assistant version 0.95 or later* +*NOTE: This integration requires Home Assistant version 0.95 or later* - Copy the contents of `custom_components/browser_mod/` to `/custom_components/browser_mod/`. @@ -33,8 +33,8 @@ A *device* is a machine-browser combination identified by a unique `deviceID`. T - Chrome on your desktop and Chrome on your laptop are two different *devices*. - Chrome on your laptop and Safari on your laptop are two different *devices*. -- Two tabs in Firefox on the same computer is the same *device*. -- Two windows in Edge on the same computer is the same *device*. +- Two tabs in Firefox on the same computer is one *device*. +- Two windows in Edge on the same computer is one *device*. In the two latter cases, the last loaded tab/window will be the *active* one.