From 995ebdfb02bdfbb919bdefcb1b9bdd02e8a958fe Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 23 Mar 2015 21:56:36 -0700 Subject: [PATCH] Add a page per platform/component --- _deploy | 2 +- sass/custom/_paulus.scss | 30 +++- source/_includes/custom/grid_item_left.html | 8 +- source/_includes/custom/navigation.html | 10 +- .../components/device_tracker.luci.markdown | 24 +++ source/components/device_tracker.markdown | 20 +-- .../device_tracker.netgear.markdown | 24 +++ .../device_tracker.nmap_scanner.markdown | 21 +++ .../components/device_tracker.tomato.markdown | 24 +++ source/components/group.markdown | 26 +++ source/components/history.markdown | 52 ++++++ source/components/index.markdown | 168 +++++++++++++++++- source/components/light.hue.markdown | 21 +++ source/components/media_player.cast.markdown | 24 +++ source/components/media_player.markdown | 11 +- source/components/notify.pushbullet.markdown | 40 +++++ source/components/notify.pushover.markdown | 43 +++++ source/components/scene.markdown | 24 +++ source/components/scheduler.markdown | 24 +++ source/components/script.markdown | 32 ++++ source/components/sensor.sabnzbd.markdown | 31 ++++ .../components/sensor.systemmonitor.markdown | 24 +++ source/components/switch.wemo.markdown | 17 ++ .../thermostat.heat_control.markdown | 57 ++++++ source/components/thermostat.nest.markdown | 23 +++ source/components/vera.markdown | 36 ++++ source/components/zwave.markdown | 33 ++++ source/getting-started/configuration.markdown | 2 + 28 files changed, 810 insertions(+), 41 deletions(-) create mode 100644 source/components/device_tracker.luci.markdown create mode 100644 source/components/device_tracker.netgear.markdown create mode 100644 source/components/device_tracker.nmap_scanner.markdown create mode 100644 source/components/device_tracker.tomato.markdown create mode 100644 source/components/group.markdown create mode 100644 source/components/history.markdown create mode 100644 source/components/light.hue.markdown create mode 100644 source/components/media_player.cast.markdown create mode 100644 source/components/notify.pushbullet.markdown create mode 100644 source/components/notify.pushover.markdown create mode 100644 source/components/scene.markdown create mode 100644 source/components/scheduler.markdown create mode 100644 source/components/script.markdown create mode 100644 source/components/sensor.sabnzbd.markdown create mode 100644 source/components/sensor.systemmonitor.markdown create mode 100644 source/components/switch.wemo.markdown create mode 100644 source/components/thermostat.heat_control.markdown create mode 100644 source/components/thermostat.nest.markdown create mode 100644 source/components/vera.markdown create mode 100644 source/components/zwave.markdown diff --git a/_deploy b/_deploy index c04323351d3..e38d28fad91 160000 --- a/_deploy +++ b/_deploy @@ -1 +1 @@ -Subproject commit c04323351d38c37fd8a9e2f5b731f9216873055c +Subproject commit e38d28fad91800f32dedfbb8c224d1d305042791 diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 1a8f8257ccf..68a093af9cb 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -1,9 +1,5 @@ @charset "UTF-8"; -.usp .icon i { - border: none !important; -} - .supported-brands { text-align: center; img { @@ -15,6 +11,18 @@ } } +.brand { + border: none !important; + box-shadow: none !important; + max-height: 50px; + max-width: 200px; + margin: 10px; + + &.overview { + max-width: 100px; + } +} + // https://fortawesome.github.io/Font-Awesome/3.2.1/icons/ h1:hover a.title-link, @@ -43,10 +51,16 @@ h6:hover a.title-link { } } -.usp ul { - text-align: left; - margin-left: 27px; - margin-top: -18px; +.usp { + ul { + text-align: left; + margin-left: 27px; + margin-top: -18px; + } + + .icon i { + border: none !important; + } } .hero-buttons a { diff --git a/source/_includes/custom/grid_item_left.html b/source/_includes/custom/grid_item_left.html index d72e88d83f6..e7dd86ccb88 100644 --- a/source/_includes/custom/grid_item_left.html +++ b/source/_includes/custom/grid_item_left.html @@ -1,8 +1,6 @@

Observe


-

-Home Assistant will track the state of all the devices in your home, so you don't have to. -

+

Home Assistant will track the state of all the devices in your home, so you don't have to.

@@ -18,4 +16,8 @@ Home Assistant will track the state of all the devices in your home, so you don' +
+ +

Browse all »

+ diff --git a/source/_includes/custom/navigation.html b/source/_includes/custom/navigation.html index 0ccb3058160..18811574933 100644 --- a/source/_includes/custom/navigation.html +++ b/source/_includes/custom/navigation.html @@ -1,5 +1,13 @@