Site updated at 2016-09-26 06:41:04 UTC

This commit is contained in:
Travis CI 2016-09-26 06:41:05 +00:00
parent 4ab22dccac
commit 11aa34549f
25 changed files with 48 additions and 48 deletions

View file

@ -91,7 +91,7 @@
<p>The <code class="highlighter-rouge">bloomsky</code> component allows you to access your <a href="https://www.bloomsky.com/">BloomSky</a> weather stations <a href="/components/sensor.bloomsky">sensors</a>, <a href="/components/binary_sensor.bloomsky">binary sensors</a>, and <a href="/components/camera.bloomsky">camera</a> from Home Assistant.</p>
<p>Obtain your PI key from your <a href="https://dashboard.bloomsky.com">BloomSky dashboard</a>. Click <code class="highlighter-rouge">developers</code> in the bottom left of the screen.</p>
<p>Obtain your API key from your <a href="https://dashboard.bloomsky.com">BloomSky dashboard</a>. Click <code class="highlighter-rouge">developers</code> in the bottom left of the screen.</p>
<p>To integrate your BloomSky hub with Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>

View file

@ -91,7 +91,7 @@
<p>Groups allow the user to combine multiple entities into one. A group can be promoted to a <strong>view</strong> by setting the <code class="highlighter-rouge">view</code> option to <code class="highlighter-rouge">yes</code>. This will make the group available as a new tab in the frontend.</p>
<p>Check the <strong>Set State</strong> page from the <strong>Developer Tools</strong> <img src="/images/screenshots/developer-tool-services-icon.png" class="no-shadow" height="38" /> and browse the <strong>Current entities:</strong> listing for all available entities.</p>
<p>Check the <strong>Set State</strong> <img src="/images/screenshots/developer-tool-states-icon.png" class="no-shadow" height="38" /> page from the <strong>Developer Tools</strong> and browse the <strong>Current entities:</strong> listing for all available entities.</p>
<p>By default, every group appears in the HOME tab. If you name a group <code class="highlighter-rouge">default_view</code> it will REPLACE the contents of the HOME tab so you can customize it as you wish.</p>