From cc1c543515164c4dc73fc6c40224768650568e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Thu, 27 Jun 2019 22:17:34 +0200 Subject: [PATCH] BROWSER_MOD not _COMMANDER! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61a76b9..a16002d 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ A Home Assistant integration to turn your browser into a controllable entity - a *NOTE: This integration required Home Assistant version 0.95 or later* -- Copy the contents of `custom_components/browser_commander/` to `/custom_components/browser_commander/`. +- Copy the contents of `custom_components/browser_mod/` to `/custom_components/browser_mod/`. - Add the following to your `configuration.yaml`: ```yaml -browser_commander: +browser_mod: ``` - Restart Home Assistant