Fix components after reorg

This commit is contained in:
Paulus Schoutsen 2016-02-07 14:26:16 -08:00
parent 6430b9511d
commit 476b472254
18 changed files with 22 additions and 21 deletions

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "NX584 Alarm Control Panel" title: "NX584 Alarm Control Panel"
description: "Instructions how to integrate NX584 into Home Assistant." description: "Instructions how to integrate NX584 into Home Assistant."
date: 2016-02-07 10:00 date: 2016-02-07 10:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "BloomSky" title: "BloomSky"
description: "Instructions how to integrate the BloomSky within Home Assistant." description: "Instructions how to integrate the BloomSky within Home Assistant."
date: 2016-02-03 20:00 date: 2016-02-03 20:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "BloomSky Camera" title: "BloomSky Camera"
description: "Instructions how to integrate the BloomSky camera within Home Assistant." description: "Instructions how to integrate the BloomSky camera within Home Assistant."
date: 2016-02-03 20:00 date: 2016-02-03 20:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "UniFi Video Camera" title: "UniFi Video Camera"
description: "Instructions how to integrate UVC cameras within Home Assistant." description: "Instructions how to integrate UVC cameras within Home Assistant."
date: 2016-02-07 10:00 date: 2016-02-07 10:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "Input Select" title: "Input Select"
description: "Instructions how to integrate the Input Select component into Home Assistant." description: "Instructions how to integrate the Input Select component into Home Assistant."
date: 2016-02-02 17:00 date: 2016-02-02 17:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "SCSGate light" title: "SCSGate light"
description: "Instructions how to integrate SCSGate lights into Home Assistant." description: "Instructions how to integrate SCSGate lights into Home Assistant."
date: 2016-01-31 19:30 date: 2016-01-31 19:30

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "Samsung TV" title: "Samsung TV"
description: "Instructions how to integrate a Samsung TV in Home Assistant." description: "Instructions how to integrate a Samsung TV in Home Assistant."
date: 2016-02-01 19:00 date: 2016-02-01 19:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "Proximity" title: "Proximity"
description: "Instructions how to setup Proximity monitoring within Home Assistant." description: "Instructions how to setup Proximity monitoring within Home Assistant."
date: 2016-02-07 10:00 date: 2016-02-07 10:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "SCSGate Rollershutter" title: "SCSGate Rollershutter"
description: "Instructions how to integrate SCSGate motorized devices into Home Assistant." description: "Instructions how to integrate SCSGate motorized devices into Home Assistant."
date: 2016-01-31 22:16 date: 2016-01-31 22:16

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "SCSGate" title: "SCSGate"
description: "Instructions how to integrate SCSGate into Home Assistant." description: "Instructions how to integrate SCSGate into Home Assistant."
date: 2016-01-31 19:20 date: 2016-01-31 19:20

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "BloomSky Sensor" title: "BloomSky Sensor"
description: "Instructions how to integrate the BloomSky sensors within Home Assistant." description: "Instructions how to integrate the BloomSky sensors within Home Assistant."
date: 2016-02-03 20:00 date: 2016-02-03 20:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "mFi Sensor" title: "mFi Sensor"
description: "Instructions how to integrate mFi sensors within Home Assistant." description: "Instructions how to integrate mFi sensors within Home Assistant."
date: 2016-02-07 10:00 date: 2016-02-07 10:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "Splunk" title: "Splunk"
description: "Record events in Splunk." description: "Record events in Splunk."
date: 2016-02-05 15:31 date: 2016-02-05 15:31

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "mFi Switch" title: "mFi Switch"
description: "Instructions how to integrate mFi switches within Home Assistant." description: "Instructions how to integrate mFi switches within Home Assistant."
date: 2016-02-07 10:00 date: 2016-02-07 10:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "SCSGate switch" title: "SCSGate switch"
description: "Instructions how to integrate SCSGate switches into Home Assistant." description: "Instructions how to integrate SCSGate switches into Home Assistant."
date: 2016-01-31 22:15 date: 2016-01-31 22:15

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "Template switch" title: "Template switch"
description: "Instructions how to integrate Template switches into Home Assistant." description: "Instructions how to integrate Template switches into Home Assistant."
date: 2016-02-07 07:00 date: 2016-02-07 07:00

View File

@ -1,5 +1,5 @@
--- ---
layout: component layout: page
title: "Weblink" title: "Weblink"
description: "Instructions how to setup Links within Home Assistant." description: "Instructions how to setup Links within Home Assistant."
date: 2016-02-02 20:00 date: 2016-02-02 20:00

View File

@ -1,12 +1,13 @@
--- ---
layout: page layout: page
title: "Automation example using time interval and input boolean" title: "Using time interval and input boolean"
description: "Automation example using time interval and input boolean." description: "Automation to get a random color every 2 minutes that can be turned on/off."
date: 2016-02-07 22:35 date: 2016-02-07 22:35 +0800
sidebar: false sidebar: true
comments: false comments: false
sharing: true sharing: true
footer: true footer: true
ha_category: Automation Examples
--- ---
#### {% linkable_title Change Hue light on interval to random color based on state of a input boolean %} #### {% linkable_title Change Hue light on interval to random color based on state of a input boolean %}