From 43efde7eaef7ed06845d60304836a548c2536d68 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 20 Mar 2016 13:21:22 +0100 Subject: [PATCH] Fix type (fixes #315) --- source/_components/discovery.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index b64a6f00d66..a15d2944401 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -37,7 +37,7 @@ If running home-assistant in a docker container use switch `--net=host` to put i If you are developing a new platform, please read [how to make your platform discoverable]({{site_root}}/developers/add_new_platform/#discovery).

-There is currently a known issue with running this playform on a 64-bit version of Python. +There is currently a known issue with running this platform on a 64-bit version of Python.