mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Reorganize blog categories
This commit is contained in:
parent
8de91b31ee
commit
e6830716e0
@ -5,7 +5,7 @@ description: "Home Assistant website has launched!"
|
||||
date: 2014-12-18 23:24:45 -0800
|
||||
date_formatted: "December 18, 2014"
|
||||
comments: true
|
||||
categories: website
|
||||
categories: Branding
|
||||
---
|
||||
|
||||
I finally took the time to setup a simple website to help people getting started with Home Assistant. The process was super smooth thanks to the great tools [Jekyll](http://jekyllrb.com) and [Octopress](http://octopress.org) and the great services [GitHub Pages](https://pages.github.com) and [CloudFlare](https://cloudflare.com).
|
||||
|
@ -5,7 +5,7 @@ description: "Overview of how the internet of things relates to home control, ho
|
||||
date: 2014-12-26 10:23:13 -0800
|
||||
date_formatted: December 26, 2014
|
||||
comments: true
|
||||
categories: architecture
|
||||
categories: Architecture
|
||||
---
|
||||
|
||||
The internet has been buzzing over the last year about home automation. A lot of different terms fly around like the internet of things, home automation and the smart home.
|
||||
|
@ -5,7 +5,7 @@ description: "Introducing the new notify component and PushBullet platform"
|
||||
date: 2015-01-04 13:29:07 -0800
|
||||
date_formatted: January 4, 2015
|
||||
comments: true
|
||||
categories: component
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
One of the things that was missing in Home Assistant for a while was a way to communicate with users. Wouldn't it be nice to get a message when important events happen like the lights being turned on while no one is home? Since the Home Assistant frontend runs as a web application on the phone, we have no way to bring ourselves to the front. This is where the new notify component comes in, powered by PushBullet.
|
||||
|
@ -5,7 +5,7 @@ description: "Home Assistant can now auto detect and setup certain devices in yo
|
||||
date: 2015-01-11 21:49:08 -0800
|
||||
date_formatted: January 11, 2015
|
||||
comments: true
|
||||
categories: component
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
Most people do not like configuring things. Things just have to work, out of the box. Reaching this scenario is the goal of what we are about to introduce: our new discovery component.
|
||||
|
@ -5,7 +5,7 @@ description: "Home Assistant has added Nest to its list of supported products."
|
||||
date: 2015-01-13 08:29:04 -0800
|
||||
date_formatted: January 13, 2015
|
||||
comments: true
|
||||
categories: component
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
For thet majority of its existence, Home Assistant primary focus was on presence detection, lights and switches. But not anymore as we're expanding the supported devices. Today, we're proud to introduce Nest Thermostat integration for Home Assistant contributed by [Stefano Fiorini](https://github.com/sfiorini)!
|
||||
|
@ -5,7 +5,7 @@ description: "The release notes for January 24, 2015"
|
||||
date: 2015-01-24 18:36 -0800
|
||||
date_formatted: "January 24, 2015"
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
I have just merged the latest version of the development branch into master. Here are some of the highlights of this release:
|
||||
|
@ -5,7 +5,7 @@ description: "Introducing history tracking for Home Assistant."
|
||||
date: 2015-02-08 9:01:23 -0800
|
||||
date_formatted: "February 8, 2015"
|
||||
comments: true
|
||||
categories: component frontend
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
Ever since the launch of Home Assistant you have been able to track the state of your house. But the view has always been limited to what the current state is. Not what it was. Today we are going to change that by introducing two brand new components:
|
||||
|
@ -5,7 +5,7 @@ description: "The frontend will now get the latest changes pushed while open."
|
||||
date: 2015-02-24 22:41:27 -0800
|
||||
date_formatted: February 24, 2015
|
||||
comments: true
|
||||
categories: frontend
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
Home Assistant has learned a new trick to get the latest information from the server: streaming updates. No longer will the frontend poll every 30 seconds for updates but instead it will keep a connection open and get the latest changes pushed as soon as they happen.
|
||||
|
@ -6,7 +6,7 @@ date: 2015-03-01 20:38:00 +0100
|
||||
date_formatted: March 1, 2015
|
||||
author: "Theodor Lindquist"
|
||||
comments: true
|
||||
categories: core
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
Home Assistant is now using [YAML](http://yaml.org/) for it's configuration file. YAML allows the use of lists, which should make the configuration file a bit more flexible and useful. The new configuration file format is backwards compatible with existing components. Because of this, there is no need for component developers to update their components.
|
||||
|
@ -5,7 +5,7 @@ description: "A new logo has arrived for Home Assistant"
|
||||
date: 2015-03-08 22:16:10 -0800
|
||||
date_formatted: March 8, 2015
|
||||
comments: true
|
||||
categories: branding
|
||||
categories: Branding
|
||||
---
|
||||
|
||||
It is well known that you are either a good programmer or a good designer. It's rare you'll meet someone that is both. That's why it wasn't surprising to anyone that the logo that I made was mediocre — at best. Luckily, [Jeremy Geltman](http://jeremygeltman.com/) has come to the rescue and contributed a brand new logo for Home Assistant.
|
||||
|
@ -5,7 +5,7 @@ description: "The release notes for March 11, 2015"
|
||||
date: 2015-03-11 18:36 -0800
|
||||
date_formatted: "March 11, 2015"
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
It has only been a little over a week since Theodor introduced YAML support for Home Assistant but so much has already happened that it is time for a summary of recent changes. Before mentioning the highlights I want to thank [andythigpen](https://github.com/andythigpen), [jamespcole](https://github.com/jamespcole) and [theolind](https://github.com/theolind) for numerous bug fixes, enhancements and new contributions. Thanks!
|
||||
|
@ -5,7 +5,7 @@ description: "New support added for SabNZBD, Pushover, scenes and scripts."
|
||||
date: 2015-03-22 0:21 -0800
|
||||
date_formatted: "March 22, 2015"
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
A new version of Home Assistant has just been pushed out. It contains bugfixes contributed by [jamespcole](https://github.com/jamespcole), [andythigpen](https://github.com/andythigpen), [trainman419](https://github.com/trainman419) and [me](https://github.com/balloob). It also adds a bunch of great new features:
|
||||
|
||||
|
@ -5,7 +5,7 @@ description: "Introducing support for line charts, a logbook, ISY994 hub, Transm
|
||||
date: 2015-04-25 6:57 -0700
|
||||
date_formatted: "April 25, 2015"
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
It's been a month since the latest update and a lot has happened again. Here a quick overview of the new things.
|
||||
|
@ -5,7 +5,7 @@ description: "The Home Assistant core now uses UTC as the internal date time."
|
||||
date: 2015-05-09 23:08 -0700
|
||||
date_formatted: "May 9, 2015"
|
||||
comments: true
|
||||
categories: core
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
I have recently merged code to refactor Home Assistant to use only UTC times internally. A much needed refactor. I've added some extra test coverage to time sensitive parts to ensure stability. The code has been live in the dev branch for the last 9 days and will be soon released to the master branch.
|
||||
|
@ -5,7 +5,7 @@ description: "Introducing support for MySensors, InstaPush, Notify My Android, O
|
||||
date: 2015-05-14 22:25 -0700
|
||||
date_formatted: "May 14, 2015"
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
Almost three busy weeks have past since the last release. We used this time to finally make the overhaul to use UTC as the internal date time format. We added a bunch of test coverage in the process to make sure the transition went smoothly. Pleas see [the blog post about the UTC refactor](/blog/2015/05/09/utc-time-zone-awareness/#backwards-incompatible-stuff) for backwards incompatible changes.
|
||||
|
@ -5,7 +5,7 @@ description: "Polymer 1.0, reviving media player support and the command line sw
|
||||
date: 2015-06-10 18:54 -0700
|
||||
date_formatted: "June 10, 2015"
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
Wow, almost a month has gone by since the last release and this release is *packed*. The biggest part of this release is probably one that you won't notice: the frontend has been upgraded from Polymer 0.5 to the brand new released Polymer 1.0. Polymer has been declared stable by the Google overlords which will allow us to expand functionality that was waiting for this moment to arrive.
|
||||
|
@ -5,7 +5,7 @@ description: "New support for IP Cameras, Arduinos, Kodi and Efergy monitors"
|
||||
date: 2015-07-11 01:37 -0700
|
||||
date_formatted: "July 11, 2015"
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
Another month has passed and some great new features have landed in Home Assistant. This month release has been made possible by [balloob](https://github.com/balloob), [ettisan](https://github.com/ettisan), [fabaff](https://github.com/fabaff), [gyran](https://github.com/gyran), [jamespcole](https://github.com/jamespcole), [michaelarnauts](https://github.com/michaelarnauts), [miniconfig](https://github.com/miniconfig) and [rmkraus](https://github.com/rmkraus).
|
||||
|
@ -5,7 +5,7 @@ description: "New support for MQTT, Rasperry PI GPIO, Logitech Squeezebox and AS
|
||||
date: 2015-08-09 18:01 -0700
|
||||
date_formatted: "August 9, 2015"
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
It's time for the August release and there is some serious good stuff this time. The core of Home Assistant has gone some serious clean up and a bump in test coverage thanks to [@balloob](https://github.com/balloob). If you're a developer, make sure you read up on [the deprecation notices](https://github.com/balloob/home-assistant/pull/251). [@fabaff](https://github.com/fabaff) did another great round of documentating all the various components.
|
||||
|
@ -5,7 +5,7 @@ description: "New support for Verisure switches, sensors and hygrometers and mod
|
||||
date: 2015-08-17 20:00 -0700
|
||||
date_formatted: "August 17, 2015"
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
A minor bug fix release to fix some issues that have come up since the last release. Please upgrade as soon as possible by running `git pull` from the Home Assistant directory.
|
||||
|
@ -5,7 +5,7 @@ description: "Nolan describes how he gets notified when laundry is done."
|
||||
date: 2015-08-26 08:12 -0700
|
||||
date_formatted: "August 26, 2015"
|
||||
comments: true
|
||||
categories: user-stories
|
||||
categories: User-Stories
|
||||
og_image: /images/blog/2015-08-laundry-automation/moteino-and-sensors.jpg
|
||||
---
|
||||
|
||||
|
@ -5,7 +5,7 @@ description: "Home Assistant gains a version number and a face lift."
|
||||
date: 2015-08-31 14:12 -0700
|
||||
date_formatted: "August 31, 2015"
|
||||
comments: true
|
||||
categories: user-stories
|
||||
categories: Release-Notes
|
||||
og_image: /images/screenshots/ui2015.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-09-11 11:19:38 +0200
|
||||
date_formatted: "September 11, 2015"
|
||||
author: Fabian Affolter
|
||||
comments: true
|
||||
categories: how-to mqtt
|
||||
categories: How-To MQTT
|
||||
og_image: /images/blog/2015-09-mqtt/arduino.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-09-13 09:28 -0700
|
||||
date_formatted: "September 13, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: how-to release-notes
|
||||
categories: How-To Release-Notes
|
||||
og_image: /images/blog/2015-09-ifttt/og_facebook.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-09-18 11:00:00 +0200
|
||||
date_formatted: "September 18, 2015"
|
||||
author: Fabian Affolter
|
||||
comments: true
|
||||
categories: how-to
|
||||
categories: How-To
|
||||
og_image: /images/supported_brands/glances.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-09-19 21:47:00 -0700
|
||||
date_formatted: "September 19, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
It's like someone opened a can of rock solid developers and emptied it above our [chat channel](https://gitter.im/balloob/home-assistant) because it exploded with great conversations and solid contributions. Featured in release 0.7.3: Sonos, iTunes, Alarm component and Automation upgrade.
|
||||
|
@ -6,7 +6,7 @@ date: 2015-10-05 21:49:00 -0700
|
||||
date_formatted: "October 5, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
og_image: /images/screenshots/map.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-10-11 12:10:00 -0700
|
||||
date_formatted: "October 11, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: how-to mqtt esp8266
|
||||
categories: How-To MQTT ESP8266
|
||||
og_image: /images/blog/2015-10-esp8266-temp/ha-sensor.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-10-11 10:10:00 -0700
|
||||
date_formatted: "October 11, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
We discovered two issues annoying enough to warrent the release of 0.7.5:
|
||||
|
@ -6,7 +6,7 @@ date: 2015-10-26 18:10:00 -0700
|
||||
date_formatted: "October 26, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
After two weeks of hard work I'm proud to announce the release of Home Assistant v0.7.6. For this release the main focus was bugs, test coverage and documentation. And we exceeded expectations on all three fronts. Bugs have been squashed, [test coverage increased to 85%](https://coveralls.io/builds/3946399) and thanks to the hard work by [@fabaff](https://github.com/fabaff) and myself the [component section](/components/) on the website has gotten a complete revamp.
|
||||
|
@ -6,7 +6,7 @@ date: 2015-11-16 21:27:00 -0700
|
||||
date_formatted: "November 16, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
---
|
||||
|
||||
<img src='/images/screenshots/custom-icons.png' style='float: right;' />We have all been hard at work to get this latest release ready. One of the big highlights in this release is the introduction of an extended iconset to be used in the frontend (credits to [@happyleavesaoc] for idea and prototype). To get started with customizing, pick any icon from [MaterialDesignIcons.com], prefix the name with `mdi:` and stick it into your `customize` section in `configuration.yaml`:
|
||||
|
@ -6,7 +6,7 @@ date: 2015-11-22 15:51:18 +0100
|
||||
date_formatted: "November 22, 2015"
|
||||
author: Fabian Affolter
|
||||
comments: true
|
||||
categories: survey
|
||||
categories: Survey
|
||||
og_image: /images/blog/2015-11-survey/releases.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-12-06 0:39:0 -0700
|
||||
date_formatted: "December 6, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: community
|
||||
categories: Community
|
||||
og_image: /images/blog/2015-12-community/hass-alexa.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-12-06 12:29:00 -0700
|
||||
date_formatted: "December 6, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: release-notes
|
||||
categories: Release-Notes
|
||||
og_image: /images/blog/2015-12-release-09/facebook-09.png
|
||||
---
|
||||
|
||||
|
@ -2,12 +2,12 @@
|
||||
layout: post
|
||||
title: "InfluxDB and Grafana"
|
||||
date: 2015-12-07 15:15:13 +0100
|
||||
description: "A step by step guide to start recording data from Home Assistant in InfluxDB and visualizing it using Grafan."
|
||||
description: "A step by step guide to start recording data from Home Assistant in InfluxDB and visualizing it using Grafana."
|
||||
comments: true
|
||||
date_formatted: "December 07, 2015"
|
||||
author: Fabian Affolter
|
||||
comments: true
|
||||
categories: how-to
|
||||
categories: How-To
|
||||
og_image: /images/blog/2015-12-influxdb/grafana-graph.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-12-10 10:39:41 +0000
|
||||
date_formatted: "December 10, 2015"
|
||||
author: Rowan Hine
|
||||
comments: true
|
||||
categories: how-to
|
||||
categories: How-To
|
||||
og_image: /images/blog/2015-12-tasker/screenshot-2.png
|
||||
---
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-12-12 10:44:00 -0800
|
||||
date_formatted: "December 12, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: public-service-announcement
|
||||
categories: Public-Service-Announcement
|
||||
---
|
||||
**Update Dec 16**: Great news! Philips has decided to [reverse their decision][philips-reverse] and is working on a software update to allow 3rd party light bulbs again.
|
||||
|
||||
|
@ -6,7 +6,7 @@ date: 2015-12-13 10:05:00 -0800
|
||||
date_formatted: "December 13, 2015"
|
||||
author: Paulus Schoutsen
|
||||
comments: true
|
||||
categories: how-to
|
||||
categories: How-To
|
||||
og_image: /images/blog/2015-12-lets-encrypt/letsencrypt-secured-fb.png
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
---
|
||||
layout: default
|
||||
sidebar: false
|
||||
sidebar: true
|
||||
regenerate: true
|
||||
blog_index: true
|
||||
---
|
||||
{% assign index = true %}
|
||||
{% for post in paginator.posts %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user