Site updated at 2017-07-15 06:02:59 UTC

This commit is contained in:
Travis CI 2017-07-15 06:02:59 +00:00
parent 7c26528c2c
commit 7710094925
121 changed files with 4360 additions and 2316 deletions

View file

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>DHCP server - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="A simple dhcp server">
<meta name="description" content="A simple DHCP server.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/addons/dhcp_server/">
<meta property="fb:app_id" content="338291289691179">
@ -16,12 +16,12 @@
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/addons/dhcp_server/">
<meta property="og:type" content="article">
<meta property="og:description" content="A simple dhcp server">
<meta property="og:description" content="A simple DHCP server.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="DHCP server">
<meta name="twitter:description" content="A simple dhcp server">
<meta name="twitter:description" content="A simple DHCP server.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
@ -75,7 +75,7 @@
</h1>
</header>
<hr class="divider">
<p>Create a simple DHCP server for your network and allow set fix ip for some devices.</p>
<p>Create a simple DHCP server for your network and allow setting fixed IPs for devices.</p>
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nt">"domain"</span><span class="p">:</span><span class="w"> </span><span class="s2">"mynetwork.local"</span><span class="p">,</span><span class="w">
</span><span class="nt">"dns"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"8.8.8.8"</span><span class="p">,</span><span class="w"> </span><span class="s2">"8.8.4.4"</span><span class="p">],</span><span class="w">
@ -137,24 +137,21 @@
<li><a href='/hassio/installation/'>Installation </a></li>
<li><a href='/addons/'>Available add-ons </a></li>
<li><a href='/hassio/installing_third_party_addons/'>Installing third-party add-ons </a></li>
<li><a href='/hassio/external_storage/'>External storage </a></li>
<li><a href='/hassio/run_local/'>Execute local things </a></li>
<li><a href='/hassio/architecture/'>Architecture </a></li>
</ul>
</li>
</ul>
<ul class='divided sidebar-menu'>
<li>
<a href='/hassio/addon_development/'>Add-on Development </a>
Advanced
<ul>
<li><a href='/hassio/addon_tutorial/'>Tutorial: Making your first add-on </a></li>
<li><a href='/hassio/addon_config/'>Configuration </a></li>
<li><a href='/hassio/addon_testing/'>Local Testing </a></li>
<li><a href='/hassio/addon_publishing/'>Publishing </a></li>
<li><a href='/hassio/addon_repository/'>Repositories </a></li>
<li><a href='/hassio/zwave/'>Z-Wave </a></li>
<li><a href='/hassio/external_storage/'>External storage </a></li>
<li><a href='/hassio/run_local/'>Execute local things </a></li>
</ul>
</li>
<li><a href='/hassio/debugging/'>Debugging Hass.io </a></li>
</ul>
<ul class='divided sidebar-menu'>
<li><a href='/developers/hassio/addon_development/'>Looking to create an add-on?</a></li>
</ul>
</div>
</section>