Merge pull request #3 from gottsman/master

Fix page header to the proper platform
This commit is contained in:
Paulus Schoutsen 2015-04-02 22:08:38 -07:00
commit 13e9636dbb

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "OpenWRT support" title: "Nmap support"
description: "Instructions how to integrate OpenWRT routers into Home Assistant." description: "Instructions how to integrate Nmap into Home Assistant."
date: 2015-03-23 19:59 date: 2015-03-23 19:59
sidebar: false sidebar: false
comments: false comments: false
@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
--- ---
As an alternative to the router-based device tracking, it is possible to directly scan the network for devices by using nmap. The IP addresses to scan can be specified in any format that nmap understands, including the network-prefix notation (`192.168.1.1/24`) and the range notation (`192.168.1.1-255`). As an alternative to the router-based device tracking, it is possible to directly scan the network for devices by using Nmap. The IP addresses to scan can be specified in any format that Nmap understands, including the network-prefix notation (`192.168.1.1/24`) and the range notation (`192.168.1.1-255`).
``` ```
# Example configuration.yaml entry # Example configuration.yaml entry