From 81bf4990aaa4536a096dfd53023e0d3469942899 Mon Sep 17 00:00:00 2001 From: milothomas <20719501+milothomas@users.noreply.github.com> Date: Wed, 15 Jan 2020 00:08:23 +0530 Subject: [PATCH] Update README.md (#9) Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7d0fc8..3440651 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ E.g. `_(state.binary_sensor.motion.off)` will be replaced with `Clear` if your l To find the available keys, open your browsers console, type in the following and press Enter: ```javascript -document.querySelector("home-assistant").hass.resouces +document.querySelector("home-assistant").hass.resources ``` # FAQ