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"
description: "Instructions how to integrate NX584 into Home Assistant."
date: 2016-02-07 10:00

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,12 +1,13 @@
---
layout: page
title: "Automation example using time interval and input boolean"
description: "Automation example using time interval and input boolean."
date: 2016-02-07 22:35
sidebar: false
title: "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 +0800
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Automation Examples
---
#### {% linkable_title Change Hue light on interval to random color based on state of a input boolean %}