From 2747966501dfccfef1711d2ba0edde679a3ce342 Mon Sep 17 00:00:00 2001 From: Brian Berg Date: Thu, 9 Jul 2020 02:24:21 +0000 Subject: [PATCH] docs: update readme/info config example --- README.md | 2 ++ info.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index e50a2a0..2128919 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ _Component to integrate with [NiceHash][nicehash]_ api_key: api_secret: currency: EUR (default = USD) + rigs: true (default = false) - Enable rig sensors + devices: true (default = false) - Enable device sensors ``` 1. Restart Home Assistant diff --git a/info.md b/info.md index 3476c4c..cb81d93 100644 --- a/info.md +++ b/info.md @@ -35,6 +35,8 @@ _Component to integrate with [NiceHash][nicehash]_ api_key: api_secret: currency: EUR (default = USD) + rigs: true (default = false) - Enable rig sensors + devices: true (default = false) - Enable device sensors ``` {% endif %}