diff --git a/Gemfile b/Gemfile index 5f502f1a39a..5afdc65f7ea 100644 --- a/Gemfile +++ b/Gemfile @@ -1,29 +1,23 @@ source "https://rubygems.org" -ruby "> 2.3.0" +ruby "> 2.5.0" group :development do - gem 'rake', '~> 10.0' - # 3.8.5 throws errors on unfinished liquid tags in excerpts - # Wait with upgrade until release https://github.com/jekyll/jekyll/pull/7382 - gem 'jekyll', '3.8.4' - gem 'compass', '~> 0.12' - gem 'sass-globbing', '~> 1.0' - gem 'stringex', '~> 1.4' - gem 'pry' - - # See https://github.com/home-assistant/home-assistant.github.io/pull/3904 - gem 'rb-inotify', '< 0.9.9' + gem 'rake', '12.3.2' + gem 'jekyll', '3.8.6' + gem 'compass', '1.0.3' + gem 'sass-globbing', '1.1.5' + gem 'stringex', '2.8.5' end group :jekyll_plugins do - gem 'jekyll-paginate' - gem 'jekyll-redirect-from' - gem 'jekyll-sitemap' - gem 'jekyll-time-to-read' - gem 'octopress', '~> 3.0' - gem 'octopress-include-tag' + gem 'jekyll-paginate', '1.1.0' + gem 'jekyll-redirect-from', '0.15.0' + gem 'jekyll-sitemap', '1.3.1' + gem 'jekyll-time-to-read', '0.1.2' + gem 'octopress', '3.0.11' + gem 'octopress-include-tag', '1.1.3' end -gem 'sinatra', '~> 1.4.2' -gem 'nokogiri' +gem 'sinatra', '2.0.5' +gem 'nokogiri', '1.10.3' diff --git a/Gemfile.lock b/Gemfile.lock index c79660b6aa1..d3421bd8a47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,27 +1,33 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - chunky_png (1.3.8) - coderay (1.1.1) + chunky_png (1.3.11) colorator (1.1.0) - compass (0.12.7) + compass (1.0.3) chunky_png (~> 1.2) - fssm (>= 0.2.7) - sass (~> 3.2.19) - concurrent-ruby (1.1.3) + compass-core (~> 1.0.2) + compass-import-once (~> 1.0.5) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9) + sass (>= 3.3.13, < 3.5) + compass-core (1.0.3) + multi_json (~> 1.0) + sass (>= 3.3.0, < 3.5) + compass-import-once (1.0.5) + sass (>= 3.2, < 3.5) + concurrent-ruby (1.1.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) eventmachine (1.2.7) - ffi (1.9.25) + ffi (1.11.1) forwardable-extended (2.6.0) - fssm (0.2.10) http_parser.rb (0.6.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jekyll (3.8.4) + jekyll (3.8.6) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -35,26 +41,27 @@ GEM rouge (>= 1.7, < 4) safe_yaml (~> 1.0) jekyll-paginate (1.1.0) - jekyll-redirect-from (0.12.1) - jekyll (~> 3.3) - jekyll-sass-converter (1.3.0) - sass (~> 3.2) - jekyll-sitemap (1.1.1) - jekyll (~> 3.3) + jekyll-redirect-from (0.15.0) + jekyll (>= 3.3, < 5.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-sitemap (1.3.1) + jekyll (>= 3.7, < 5.0) jekyll-time-to-read (0.1.2) jekyll - jekyll-watch (2.1.2) + jekyll-watch (2.2.1) listen (~> 3.0) kramdown (1.17.0) - liquid (4.0.1) + liquid (4.0.3) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - method_source (0.8.2) mini_portile2 (2.4.0) - nokogiri (1.10.1) + multi_json (1.13.1) + mustermann (1.0.3) + nokogiri (1.10.3) mini_portile2 (~> 2.4.0) octopress (3.0.11) jekyll (>= 2.0) @@ -73,57 +80,51 @@ GEM octopress-include-tag (1.1.3) jekyll (>= 2.0) octopress-tag-helpers (~> 1.0) - octopress-tag-helpers (1.0.8) + octopress-tag-helpers (1.0.9) jekyll (>= 2.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - pry (0.10.4) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - public_suffix (3.0.3) - rack (1.6.9) - rack-protection (1.5.5) + public_suffix (3.1.1) + rack (2.0.7) + rack-protection (2.0.5) rack - rake (10.5.0) + rake (12.3.2) rb-fsevent (0.10.3) - rb-inotify (0.9.8) - ffi (>= 0.5.0) + rb-inotify (0.10.0) + ffi (~> 1.0) redcarpet (3.4.0) - rouge (3.3.0) + rouge (3.5.1) ruby_dep (1.5.0) - safe_yaml (1.0.4) - sass (3.2.19) + safe_yaml (1.0.5) + sass (3.4.25) sass-globbing (1.1.5) sass (>= 3.1) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - slop (3.6.0) - stringex (1.5.1) - tilt (2.0.8) + sinatra (2.0.5) + mustermann (~> 1.0) + rack (~> 2.0) + rack-protection (= 2.0.5) + tilt (~> 2.0) + stringex (2.8.5) + tilt (2.0.9) titlecase (0.1.1) PLATFORMS ruby DEPENDENCIES - compass (~> 0.12) - jekyll (= 3.8.4) - jekyll-paginate - jekyll-redirect-from - jekyll-sitemap - jekyll-time-to-read - nokogiri - octopress (~> 3.0) - octopress-include-tag - pry - rake (~> 10.0) - rb-inotify (< 0.9.9) - sass-globbing (~> 1.0) - sinatra (~> 1.4.2) - stringex (~> 1.4) + compass (= 1.0.3) + jekyll (= 3.8.6) + jekyll-paginate (= 1.1.0) + jekyll-redirect-from (= 0.15.0) + jekyll-sitemap (= 1.3.1) + jekyll-time-to-read (= 0.1.2) + nokogiri (= 1.10.3) + octopress (= 3.0.11) + octopress-include-tag (= 1.1.3) + rake (= 12.3.2) + sass-globbing (= 1.1.5) + sinatra (= 2.0.5) + stringex (= 2.8.5) RUBY VERSION ruby 2.6.2p47 diff --git a/_config.yml b/_config.yml index 44988388256..f4790567599 100644 --- a/_config.yml +++ b/_config.yml @@ -155,3 +155,25 @@ disqus_end_date: 2010-01-26 0:00:00 # Support .well-known directory include: [".well-known"] + +# Set Front matter defaults +defaults: + # Defaults for all pages + - scope: + path: "" + values: + layout: page + comments: false + footer: true + sharing: true + sidebar: true + featured: false + # Defaults for blogs posts + - scope: + type: posts + values: + layout: post + comments: true + footer: true + sharing: true + sidebar: true diff --git a/plugins/category_generator.rb b/plugins/category_generator.rb index c55d62f41c1..54210c7a740 100644 --- a/plugins/category_generator.rb +++ b/plugins/category_generator.rb @@ -3,13 +3,46 @@ # Jekyll category page generator. # http://recursive-design.com/projects/jekyll-plugins/ # -# Version: 0.1.4 (201101061053) +# Version: 0.2.4 (201210160037) # # Copyright (c) 2010 Dave Perrett, http://recursive-design.com/ # Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) # # A generator that creates category pages for jekyll sites. # +# To use it, simply drop this script into the _plugins directory of your Jekyll site. You should +# also create a file called 'category_index.html' in the _layouts directory of your jekyll site +# with the following contents (note: you should remove the leading '# ' characters): +# +# ================================== COPY BELOW THIS LINE ================================== +# --- +# layout: default +# --- +# +#

{{ page.title }}

+# +# ================================== COPY ABOVE THIS LINE ================================== +# +# You can alter the _layout_ setting if you wish to use an alternate layout, and obviously you +# can change the HTML above as you see fit. +# +# When you compile your jekyll site, this plugin will loop through the list of categories in your +# site, and use the layout above to generate a page for each one with a list of links to the +# individual posts. +# +# You can also (optionally) generate an atom.xml feed for each category. To do this, copy +# the category_feed.xml file to the _includes/custom directory of your own project +# (https://github.com/recurser/jekyll-plugins/blob/master/_includes/custom/category_feed.xml). +# You'll also need to copy the octopress_filters.rb file into the _plugins directory of your +# project as the category_feed.xml requires a couple of extra filters +# (https://github.com/recurser/jekyll-plugins/blob/master/_plugins/octopress_filters.rb). +# # Included filters : # - category_links: Outputs the list of categories as comma-separated links. # - date_to_html_string: Outputs the post.date as formatted html, with hooks for CSS styling. @@ -18,64 +51,81 @@ # - category_dir: The subfolder to build category pages in (default is 'categories'). # - category_title_prefix: The string used before the category name in the page title (default is # 'Category: '). - -require 'stringex' - module Jekyll # The CategoryIndex class creates a single category page for the specified category. - class CategoryIndex < Page + class CategoryPage < Page # Initializes a new CategoryIndex. # + # +template_path+ is the path to the layout template to use. + # +site+ is the Jekyll Site instance. + # +base+ is the String path to the . + # +category_dir+ is the String path between and the category folder. + # +category+ is the category currently being processed. + def initialize(template_path, name, site, base, category_dir, category) + @site = site + @base = base + @dir = category_dir + @name = name + + self.process(name) + + if File.exist?(template_path) + @perform_render = true + template_dir = File.dirname(template_path) + template = File.basename(template_path) + # Read the YAML data from the layout page. + self.read_yaml(template_dir, template) + self.data['category'] = category + # Set the title for this page. + title_prefix = site.config['category_title_prefix'] || 'Category: ' + self.data['title'] = "#{title_prefix}#{category}" + # Set the meta-description for this page. + meta_description_prefix = site.config['category_meta_description_prefix'] || 'Category: ' + self.data['description'] = "#{meta_description_prefix}#{category}" + else + @perform_render = false + end + end + + def render? + @perform_render + end + + end + + # The CategoryIndex class creates a single category page for the specified category. + class CategoryIndex < CategoryPage + + # Initializes a new CategoryIndex. + # + # +site+ is the Jekyll Site instance. # +base+ is the String path to the . # +category_dir+ is the String path between and the category folder. # +category+ is the category currently being processed. def initialize(site, base, category_dir, category) - @site = site - @base = base - @dir = category_dir - @name = 'index.html' - self.process(@name) - # Read the YAML data from the layout page. - self.read_yaml(File.join(base, '_layouts'), 'category_index.html') - self.data['category'] = category - # Set the title for this page. - title_prefix = site.config['category_title_prefix'] || 'Category: ' - self.data['title'] = "#{title_prefix}#{category}" - # Set the meta-description for this page. - meta_description_prefix = site.config['category_meta_description_prefix'] || 'Category: ' - self.data['description'] = "#{meta_description_prefix}#{category}" + template_path = File.join(base, '_layouts', 'category_index.html') + super(template_path, 'index.html', site, base, category_dir, category) end end # The CategoryFeed class creates an Atom feed for the specified category. - class CategoryFeed < Page + class CategoryFeed < CategoryPage # Initializes a new CategoryFeed. # + # +site+ is the Jekyll Site instance. # +base+ is the String path to the . # +category_dir+ is the String path between and the category folder. # +category+ is the category currently being processed. def initialize(site, base, category_dir, category) - @site = site - @base = base - @dir = category_dir - @name = 'atom.xml' - self.process(@name) - # Read the YAML data from the layout page. - self.read_yaml(File.join(base, '_includes/custom'), 'category_feed.xml') - self.data['category'] = category - # Set the title for this page. - title_prefix = site.config['category_title_prefix'] || 'Category: ' - self.data['title'] = "#{title_prefix}#{category}" - # Set the meta-description for this page. - meta_description_prefix = site.config['category_meta_description_prefix'] || 'Category: ' - self.data['description'] = "#{meta_description_prefix}#{category}" + template_path = File.join(base, '_includes', 'custom', 'category_feed.xml') + super(template_path, 'atom.xml', site, base, category_dir, category) # Set the correct feed URL. - self.data['feed_url'] = "#{category_dir}/#{name}" + self.data['feed_url'] = "#{category_dir}/#{name}" if render? end end @@ -86,44 +136,37 @@ module Jekyll # Creates an instance of CategoryIndex for each category page, renders it, and # writes the output to a file. # - # +category_dir+ is the String path to the category folder. - # +category+ is the category currently being processed. - def write_category_index(category_dir, category) - index = CategoryIndex.new(self, self.source, category_dir, category) - index.render(self.layouts, site_payload) - index.write(self.dest) - # Record the fact that this page has been added, otherwise Site::cleanup will remove it. - self.pages << index + # +category+ is the category currently being processed. + def write_category_index(category) + target_dir = GenerateCategories.category_dir(self.config['category_dir'], category) + index = CategoryIndex.new(self, self.source, target_dir, category) + if index.render? + index.render(self.layouts, site_payload) + index.write(self.dest) + # Record the fact that this pages has been added, otherwise Site::cleanup will remove it. + self.pages << index + end # Create an Atom-feed for each index. - feed = CategoryFeed.new(self, self.source, category_dir, category) - feed.render(self.layouts, site_payload) - feed.write(self.dest) - # Record the fact that this page has been added, otherwise Site::cleanup will remove it. - self.pages << feed + feed = CategoryFeed.new(self, self.source, target_dir, category) + if feed.render? + feed.render(self.layouts, site_payload) + feed.write(self.dest) + # Record the fact that this pages has been added, otherwise Site::cleanup will remove it. + self.pages << feed + end end # Loops through the list of category pages and processes each one. def write_category_indexes if self.layouts.key? 'category_index' - dir = self.config['category_dir'] || 'categories' self.categories.keys.each do |category| - self.write_category_index(File.join(dir, category.to_url), category) + self.write_category_index(category) end # Throw an exception if the layout couldn't be found. else - raise <<-ERR - - -=============================================== - Error for category_generator.rb plugin ------------------------------------------------ - No 'category_index.html' in source/_layouts/ - Perhaps you haven't installed a theme yet. -=============================================== - -ERR + throw "No 'category_index' layout found." end end @@ -135,10 +178,20 @@ ERR safe true priority :low + CATEGORY_DIR = 'categories' + def generate(site) site.write_category_indexes end + # Processes the given dir and removes leading and trailing slashes. Falls + # back on the default if no dir is provided. + def self.category_dir(base_dir, category) + base_dir = (base_dir || CATEGORY_DIR).gsub(/^\/*(.*)\/*$/, '\1') + category = category.gsub(/_|\P{Word}/, '-').gsub(/-{2,}/, '-').downcase + File.join(base_dir, category) + end + end @@ -151,9 +204,14 @@ ERR # +categories+ is the list of categories to format. # # Returns string - # def category_links(categories) - categories = categories.sort!.map { |c| category_link c } + base_dir = @context.registers[:site].config['category_dir'] + categories = categories.sort!.map do |category| + category_dir = GenerateCategories.category_dir(base_dir, category) + # Make sure the category directory begins with a slash. + category_dir = "/#{category_dir}" unless category_dir =~ /^\// + "#{category}" + end case categories.length when 0 @@ -161,7 +219,7 @@ ERR when 1 categories[0].to_s else - "#{categories[0...-1].join(', ')}, #{categories[-1]}" + categories.join(', ') end end @@ -172,8 +230,9 @@ ERR # Returns string # def category_link(category) - dir = @context.registers[:site].config['category_dir'] - "#{category}" + base_dir = @context.registers[:site].config['category_dir'] + category_dir = GenerateCategories.category_dir(base_dir, category) + "#{category}" end # Outputs the post.date as formatted html, with hooks for CSS styling. diff --git a/source/_addons/cec_scan.markdown b/source/_addons/cec_scan.markdown index a17d0ff09db..a7070819ba3 100644 --- a/source/_addons/cec_scan.markdown +++ b/source/_addons/cec_scan.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "CEC Scanner" description: "Scan HDMI CEC devices." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Help you to discover the HDMI CEC address. Start the add-on and look into the log to see all connected device on HDMI. diff --git a/source/_addons/check_config.markdown b/source/_addons/check_config.markdown index 350c2c4a6f3..160cde79184 100644 --- a/source/_addons/check_config.markdown +++ b/source/_addons/check_config.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Check Home Assistant configuration" description: "Check your current Home Assistant configuration against a new version." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- You can use this add-on to check whether your configuration files are valid against the new version of Home Assistant before you actually update your Home Assistant installation. This add-on will help you avoid errors due to breaking changes, resulting in a smooth update. diff --git a/source/_addons/configurator.markdown b/source/_addons/configurator.markdown index fbfb8cb1bb5..2f7bc108843 100644 --- a/source/_addons/configurator.markdown +++ b/source/_addons/configurator.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HASS Configurator" description: "Browser-based configuration file editor for Home Assistant." -date: 2018-07-16 14:00 -sidebar: true -comments: false -sharing: true -footer: true featured: true og_image: /images/hassio/screenshots/addon-hass-configurator.png --- diff --git a/source/_addons/dhcp_server.markdown b/source/_addons/dhcp_server.markdown index c35d2fc201c..f3b8a0eb961 100644 --- a/source/_addons/dhcp_server.markdown +++ b/source/_addons/dhcp_server.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DHCP server" description: "A simple DHCP server." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Create a simple DHCP server for your network and allow setting fixed IPs for devices. diff --git a/source/_addons/dnsmasq.markdown b/source/_addons/dnsmasq.markdown index 13553302a8d..0efc9b8af88 100644 --- a/source/_addons/dnsmasq.markdown +++ b/source/_addons/dnsmasq.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dnsmasq" description: "A simple DNS server." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Setup and manage a [Dnsmasq](http://thekelleys.org.uk/dnsmasq/doc.html) DNS server. This allows you to manipulate DNS requests. For example, you can have your Home Assistant domain resolve with an internal address inside your network. diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown index 3bc8ec8fdcf..c6e929ffaf1 100644 --- a/source/_addons/duckdns.markdown +++ b/source/_addons/duckdns.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DuckDNS" description: "Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true featured: true --- diff --git a/source/_addons/git_pull.markdown b/source/_addons/git_pull.markdown index 2be4cd85d2c..f393f993ea4 100644 --- a/source/_addons/git_pull.markdown +++ b/source/_addons/git_pull.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Git pull" description: "Load and update configuration files for Home Assistant from a GIT repository." -date: 2017-09-25 14:00 -sidebar: true -comments: false -sharing: true -footer: true --- Load and update configuration files for Home Assistant from a [Git](https://git-scm.com/) repository. diff --git a/source/_addons/google_assistant.markdown b/source/_addons/google_assistant.markdown index 367161be274..fdd6288f2e0 100644 --- a/source/_addons/google_assistant.markdown +++ b/source/_addons/google_assistant.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Assistant" description: "Enhance your Hass.io installation with Google Assistant." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true featured: true --- diff --git a/source/_addons/homematic.markdown b/source/_addons/homematic.markdown index 41bd7352253..38c7de7a16d 100644 --- a/source/_addons/homematic.markdown +++ b/source/_addons/homematic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HomeMatic" description: "HomeMatic hardware support to turn you Home-Assistant into a CCU." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Set up a [HomeMatic](https://github.com/eq-3/occu) hardware layer. For learning and handling devices use [Homematic-Manager](https://github.com/hobbyquaker/homematic-manager) > 2.0. diff --git a/source/_addons/lets_encrypt.markdown b/source/_addons/lets_encrypt.markdown index ef3bfd86f5b..32d57c1436f 100644 --- a/source/_addons/lets_encrypt.markdown +++ b/source/_addons/lets_encrypt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Let's Encrypt" description: "Automatically manage your SSL certificate using Let's Encrypt." -date: 2018-04-18 10:55 -sidebar: true -comments: false -sharing: true -footer: true ---

diff --git a/source/_addons/mariadb.markdown b/source/_addons/mariadb.markdown index c53bb4a5dd1..69d08a31000 100644 --- a/source/_addons/mariadb.markdown +++ b/source/_addons/mariadb.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MariaDB" description: "MariaDB Server is one of the most popular database servers in the world." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Set up a [MariaDB](https://mariadb.org/) SQL server. It supports multiple databases, users and permission settings. If you want to only connect from inside Home Assistant use `core-mariadb` as the host address. diff --git a/source/_addons/mosquitto.markdown b/source/_addons/mosquitto.markdown index 06ff1adbc5c..7f21087c8d3 100644 --- a/source/_addons/mosquitto.markdown +++ b/source/_addons/mosquitto.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mosquitto MQTT broker" description: "Fast and reliable MQTT broker." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true featured: true --- @@ -104,7 +98,7 @@ acl_file /share/mosquitto/accesscontrollist 3. Create `/share/mosquitto/accesscontrollist` with the contents: ```text user [YOUR_MQTT_USER] -topic # +topic readwrite # ``` The `/share` folder can be accessed via SMB, or on the host filesystem under `/usr/share/hassio/share`. diff --git a/source/_addons/nginx_proxy.markdown b/source/_addons/nginx_proxy.markdown index b0e29ece559..bba4a3da49a 100644 --- a/source/_addons/nginx_proxy.markdown +++ b/source/_addons/nginx_proxy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NGINX SSL proxy" description: "NGINX Home Assistant SSL proxy." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Sets up an SSL proxy with NGINX and redirect port 80 to 443. Make sure you have generated a certificate before you start this add-on. diff --git a/source/_addons/rpc_shutdown.markdown b/source/_addons/rpc_shutdown.markdown index 67bcf773cad..435665d31df 100644 --- a/source/_addons/rpc_shutdown.markdown +++ b/source/_addons/rpc_shutdown.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RPC Shutdown" description: "Simple way for remote windows shutdowns." -date: 2017-09-25 14:00 -sidebar: true -comments: false -sharing: true -footer: true --- Allows you to shut down a Windows computer with a service call from Home Assistant. diff --git a/source/_addons/samba.markdown b/source/_addons/samba.markdown index 8d0b57c9207..8adb4907ab2 100644 --- a/source/_addons/samba.markdown +++ b/source/_addons/samba.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Samba" description: "Manage your Home Assistant and custom add-ons over Samba." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true featured: true --- diff --git a/source/_addons/snips.markdown b/source/_addons/snips.markdown index cc269de8fe3..e9d12047dfd 100644 --- a/source/_addons/snips.markdown +++ b/source/_addons/snips.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Snips.ai" description: "Enhance your Hass.io installation with a local voice assistant." -date: 2018-05-02 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- [Snips.ai](https://snips.ai/) is an AI-powered voice assistant that runs on the Raspberry Pi 3 and x86 platforms. It runs on-device and is Private by Design. diff --git a/source/_addons/ssh.markdown b/source/_addons/ssh.markdown index ad50f2d3176..ae514e2de1c 100644 --- a/source/_addons/ssh.markdown +++ b/source/_addons/ssh.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SSH Server" description: "Allow logging in remotely to Hass.io using SSH." -date: 2017-11-03 22:25 -sidebar: true -comments: false -sharing: true -footer: true featured: true --- diff --git a/source/_addons/tellstick.markdown b/source/_addons/tellstick.markdown index f1e8f19f82c..3942739af85 100644 --- a/source/_addons/tellstick.markdown +++ b/source/_addons/tellstick.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "TellStick" description: "Telldus TellStick service enabler and tools." -date: 2017-12-04 21:31 -sidebar: true -comments: false -sharing: true -footer: true --- Setting up the [Tellstick](http://telldus.com) service and tools contained in the [telldus-core](http://developer.telldus.com/) package and adding configuration to enable Tellstick and Tellstick Duo to work on your Hass.io. diff --git a/source/_components/abode.markdown b/source/_components/abode.markdown index 89172186e9a..b77a482f908 100644 --- a/source/_components/abode.markdown +++ b/source/_components/abode.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Abode Home Security" description: "Instructions on integrating Abode home security with Home Assistant." -date: 2017-08-26 0:28 -sidebar: true -comments: false -sharing: true -footer: true logo: abode.jpg ha_category: - Hub diff --git a/source/_components/acer_projector.markdown b/source/_components/acer_projector.markdown index c791e349ada..3c2afd279b8 100644 --- a/source/_components/acer_projector.markdown +++ b/source/_components/acer_projector.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Acer Projector Switch" description: "Instructions on how to integrate Acer Projector switches into Home Assistant." -date: 2016-05-07 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: acer.png ha_category: - Multimedia diff --git a/source/_components/actiontec.markdown b/source/_components/actiontec.markdown index 9d90d557179..ba8633983b1 100644 --- a/source/_components/actiontec.markdown +++ b/source/_components/actiontec.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Actiontec" description: "Instructions on how to integrate Actiontec routers into Home Assistant." -date: 2015-08-30 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: actiontec.png ha_category: - Presence Detection @@ -15,7 +9,6 @@ redirect_from: - /components/device_tracker.actiontec/ --- - This platform allows you to detect presence by looking at connected devices to an [Actiontec](http://www.actiontec.com/) device. Supported devices (tested): diff --git a/source/_components/adguard.markdown b/source/_components/adguard.markdown index 5d17644798d..5437bba3b9c 100644 --- a/source/_components/adguard.markdown +++ b/source/_components/adguard.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "AdGuard Home" description: "Instructions on how to integrate AdGuard Home with Home Assistant." -date: 2019-05-31 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: adguard.png ha_category: - Network diff --git a/source/_components/ads.markdown b/source/_components/ads.markdown index d91b221761f..52d857697ba 100644 --- a/source/_components/ads.markdown +++ b/source/_components/ads.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ADS" description: Connect Home Assistant to TwinCAT devices via the ADS interface -date: 2017-12-05 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: beckhoff.png ha_category: - Hub diff --git a/source/_components/aftership.markdown b/source/_components/aftership.markdown index b4a40fd554c..750f8db5ff6 100644 --- a/source/_components/aftership.markdown +++ b/source/_components/aftership.markdown @@ -1,12 +1,6 @@ --- -layout: page title: AfterShip Sensor description: "Instructions on how to set up AfterShip sensors within Home Assistant." -date: 2018-11-24 01:00 -sidebar: true -comments: false -sharing: true -footer: true logo: aftership.png ha_category: - Postal Service diff --git a/source/_components/air_quality.markdown b/source/_components/air_quality.markdown index 3ff556c6f07..e0546cba346 100644 --- a/source/_components/air_quality.markdown +++ b/source/_components/air_quality.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Air Quality" description: "Instructions on how to add air quality sensors with Home Assistant" -date: 2018-11-25 08:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: - /components/air_pollutants/ ha_release: 0.85 diff --git a/source/_components/airvisual.markdown b/source/_components/airvisual.markdown index b8b0eebdf5e..89ec24c3f7d 100644 --- a/source/_components/airvisual.markdown +++ b/source/_components/airvisual.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "AirVisual" description: "Instructions on how to use AirVisual data within Home Assistant" -date: 2017-09-06 12:15 -sidebar: true -comments: false -sharing: true -footer: true logo: airvisual.jpg ha_category: - Health diff --git a/source/_components/aladdin_connect.markdown b/source/_components/aladdin_connect.markdown index e421dca78bb..1dbb80694be 100644 --- a/source/_components/aladdin_connect.markdown +++ b/source/_components/aladdin_connect.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Genie Aladdin Connect Cover" description: "Instructions how to integrate Genie Aladdin Connect garage door covers into Home Assistant." -date: 2018-07-26 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: aladdin_connect.png ha_category: - Cover diff --git a/source/_components/alarm_control_panel.ifttt.markdown b/source/_components/alarm_control_panel.ifttt.markdown index 445cbb0f5d3..80c4432c1f6 100644 --- a/source/_components/alarm_control_panel.ifttt.markdown +++ b/source/_components/alarm_control_panel.ifttt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IFTTT Alarm Control Panel" description: "Instructions on how to integrate IFTTT-controlled security systems into Home Assistant." -date: 2018-03-10 21:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ifttt.png ha_category: - Alarm diff --git a/source/_components/alarm_control_panel.markdown b/source/_components/alarm_control_panel.markdown index 3c39b71b480..b58bac3819f 100644 --- a/source/_components/alarm_control_panel.markdown +++ b/source/_components/alarm_control_panel.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Alarm Control Panels" description: "Instructions on how to integrate Alarm Control Panels into Home Assistant." -date: 2015-10-13 19:10 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Alarm diff --git a/source/_components/alarm_control_panel.mqtt.markdown b/source/_components/alarm_control_panel.mqtt.markdown index 4948f151cdb..be3d84e22a3 100644 --- a/source/_components/alarm_control_panel.mqtt.markdown +++ b/source/_components/alarm_control_panel.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Alarm Control Panel" description: "Instructions on how to integrate MQTT capable Alarm Panels into Home Assistant." -date: 2015-09-14 19:10 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Alarm diff --git a/source/_components/alarmdecoder.markdown b/source/_components/alarmdecoder.markdown index d2c9ea1b50e..a28fe6a5ff1 100644 --- a/source/_components/alarmdecoder.markdown +++ b/source/_components/alarmdecoder.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "AlarmDecoder Alarm" description: "Instructions on how to integrate a DSC/Honeywell alarm panel with Home Assistant using an AlarmDecoder device." -date: 2017-04-02 13:28 -sidebar: true -comments: false -sharing: true -footer: true logo: alarmdecoder.png ha_category: - Alarm diff --git a/source/_components/alarmdotcom.markdown b/source/_components/alarmdotcom.markdown index 423660da8a0..313704f07b3 100644 --- a/source/_components/alarmdotcom.markdown +++ b/source/_components/alarmdotcom.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Alarm.com Alarm Control Panel" description: "Instructions on how to integrate Alarm.com into Home Assistant." -date: 2016-01-14 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: alarmdotcom.png ha_category: - Alarm diff --git a/source/_components/alert.markdown b/source/_components/alert.markdown index 33abf381f06..b16b9e5b627 100644 --- a/source/_components/alert.markdown +++ b/source/_components/alert.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Alert" description: "Instructions on how to setup automatic alerts within Home Assistant." -date: 2017-01-15 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/alexa.flash_briefings.markdown b/source/_components/alexa.flash_briefings.markdown index d6a158ad0b1..d30422dbe13 100644 --- a/source/_components/alexa.flash_briefings.markdown +++ b/source/_components/alexa.flash_briefings.markdown @@ -1,16 +1,9 @@ --- -layout: page title: "Amazon Alexa Flash Briefing" description: "Instructions on how to create your Flash Briefing skills with Home Assistant." -date: 2019-03-14 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: amazon-alexa.png ha_category: - Voice -featured: false ha_release: "0.31" --- diff --git a/source/_components/alexa.intent.markdown b/source/_components/alexa.intent.markdown index 5e1dc0db34c..386a6c09dcd 100644 --- a/source/_components/alexa.intent.markdown +++ b/source/_components/alexa.intent.markdown @@ -1,16 +1,9 @@ --- -layout: page title: "Amazon Alexa Custom Skill" description: "Instructions on how to build your Alexa/Amazon Echo custom commands to connect with Home Assistant." -date: 2015-12-13 13:02 -sidebar: true -comments: false -sharing: true -footer: true logo: amazon-alexa.png ha_category: - Voice -featured: false ha_release: "0.10" --- diff --git a/source/_components/alexa.markdown b/source/_components/alexa.markdown index a46dbe6b2c7..b7335af0b4c 100644 --- a/source/_components/alexa.markdown +++ b/source/_components/alexa.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Amazon Alexa" description: "Instructions on how to connect Alexa/Amazon Echo to Home Assistant." -date: 2015-12-13 13:02 -sidebar: true -comments: false -sharing: true -footer: true logo: amazon-alexa.png ha_category: - Voice diff --git a/source/_components/alexa.smart_home.markdown b/source/_components/alexa.smart_home.markdown index ea7cc328e8d..615fc95a21f 100644 --- a/source/_components/alexa.smart_home.markdown +++ b/source/_components/alexa.smart_home.markdown @@ -1,16 +1,9 @@ --- -layout: page title: "Amazon Alexa Smart Home Skill" description: "Instructions on how to build Smart Home skill to connect Amazon Alexa with Home Assistant." -date: 2019-03-14 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: amazon-alexa.png ha_category: - Voice -featured: false ha_release: "0.54" --- @@ -90,7 +83,7 @@ Next you need create a Lambda function. - Click `Service` in top navigation bar, expand the menu to display all AWS services, click `Lambda` under `Compute` section to navigate to Lambda console. Or you may use this [link](https://console.aws.amazon.com/lambda/home) - **IMPORTANT** Your current region will be displayed on the top right corner, make sure you select right region base on your Amazon account's country: * **US East (N.Virginia)** region for English (US) or English (CA) skills - * **EU (Ireland)** region for English (UK), English (IN), German or French (FR) skills + * **EU (Ireland)** region for English (UK), English (IN), German (DE), Spanish (ES) or French (FR) skills * **US West (Oregon)** region for Japanese and English (AU) skills. - Click `Functions` in the left navigation bar, display list of your Lambda functions. - Click `Create function`, select `Author from scratch`, then input a `Function name`. @@ -237,6 +230,7 @@ The following is a list of regions and the corresponding URL for the web-based A * Canada: * Australia: * India: +* Spain: [alexa-dev-console]: https://developer.amazon.com/alexa/console/ask [emulated-hue-component]: /components/emulated_hue/ diff --git a/source/_components/alpha_vantage.markdown b/source/_components/alpha_vantage.markdown index 09e1e7d2fd4..fbd026df3f4 100644 --- a/source/_components/alpha_vantage.markdown +++ b/source/_components/alpha_vantage.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Alpha Vantage" description: "Instructions on how to setup Alpha Vantage within Home Assistant." -date: 2017-12-02 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: alpha_vantage.png ha_category: - Finance diff --git a/source/_components/amazon_polly.markdown b/source/_components/amazon_polly.markdown index 864d52967c8..ff8c6854caa 100644 --- a/source/_components/amazon_polly.markdown +++ b/source/_components/amazon_polly.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Amazon Polly" description: "Instructions on how to setup Amazon Polly with Home Assistant." -date: 2017-01-28 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: polly.png ha_category: - Text-to-speech diff --git a/source/_components/ambiclimate.markdown b/source/_components/ambiclimate.markdown index ea52e5bf2d5..7960e646ce1 100644 --- a/source/_components/ambiclimate.markdown +++ b/source/_components/ambiclimate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ambiclimate A/C controller" description: "Instructions on how to integrate Ambiclimate A/C controller into Home Assistant." -date: 2019-02-21 15:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: ambiclimate.png ha_category: Climate ha_release: 0.93 diff --git a/source/_components/ambient_station.markdown b/source/_components/ambient_station.markdown index 3be9275f6dd..56fe6c37cd4 100644 --- a/source/_components/ambient_station.markdown +++ b/source/_components/ambient_station.markdown @@ -1,10 +1,6 @@ --- -layout: page title: "Ambient Weather Station Sensor" description: "How to integrate Ambient Weather station within Home Assistant." -date: 2018-11-15 08:00 -sidebar: true -comments: false logo: ambient_weather.png ha_category: - Weather diff --git a/source/_components/amcrest.markdown b/source/_components/amcrest.markdown index a96fa665ab4..b86ad6cd85f 100644 --- a/source/_components/amcrest.markdown +++ b/source/_components/amcrest.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Amcrest IP Camera" description: "Instructions on how to integrate Amcrest IP cameras within Home Assistant." -date: 2017-06-24 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: amcrest.png ha_category: - Hub diff --git a/source/_components/ampio.markdown b/source/_components/ampio.markdown index cdd587dec49..22386b8baa4 100644 --- a/source/_components/ampio.markdown +++ b/source/_components/ampio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ampio Smog" description: "Instructions on how to setup Ampio Smog sensors in Home Assistant." -date: 2019-02-17 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ampio_smog.png ha_category: - Health diff --git a/source/_components/android_ip_webcam.markdown b/source/_components/android_ip_webcam.markdown index 04c19a03dac..de097a726bc 100644 --- a/source/_components/android_ip_webcam.markdown +++ b/source/_components/android_ip_webcam.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Android IP Webcam" description: "Connect Android devices as an IP webcam to Home Assistant" -date: 2017-03-10 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: android_ip_webcam.png ha_category: - Hub diff --git a/source/_components/androidtv.markdown b/source/_components/androidtv.markdown index ec7e91393f3..9234e130ec7 100644 --- a/source/_components/androidtv.markdown +++ b/source/_components/androidtv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Android TV" description: "Instructions on how to integrate Android TV and Fire TV devices into Home Assistant." -date: 2015-10-23 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: androidtv.png ha_category: - Media Player diff --git a/source/_components/anel_pwrctrl.markdown b/source/_components/anel_pwrctrl.markdown index cbb9741a303..41e242a0f61 100644 --- a/source/_components/anel_pwrctrl.markdown +++ b/source/_components/anel_pwrctrl.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ANEL PwrCtrl Switch" description: "Instructions on how to integrate ANEL PwrCtrl switches within Home Assistant." -date: 2016-10-02 19:04 -sidebar: true -comments: false -sharing: true -footer: true logo: anel.png ha_category: - Switch diff --git a/source/_components/anthemav.markdown b/source/_components/anthemav.markdown index 5e3b892f2cc..4256fede5c0 100644 --- a/source/_components/anthemav.markdown +++ b/source/_components/anthemav.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Anthem A/V Receivers" description: "Instructions on how to integrate Anthem A/V Receivers into Home Assistant." -date: 2016-12-31 23:11 -sidebar: true -comments: false -sharing: true -footer: true logo: anthemav.png ha_category: - Media Player diff --git a/source/_components/apcupsd.markdown b/source/_components/apcupsd.markdown index 911db2cd7f1..01536bd7f88 100644 --- a/source/_components/apcupsd.markdown +++ b/source/_components/apcupsd.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "APCUPSd" description: "Instructions on how to integrate APCUPSd status with Home Assistant." -date: 2016-02-10 17:11 -sidebar: true -comments: false -sharing: true -footer: true logo: apcupsd.png ha_category: - System Monitor diff --git a/source/_components/api.markdown b/source/_components/api.markdown index 151530947b7..d85c16aefd4 100644 --- a/source/_components/api.markdown +++ b/source/_components/api.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "API" description: "Instructions on how to setup the RESTful API within Home Assistant." -date: 2018-01-21 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/apns.markdown b/source/_components/apns.markdown index ca29ec3ecf3..410a7b0ac8a 100644 --- a/source/_components/apns.markdown +++ b/source/_components/apns.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "APNS" description: "Instructions on how to add APNS notifications to Home Assistant." -date: 2016-09-05 23:00 -sidebar: true -comments: false -sharing: true -footer: true logo: apple.png ha_category: - Notifications diff --git a/source/_components/apple_tv.markdown b/source/_components/apple_tv.markdown index d7cf830ecb0..e572f1fa516 100644 --- a/source/_components/apple_tv.markdown +++ b/source/_components/apple_tv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Apple TV" description: "Instructions on how to integrate Apple TV devices into Home Assistant." -date: 2017-06-26 20:47 -sidebar: true -comments: false -sharing: true -footer: true logo: apple.png ha_category: - Multimedia diff --git a/source/_components/aprs.markdown b/source/_components/aprs.markdown index 25ae43b2be4..8dc6cf88e8d 100644 --- a/source/_components/aprs.markdown +++ b/source/_components/aprs.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "APRS" description: "Instructions on how to use APRS to track devices in Home Assistant." -date: 2018-11-04 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: aprs.png ha_release: 0.95 ha_category: Presence Detection diff --git a/source/_components/aqualogic.markdown b/source/_components/aqualogic.markdown index b133221bc97..f8f2a8ff09e 100644 --- a/source/_components/aqualogic.markdown +++ b/source/_components/aqualogic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "AquaLogic" description: "Instructions on how to integrate an AquaLogic controller within Home Assistant." -date: 2018-09-17 9:16 -sidebar: true -comments: false -sharing: true -footer: true logo: hayward.png ha_category: - Hub diff --git a/source/_components/aquostv.markdown b/source/_components/aquostv.markdown index c69cfaefc23..b6186c15c65 100644 --- a/source/_components/aquostv.markdown +++ b/source/_components/aquostv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sharp Aquos TV" description: "Instructions on how to integrate a Sharp Aquos TV into Home Assistant." -date: 2016-11-02 12:02 -sidebar: true -comments: false -sharing: true -footer: true logo: sharp_aquos.png ha_category: - Media Player @@ -16,7 +10,7 @@ redirect_from: - /components/media_player.aquostv/ --- -The `aquostv` platform allows you to control a [Sharp Aquos TV](http://www.sharp.ca/en-CA/ForHome/HomeEntertainment/LEDTV/QuattronPlus.aspx). +The `aquostv` platform allows you to control a [Sharp Aquos TV](http://www.sharp-world.com/aquos/en/index.html). When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication. diff --git a/source/_components/arduino.markdown b/source/_components/arduino.markdown index 8704d81038c..7f0f2f53f3e 100644 --- a/source/_components/arduino.markdown +++ b/source/_components/arduino.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Arduino" description: "Instructions on how to setup an Arduino boards within Home Assistant." -date: 2015-06-27 10:28 -sidebar: true -comments: false -sharing: true -footer: true logo: arduino.png ha_category: - DIY diff --git a/source/_components/arest.markdown b/source/_components/arest.markdown index bb48218c52d..ee6277798bb 100644 --- a/source/_components/arest.markdown +++ b/source/_components/arest.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "aREST" description: "Instructions on how to integrate aREST within Home Assistant." -date: 2015-11-20 18:15 -sidebar: true -comments: false -sharing: true -footer: true logo: arest.png ha_category: - DIY diff --git a/source/_components/arlo.markdown b/source/_components/arlo.markdown index 681c09b3a96..1e82b54d60a 100644 --- a/source/_components/arlo.markdown +++ b/source/_components/arlo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Arlo" description: "Instructions on how to integrate your Netgear Arlo cameras within Home Assistant." -date: 2017-05-30 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: arlo.png ha_category: - Hub diff --git a/source/_components/aruba.markdown b/source/_components/aruba.markdown index ab1b1ebacb9..d74d395eff3 100644 --- a/source/_components/aruba.markdown +++ b/source/_components/aruba.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Aruba" description: "Instructions on how to integrate Aruba routers into Home Assistant." -date: 2015-08-31 08:45 -sidebar: true -comments: false -sharing: true -footer: true logo: aruba.png ha_category: - Presence Detection diff --git a/source/_components/arwn.markdown b/source/_components/arwn.markdown index 615fefd03c1..566b50d74bb 100644 --- a/source/_components/arwn.markdown +++ b/source/_components/arwn.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ARWN Sensor" description: "Instructions on how to integrate ARWN within Home Assistant." -date: 2016-10-20 15:15 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Sensor ha_release: 0.31 diff --git a/source/_components/asterisk_cdr.markdown b/source/_components/asterisk_cdr.markdown index 4cc68d5d505..9d854143473 100644 --- a/source/_components/asterisk_cdr.markdown +++ b/source/_components/asterisk_cdr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Asterisk Call Data Recorder" description: "Instructions on how to integrate an Asterisk CDR within Home Assistant." -date: 2018-09-12 06:30 -sidebar: true -comments: false -sharing: true -footer: true logo: asterisk.png ha_category: - Mailbox diff --git a/source/_components/asterisk_mbox.markdown b/source/_components/asterisk_mbox.markdown index e2ab37d0a11..08909e4dfb6 100644 --- a/source/_components/asterisk_mbox.markdown +++ b/source/_components/asterisk_mbox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Asterisk Voicemail" description: "Instructions on how to integrate your existing Asterisk voicemail within Home Assistant." -date: 2017-06-30 18:30 -sidebar: true -comments: false -sharing: true -footer: true logo: asterisk.png ha_category: - Mailbox diff --git a/source/_components/asuswrt.markdown b/source/_components/asuswrt.markdown index abd1a385c71..656c0c64f79 100644 --- a/source/_components/asuswrt.markdown +++ b/source/_components/asuswrt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Asuswrt" description: "Instructions on how to integrate Asuswrt into Home Assistant." -date: 2017-01-05 17:30 -sidebar: true -comments: false -sharing: true -footer: true logo: asus.png ha_category: - Hub diff --git a/source/_components/august.markdown b/source/_components/august.markdown index 8400ab48eae..4514803c930 100644 --- a/source/_components/august.markdown +++ b/source/_components/august.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "August" description: "Instructions on how to integrate your August devices into Home Assistant." -date: 2018-02-17 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: august.png ha_category: - Doorbell diff --git a/source/_components/aurora.markdown b/source/_components/aurora.markdown index dd0f5539c2b..ed9c234558a 100644 --- a/source/_components/aurora.markdown +++ b/source/_components/aurora.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Aurora sensor" description: "Know when auroras might be visible at your location" -date: 2017-02-14 10:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Environment ha_release: 0.39 diff --git a/source/_components/auth.markdown b/source/_components/auth.markdown index 044caa74c1e..9e9f413a18a 100644 --- a/source/_components/auth.markdown +++ b/source/_components/auth.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Auth" description: "This integration is responsible for providing the authentication endpoints." -date: 2018-03-19 21:04 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/automatic.markdown b/source/_components/automatic.markdown index 26bb173fe96..9bb6f003d69 100644 --- a/source/_components/automatic.markdown +++ b/source/_components/automatic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automatic" description: "Instructions for how to integrate Automatic ODB readers into Home Assistant." -date: 2015-08-28 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: automatic.png ha_category: - Car diff --git a/source/_components/automation.markdown b/source/_components/automation.markdown index 04f3da4413b..9306cd54a3b 100644 --- a/source/_components/automation.markdown +++ b/source/_components/automation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automation" description: "Instructions on how to setup automation within Home Assistant." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/avion.markdown b/source/_components/avion.markdown index 4607e0213b0..8773091cfbc 100644 --- a/source/_components/avion.markdown +++ b/source/_components/avion.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Avi-on" description: "Instructions on how to setup GE Avi-on Bluetooth dimmers within Home Assistant." -date: 2017-01-17 23:17 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Light ha_iot_class: Assumed State diff --git a/source/_components/awair.markdown b/source/_components/awair.markdown index e5b3c70d9dd..7cb261870b8 100644 --- a/source/_components/awair.markdown +++ b/source/_components/awair.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Awair Air Quality Monitor" description: "Instructions on how to setup Awair devices in Home Assistant." -date: 2018-11-18 20:41 -sidebar: true -comments: false -sharing: true -footer: true logo: awair.jpg ha_category: - Health diff --git a/source/_components/aws.markdown b/source/_components/aws.markdown index 307bea1572e..e87cc9b2960 100644 --- a/source/_components/aws.markdown +++ b/source/_components/aws.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Amazon Web Services" description: "Instructions on how to integrate Amazon Web Services with Home Assistant." -date: 2019-03-21 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: aws.png ha_category: - Notifications diff --git a/source/_components/axis.markdown b/source/_components/axis.markdown index f1694d780ba..0f093425484 100644 --- a/source/_components/axis.markdown +++ b/source/_components/axis.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Axis" description: "Integration between network devices from Axis Communications with Home Assistant." -date: 2017-04-30 23:04 -sidebar: true -comments: false -sharing: true -footer: true logo: axis.png ha_category: - Camera diff --git a/source/_components/azure_event_hub.markdown b/source/_components/azure_event_hub.markdown index 802c77f8f98..14b648738f1 100644 --- a/source/_components/azure_event_hub.markdown +++ b/source/_components/azure_event_hub.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Azure Event Hub" description: "Setup for Azure Event Hub integration" -date: 2019-05-15 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: azure_event_hub.svg ha_category: - History diff --git a/source/_components/baidu.markdown b/source/_components/baidu.markdown index 43f3cb97911..a02d82656f4 100644 --- a/source/_components/baidu.markdown +++ b/source/_components/baidu.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Baidu Text-to-Speech" description: "Instructions on how to setup Baidu TTS with Home Assistant." -date: 2017-11-21 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: baiducloud.png ha_category: - Text-to-speech diff --git a/source/_components/bayesian.markdown b/source/_components/bayesian.markdown index 13bc25c6b9c..9457d01ec09 100644 --- a/source/_components/bayesian.markdown +++ b/source/_components/bayesian.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Bayesian Binary Sensor" description: "Instructions on how to integrate threshold Bayesian sensors into Home Assistant." -date: 2017-08-27 20:05 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/bbb_gpio.markdown b/source/_components/bbb_gpio.markdown index 825f7e94611..54abf69bb50 100644 --- a/source/_components/bbb_gpio.markdown +++ b/source/_components/bbb_gpio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "BeagleBone Black GPIO" description: "Instructions on how to integrate the GPIO capability of a BeagleBone Black into Home Assistant." -date: 2017-01-14 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: beaglebone-black.png ha_category: - DIY diff --git a/source/_components/bbox.markdown b/source/_components/bbox.markdown index 639f102092a..88aad2795fc 100644 --- a/source/_components/bbox.markdown +++ b/source/_components/bbox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Bbox" description: "Instructions on how to integrate Bouygues Bbox routers into Home Assistant." -date: 2016-10-22 01:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bbox.png ha_category: - Network diff --git a/source/_components/bh1750.markdown b/source/_components/bh1750.markdown index 4a99008a375..a4e62649851 100644 --- a/source/_components/bh1750.markdown +++ b/source/_components/bh1750.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "BH1750 Light sensor" description: "Instructions on how to integrate a BH1750 light sensor into Home Assistant." -date: 2017-06-10 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/binary_sensor.knx.markdown b/source/_components/binary_sensor.knx.markdown index 6f9e15a22e8..34148af2a5a 100644 --- a/source/_components/binary_sensor.knx.markdown +++ b/source/_components/binary_sensor.knx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KNX Binary Sensor" description: "Instructions on how to setup the KNX binary sensors within Home Assistant." -date: 2016-07-13 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: knx.png ha_category: - Binary Sensor diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index 650e5770aed..9622e53d1c2 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Binary Sensor" description: "Instructions on how-to setup binary sensors with Home Assistant." -date: 2015-11-20 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Binary Sensor diff --git a/source/_components/binary_sensor.modbus.markdown b/source/_components/binary_sensor.modbus.markdown index f5ecf118eea..042a2c8355f 100644 --- a/source/_components/binary_sensor.modbus.markdown +++ b/source/_components/binary_sensor.modbus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Modbus Binary Sensor" description: "Instructions on how to set up Modbus binary sensors within Home Assistant." -date: 2016-09-13 12:02 -sidebar: true -comments: false -sharing: true -footer: true logo: modbus.png ha_category: - Binary Sensor diff --git a/source/_components/binary_sensor.mqtt.markdown b/source/_components/binary_sensor.mqtt.markdown index 4fa2ad249e9..850c7111eb9 100644 --- a/source/_components/binary_sensor.mqtt.markdown +++ b/source/_components/binary_sensor.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Binary Sensor" description: "Instructions on how to integrate MQTT binary sensors within Home Assistant." -date: 2015-05-30 23:21 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Binary Sensor diff --git a/source/_components/binary_sensor.mysensors.markdown b/source/_components/binary_sensor.mysensors.markdown index 26bd943d707..295ad68b479 100644 --- a/source/_components/binary_sensor.mysensors.markdown +++ b/source/_components/binary_sensor.mysensors.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MySensors Binary Sensor" description: "Instructions on how to integrate MySensors binary sensors into Home Assistant." -date: 2016-04-13 14:20 +0100 -sidebar: true -comments: false -sharing: true -footer: true logo: mysensors.png ha_category: - DIY diff --git a/source/_components/binary_sensor.rest.markdown b/source/_components/binary_sensor.rest.markdown index c551709bef9..4e3bbdfd3be 100644 --- a/source/_components/binary_sensor.rest.markdown +++ b/source/_components/binary_sensor.rest.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RESTful Binary Sensor" description: "Instructions on how to integrate REST binary sensors into Home Assistant." -date: 2015-12-17 19:10 -sidebar: true -comments: false -sharing: true -footer: true logo: restful.png ha_category: - Binary Sensor diff --git a/source/_components/binary_sensor.rflink.markdown b/source/_components/binary_sensor.rflink.markdown index 005e1103066..1dc88061438 100644 --- a/source/_components/binary_sensor.rflink.markdown +++ b/source/_components/binary_sensor.rflink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFLink Binary Sensor" description: "Instructions on how to integrate RFLink binary sensors into Home Assistant." -date: 2018-10-04 -sidebar: true -comments: false -sharing: true -footer: true logo: rflink.png ha_category: - Binary Sensor diff --git a/source/_components/binary_sensor.rfxtrx.markdown b/source/_components/binary_sensor.rfxtrx.markdown index dc0c63f2201..3e2df63bccb 100644 --- a/source/_components/binary_sensor.rfxtrx.markdown +++ b/source/_components/binary_sensor.rfxtrx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFXtrx Binary Sensor" description: "Instructions on how to integrate RFXtrx binary sensors into Home Assistant." -date: 2017-03-26 12:45 -sidebar: true -comments: false -sharing: true -footer: true logo: rfxtrx.png ha_category: - Binary Sensor diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown index 48b55320fa0..a69a3edeedd 100644 --- a/source/_components/binary_sensor.template.markdown +++ b/source/_components/binary_sensor.template.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Template Binary Sensor" description: "Instructions on how to integrate Template Binary Sensors into Home Assistant." -date: 2016-02-25 15:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Binary Sensor ha_release: 0.12 diff --git a/source/_components/binary_sensor.xiaomi_aqara.markdown b/source/_components/binary_sensor.xiaomi_aqara.markdown index f998800dda5..b71436bda40 100644 --- a/source/_components/binary_sensor.xiaomi_aqara.markdown +++ b/source/_components/binary_sensor.xiaomi_aqara.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Binary Sensor" description: "Instructions on how to setup the Xiaomi binary sensors within Home Assistant." -date: 2017-07-21 16:34 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Binary Sensor diff --git a/source/_components/bitcoin.markdown b/source/_components/bitcoin.markdown index b5c3ad70b6b..97fba709f76 100644 --- a/source/_components/bitcoin.markdown +++ b/source/_components/bitcoin.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Bitcoin" description: "Instructions on how to integrate Bitcoin data within Home Assistant." -date: 2015-05-08 17:15 -sidebar: true -comments: false -sharing: true -footer: true logo: bitcoin.png ha_category: - Finance diff --git a/source/_components/bizkaibus.markdown b/source/_components/bizkaibus.markdown index e496d3f6071..bd5b94cbe84 100644 --- a/source/_components/bizkaibus.markdown +++ b/source/_components/bizkaibus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Bizkaibus next bus tracking sensor" description: "Instructions on how to integrate timetable data for traveling on Bizkaibus within Home Assistant." -date: 2019-04-22 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bizkaibus.png ha_category: - Transport diff --git a/source/_components/blackbird.markdown b/source/_components/blackbird.markdown index daf32ef63fb..a85601370fe 100644 --- a/source/_components/blackbird.markdown +++ b/source/_components/blackbird.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Blackbird 8x8 HDMI Matrix Switch" description: "Instructions on how to integrate Monoprice Blackbird 4k 8x8 HDBaseT Matrix Switch into Home Assistant." -date: 2018-03-29 16:35 -sidebar: true -comments: false -sharing: true -footer: true logo: monoprice.svg ha_category: - Media Player diff --git a/source/_components/blink.markdown b/source/_components/blink.markdown index 465f2753dee..9227f6b2f23 100644 --- a/source/_components/blink.markdown +++ b/source/_components/blink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Blink" description: "Instructions for how to integrate Blink camera/security system within Home Assistant." -date: 2017-03-05 22:13 -sidebar: true -comments: false -sharing: true -footer: true logo: blink.png ha_category: - Hub @@ -160,7 +154,7 @@ The following are some examples showing how to correctly make service calls usin ### Snap Picture and Save Locally -This example script shows how to take a picture with your camera, named `My Camera` in your Blink app (this is **not necessarily** the friendly name in home-assistant). After snapping a picture, the image will then be saved to a local directory called `/tmp/my_image.jpg`. Note that this example makes use of services found in the [camera integration](https://www.home-assistant.io/components/camera#service-snapshot) +This example script shows how to take a picture with your camera, named `My Camera` in your Blink app (this is **not necessarily** the friendly name in home-assistant). After snapping a picture, the image will then be saved to a local directory called `/tmp/my_image.jpg`. Note that this example makes use of services found in the [camera integration](/components/camera#service-snapshot) ```yaml alias: Blink Snap Picture @@ -178,9 +172,9 @@ sequence: ### Arm Blink When Away -This example automation will arm your blink sync module to detect motion on any of your blink cameras that have motion detection enabled. By default, Blink enables motion detection on all cameras so, unless you've changed anything in your app, you're all set. If you want to manually enable motion detection for individual cameras, you can utilize the [appropriate camera service](https://www.home-assistant.io/components/camera#service-enable_motion_detection) but pelase note that motion will only be captured if the sync module is armed. +This example automation will arm your blink sync module to detect motion on any of your blink cameras that have motion detection enabled. By default, Blink enables motion detection on all cameras so, unless you've changed anything in your app, you're all set. If you want to manually enable motion detection for individual cameras, you can utilize the [appropriate camera service](/components/camera#service-enable_motion_detection) but pelase note that motion will only be captured if the sync module is armed. -Here, this example assumes your blink module is named `My Sync Module` and that you have [device trackers](https://www.home-assistant.io/components/device_tracker) set up for presence detection. +Here, this example assumes your blink module is named `My Sync Module` and that you have [device trackers](/components/device_tracker) set up for presence detection. ```yaml - id: arm_blink_when_away @@ -214,7 +208,7 @@ Similar to the previous example, this automation will disarm blink when arriving When motion is detected, you can use the Blink Home-Assistant integration to save the last recorded video locally, rather than relying on Blink's servers to save your data. -Again, this example assumes your camera's name (in the blink app) is `My Camera` and your sync module name is `My Sync Module`. The file will be saved to `/tmp/videos/blink_video_{YYYMMDD_HHmmSS}.mp4` where `{YYYYMMDD_HHmmSS}` will be a timestamp create via the use of [templating](https://www.home-assistant.io/docs/configuration/templating/). +Again, this example assumes your camera's name (in the blink app) is `My Camera` and your sync module name is `My Sync Module`. The file will be saved to `/tmp/videos/blink_video_{YYYMMDD_HHmmSS}.mp4` where `{YYYYMMDD_HHmmSS}` will be a timestamp create via the use of [templating](/docs/configuration/templating/). {% raw %} ```yaml diff --git a/source/_components/blinksticklight.markdown b/source/_components/blinksticklight.markdown index f0af6ec55de..0c5dab78c2f 100644 --- a/source/_components/blinksticklight.markdown +++ b/source/_components/blinksticklight.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Blinkstick Light" description: "Instructions on how to setup Blinkstick lights within Home Assistant." -date: 2015-10-08 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: blinkstick.png ha_category: - DIY diff --git a/source/_components/blinkt.markdown b/source/_components/blinkt.markdown index 320c456c96c..97e62a71574 100644 --- a/source/_components/blinkt.markdown +++ b/source/_components/blinkt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Blinkt! Light" description: "Instructions on how to setup Blinkt! RGB LED lights within Home Assistant." -date: 2017-04-30 9:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/blockchain.markdown b/source/_components/blockchain.markdown index aea54943db0..5d54a0f1752 100644 --- a/source/_components/blockchain.markdown +++ b/source/_components/blockchain.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Blockchain.info" description: "Instructions on how to integrate Blockchain.info data within Home Assistant." -date: 2017-06-01 16:20 -sidebar: true -comments: false -sharing: true -footer: true logo: blockchain.png ha_category: - Finance diff --git a/source/_components/bloomsky.markdown b/source/_components/bloomsky.markdown index 6f10f46ef47..6d0e4a0e7b2 100644 --- a/source/_components/bloomsky.markdown +++ b/source/_components/bloomsky.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "BloomSky" description: "Instructions on how to integrate the BloomSky within Home Assistant." -date: 2016-02-03 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bloomsky.png ha_category: - Environment diff --git a/source/_components/bluesound.markdown b/source/_components/bluesound.markdown index 370c7a4ec39..4997a1c91cc 100644 --- a/source/_components/bluesound.markdown +++ b/source/_components/bluesound.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Bluesound" description: "Instructions on how to integrate Bluesound devices into Home Assistant." -date: 2017-04-21 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bluesound.png ha_category: - Media Player diff --git a/source/_components/bluetooth_le_tracker.markdown b/source/_components/bluetooth_le_tracker.markdown index aeb85d85692..2fa75a28a6a 100644 --- a/source/_components/bluetooth_le_tracker.markdown +++ b/source/_components/bluetooth_le_tracker.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Bluetooth LE Tracker" description: "Instructions for integrating bluetooth low-energy tracking within Home Assistant." -date: 2016-08-24 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bluetooth.png ha_category: - Presence Detection diff --git a/source/_components/bluetooth_tracker.markdown b/source/_components/bluetooth_tracker.markdown index 26ee8eae907..6a23df6d4f1 100644 --- a/source/_components/bluetooth_tracker.markdown +++ b/source/_components/bluetooth_tracker.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Bluetooth Tracker" description: "Instructions for integrating Bluetooth tracking within Home Assistant." -date: 2016-04-10 17:24 -sidebar: true -comments: false -sharing: true -footer: true logo: bluetooth.png ha_category: - Presence Detection diff --git a/source/_components/bme280.markdown b/source/_components/bme280.markdown index 501fca6feff..cb6fb70243d 100644 --- a/source/_components/bme280.markdown +++ b/source/_components/bme280.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "BME280 Sensor" description: "Instructions on how to integrate a BME280 sensor into Home Assistant." -date: 2017-06-10 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/bme680.markdown b/source/_components/bme680.markdown index b4b99793268..d7c64777d27 100644 --- a/source/_components/bme680.markdown +++ b/source/_components/bme680.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "BME680 Sensor" description: "Instructions on how to integrate a BME680 sensor into Home Assistant." -date: 2018-01-16 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/bmw_connected_drive.markdown b/source/_components/bmw_connected_drive.markdown index 0adea3cfc35..d23503603c1 100644 --- a/source/_components/bmw_connected_drive.markdown +++ b/source/_components/bmw_connected_drive.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "BMW Connected Drive" description: "Instructions on how to setup your BMW Connected Drive account with Home Assistant." -date: 2018-01-10 23:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bmw.png ha_category: - Car diff --git a/source/_components/bom.markdown b/source/_components/bom.markdown index ec69cbff90a..3d97ec2aa72 100644 --- a/source/_components/bom.markdown +++ b/source/_components/bom.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "BOM Australia" description: "Instructions on how to integrate Bureau of Meteorology Australia weather conditions into Home Assistant." -date: 2016-09-29 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bom.png ha_category: - Weather diff --git a/source/_components/braviatv.markdown b/source/_components/braviatv.markdown index 4e87c7362fd..187fd9cc4a9 100644 --- a/source/_components/braviatv.markdown +++ b/source/_components/braviatv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sony Bravia TV" description: "Instructions on how to integrate a Sony Bravia TV into Home Assistant." -date: 2016-07-01 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bravia.png ha_category: - Media Player diff --git a/source/_components/broadcast.markdown b/source/_components/broadcast.markdown index 806ee3253aa..58dad653bef 100644 --- a/source/_components/broadcast.markdown +++ b/source/_components/broadcast.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Telegram broadcast" description: "Telegram support to send messages only" -date: 2017-06-24 11:20 -sidebar: true -comments: false -sharing: true -footer: true logo: telegram.png ha_category: - Notifications diff --git a/source/_components/broadlink.markdown b/source/_components/broadlink.markdown index cefa1cd990e..9bc284cbd78 100644 --- a/source/_components/broadlink.markdown +++ b/source/_components/broadlink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Broadlink" description: "Instructions on how to integrate Broadlink within Home Assistant." -date: 2016-11-22 22:41 -sidebar: true -comments: false -sharing: true -footer: true logo: broadlink.png ha_category: - Switch diff --git a/source/_components/brottsplatskartan.markdown b/source/_components/brottsplatskartan.markdown index 008a2d906da..c314abf8a96 100644 --- a/source/_components/brottsplatskartan.markdown +++ b/source/_components/brottsplatskartan.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Brottsplatskartan" description: "Instructions on how to integrate brottsplatskartan.se into Home Assistant." -date: 2018-12-02 20:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Social logo: brottsplatskartan.png diff --git a/source/_components/browser.markdown b/source/_components/browser.markdown index b33e41d1c47..ba23cbeba4f 100644 --- a/source/_components/browser.markdown +++ b/source/_components/browser.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Browser" description: "Instructions on how to setup the browser integration with Home Assistant." -date: 2015-01-24 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/brunt.markdown b/source/_components/brunt.markdown index 20bbf768da0..ea2194a17b6 100644 --- a/source/_components/brunt.markdown +++ b/source/_components/brunt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Brunt Cover description: "Instructions on how to set up Brunt Blind Engine within Home Assistant." -date: 2018-06-24 14:36 -sidebar: true -comments: false -sharing: true -footer: true logo: brunt.png ha_category: - Cover diff --git a/source/_components/bt_home_hub_5.markdown b/source/_components/bt_home_hub_5.markdown index ec1326906fa..6d8216cdc9b 100644 --- a/source/_components/bt_home_hub_5.markdown +++ b/source/_components/bt_home_hub_5.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "BT Home Hub 5" description: "Instructions on how to integrate BT Home Hub 5 router into Home Assistant." -date: 2016-06-13 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bt.png ha_category: - Presence Detection diff --git a/source/_components/bt_smarthub.markdown b/source/_components/bt_smarthub.markdown index b550004018d..07ad84467f7 100644 --- a/source/_components/bt_smarthub.markdown +++ b/source/_components/bt_smarthub.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "BT Smart Hub" description: "Instructions on how to integrate BT Smart Hub router into Home Assistant." -date: 2018-10-05 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: bt.png ha_category: - Presence Detection diff --git a/source/_components/buienradar.markdown b/source/_components/buienradar.markdown index 2931cd336f8..d1aab780bcb 100644 --- a/source/_components/buienradar.markdown +++ b/source/_components/buienradar.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Buienradar" description: "Instructions on how to integrate buienradar.nl weather within Home Assistant." -date: 2017-05-15 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: buienradar.png ha_category: - Weather diff --git a/source/_components/caldav.markdown b/source/_components/caldav.markdown index 64bf40cd27d..f7fd60842d9 100644 --- a/source/_components/caldav.markdown +++ b/source/_components/caldav.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "CalDav" description: "Instructions on how to integrate a WebDav calendar into Home Assistant." -date: 2017-11-27 23:14 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Calendar ha_iot_class: Cloud Polling diff --git a/source/_components/calendar.google.markdown b/source/_components/calendar.google.markdown index 9ee52b731e1..67e71e01c45 100644 --- a/source/_components/calendar.google.markdown +++ b/source/_components/calendar.google.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Calendar Event" description: "Instructions on how to use Google Calendars in Home Assistant." -date: 2015-05-08 17:15 -sidebar: true -comments: false -sharing: true -footer: true logo: google_calendar.png ha_category: - Calendar @@ -30,14 +24,14 @@ Generate a Client ID and Client Secret on 1. Follow the wizard using the following information. 1. When it gets to the point of asking _Which API are you using?_ just click cancel. 1. Under APIs & Services > Credentials, click on the tab 'OAuth consent screen'. -1. Set 'Product name shown to users' to anything you want. We suggest "Home-Assistant". +1. Set the 'Application Name' (the name of the application asking for consent) to anything you want. We suggest "Home-Assistant". 1. Save this page. You don't have to fill out anything else there. 1. Click 'Create credentials' -> OAuth client ID. 1. Set the Application type to 'Other' and give this credential set a name then click Create. -1. Save the client ID and secret as you will need to put these in your `configuration.yaml` file. -1. Click on "Library", search for "Google Calendar API" and enable it. +1. Copy the client ID and secret to a text editor temporarily as you will need to put these in your `configuration.yaml` file. +1. Under "API's and Services" (left sidebar), click on "Library." Search for "Google Calendar API" and enable it if it isn't already enabled automatically through this process. -If you are adding more Google API scopes later to the OAuth than just "Google Calendar API" then you need to delete your token file. You will lose your refresh token due to the re-authenticating to add more API access. It's recommended to use different authorizations for different pieces of Google. +If you will be adding more scopes than just the "Google Calendar API" to the OAuth for this application, you will need to delete your token file. You will lose your refresh token due to the re-authenticating to add more API access. It's recommended to use different authorizations for different pieces of Google. ## Configuration diff --git a/source/_components/calendar.markdown b/source/_components/calendar.markdown index 921aadb1d48..b26bd510275 100644 --- a/source/_components/calendar.markdown +++ b/source/_components/calendar.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Calendar" description: "Instructions on how to integrate calendars within Home Assistant." -date: 2016-11-19 08:36 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.33 --- diff --git a/source/_components/camera.ffmpeg.markdown b/source/_components/camera.ffmpeg.markdown index 3240f027f2e..403e274b2cf 100644 --- a/source/_components/camera.ffmpeg.markdown +++ b/source/_components/camera.ffmpeg.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "FFmpeg Camera" description: "Instructions on how to integrate a video feed via FFmpeg as a camera within Home Assistant." -date: 2016-08-13 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ffmpeg.png ha_category: - Camera diff --git a/source/_components/camera.markdown b/source/_components/camera.markdown index 22eba9e3fbf..1ba029c33f7 100644 --- a/source/_components/camera.markdown +++ b/source/_components/camera.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Camera" description: "Instructions on how to integrate cameras within Home Assistant." -date: 2015-11-09 08:36 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Camera diff --git a/source/_components/camera.mqtt.markdown b/source/_components/camera.mqtt.markdown index b3574c644e8..7c9f77894a3 100644 --- a/source/_components/camera.mqtt.markdown +++ b/source/_components/camera.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Camera" description: "Instructions on how to use an MQTT image message as a Camera within Home Assistant." -date: 2017-04-14 00:45 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Camera diff --git a/source/_components/canary.markdown b/source/_components/canary.markdown index 3ecdd85df5a..9afab99c4fb 100644 --- a/source/_components/canary.markdown +++ b/source/_components/canary.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Canary" description: "Instructions on how to integrate your Canary devices into Home Assistant." -date: 2017-12-07 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: canary.png ha_category: - Alarm diff --git a/source/_components/cast.markdown b/source/_components/cast.markdown index 02d31753b95..aa5c093b97b 100644 --- a/source/_components/cast.markdown +++ b/source/_components/cast.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Cast" description: "Instructions on how to integrate Google Cast into Home Assistant." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: google_cast.png ha_category: - Media Player diff --git a/source/_components/cert_expiry.markdown b/source/_components/cert_expiry.markdown index e6719b83b4f..6a4d9720006 100644 --- a/source/_components/cert_expiry.markdown +++ b/source/_components/cert_expiry.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Certificate Expiry" description: "Instructions on how to set up HTTPS (SSL) certificate expiry sensors within Home Assistant." -date: 2017-04-24 14:14 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Network diff --git a/source/_components/channels.markdown b/source/_components/channels.markdown index 9ab1f12dc0d..88f2e4c29a8 100644 --- a/source/_components/channels.markdown +++ b/source/_components/channels.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Channels" description: "Instructions on how to integrate Channels into Home Assistant." -date: 2018-03-06 11:00 -sidebar: true -comments: false -sharing: true -footer: true logo: channels.png ha_category: - Media Player diff --git a/source/_components/cisco_ios.markdown b/source/_components/cisco_ios.markdown index 9a33ccc101a..43ddb96ed5e 100644 --- a/source/_components/cisco_ios.markdown +++ b/source/_components/cisco_ios.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Cisco IOS" description: "Instructions on how to integrate Cisco IOS routers into Home Assistant." -date: 2016-11-07 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: cisco.png ha_category: - Presence Detection diff --git a/source/_components/cisco_mobility_express.markdown b/source/_components/cisco_mobility_express.markdown index f5878c778d4..e5a20190310 100644 --- a/source/_components/cisco_mobility_express.markdown +++ b/source/_components/cisco_mobility_express.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Cisco Mobility Express" description: "Instructions on how to integrate Cisco Mobility Express wireless controllers into Home Assistant." -date: 2019-02-27 11:59 -sidebar: true -comments: false -sharing: true -footer: true logo: cisco.png ha_category: - Presence Detection diff --git a/source/_components/cisco_webex_teams.markdown b/source/_components/cisco_webex_teams.markdown index 149fbea8f53..cb3e793b2ae 100644 --- a/source/_components/cisco_webex_teams.markdown +++ b/source/_components/cisco_webex_teams.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Cisco Webex Teams" description: "Instructions on how to add Cisco Webex Teams notifications to Home Assistant." -date: 2017-02-20 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: cisco_webex_teams.png ha_category: - Notifications diff --git a/source/_components/ciscospark.markdown b/source/_components/ciscospark.markdown index d7e95ef19a9..dbb98889968 100644 --- a/source/_components/ciscospark.markdown +++ b/source/_components/ciscospark.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Cisco Spark" description: "Instructions on how to add CiscoSpark notifications to Home Assistant." -date: 2017-02-20 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ciscospark.png ha_category: - Notifications diff --git a/source/_components/citybikes.markdown b/source/_components/citybikes.markdown index aa904d95091..fa86b793def 100644 --- a/source/_components/citybikes.markdown +++ b/source/_components/citybikes.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "CityBikes Sensor" description: "Instructions on how to integrate data from the CityBikes API into Home Assistant." -date: 2017-06-25 14:20 -sidebar: true -comments: false -sharing: true -footer: true logo: citybikes.png ha_category: - Transport diff --git a/source/_components/clementine.markdown b/source/_components/clementine.markdown index 3152d3859ac..03f0c7f2642 100644 --- a/source/_components/clementine.markdown +++ b/source/_components/clementine.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Clementine Music Player" description: "Instructions on how to integrate Clementine Music Player within Home Assistant." -date: 2017-02-11 17:15 -sidebar: true -comments: false -sharing: true -footer: true logo: clementine.png ha_category: - Media Player diff --git a/source/_components/clickatell.markdown b/source/_components/clickatell.markdown index 0c2ccc317d3..e81970fcb81 100644 --- a/source/_components/clickatell.markdown +++ b/source/_components/clickatell.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Clickatell SMS" description: "Instructions on how to add Clickatell notifications to Home Assistant." -date: 2017-10-09 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: clickatell.png ha_category: - Notifications diff --git a/source/_components/clicksend.markdown b/source/_components/clicksend.markdown index e83092f9844..7181e862c44 100644 --- a/source/_components/clicksend.markdown +++ b/source/_components/clicksend.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ClickSend SMS" description: "Instructions on how to add ClickSend notifications to Home Assistant." -date: 2017-06-22 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: clicksend.png ha_category: - Notifications diff --git a/source/_components/clicksend_tts.markdown b/source/_components/clicksend_tts.markdown index 2f3d9a74e1e..e724655bf57 100644 --- a/source/_components/clicksend_tts.markdown +++ b/source/_components/clicksend_tts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ClickSend text-to-speech" description: "Instructions on how to add ClickSend text-to-speech (TTS) notifications to Home Assistant." -date: 2017-10-04 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: clicksend.png ha_category: - Notifications diff --git a/source/_components/climate.knx.markdown b/source/_components/climate.knx.markdown index ca53734f988..197631f7be4 100644 --- a/source/_components/climate.knx.markdown +++ b/source/_components/climate.knx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KNX Climate" description: "Instructions on how to integrate KNX thermostats with Home Assistant." -date: 2016-06-24 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: knx.png ha_category: - Climate diff --git a/source/_components/climate.markdown b/source/_components/climate.markdown index c9c623ecb88..ee71b19de5a 100644 --- a/source/_components/climate.markdown +++ b/source/_components/climate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Climate" description: "Instructions on how to setup climate control devices within Home Assistant." -date: 2016-08-26 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Climate diff --git a/source/_components/climate.modbus.markdown b/source/_components/climate.modbus.markdown index aa6a702ba7a..204683b578c 100644 --- a/source/_components/climate.modbus.markdown +++ b/source/_components/climate.modbus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Modbus Climate" description: "Instructions how to integrate a Modbus thermostat within Home Assistant." -date: 2018-01-29 9:35 -sidebar: true -comments: false -sharing: true -footer: true logo: modbus.png ha_category: - Climate diff --git a/source/_components/climate.mqtt.markdown b/source/_components/climate.mqtt.markdown index 49c1d3647f8..33717121814 100644 --- a/source/_components/climate.mqtt.markdown +++ b/source/_components/climate.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT HVAC" description: "Instructions on how to integrate MQTT HVAC into Home Assistant." -date: 2017-07-31 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Climate diff --git a/source/_components/climate.mysensors.markdown b/source/_components/climate.mysensors.markdown index fa5cbb6c699..af439534add 100644 --- a/source/_components/climate.mysensors.markdown +++ b/source/_components/climate.mysensors.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MySensors HVAC" description: "Instructions on how to integrate MySensors climate into Home Assistant." -date: 2016-10-01 15:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: mysensors.png ha_category: - DIY diff --git a/source/_components/cloud.markdown b/source/_components/cloud.markdown index 57aa21a6988..34c539b38c4 100644 --- a/source/_components/cloud.markdown +++ b/source/_components/cloud.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Home Assistant Cloud" description: "Enable the Home Assistant Cloud integration." -date: 2017-11-17 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: nabu-casa.svg ha_release: "0.60" ha_category: diff --git a/source/_components/cloudflare.markdown b/source/_components/cloudflare.markdown index a2105b84750..b923952634a 100644 --- a/source/_components/cloudflare.markdown +++ b/source/_components/cloudflare.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Cloudflare" description: "Automatically update your Cloudflare DNS records." -date: 2018-07-10 20:08 -sidebar: true -comments: false -sharing: true -footer: true logo: cloudflare.png ha_category: - Network diff --git a/source/_components/cmus.markdown b/source/_components/cmus.markdown index 6950fbb2dcf..9739ba9d32a 100644 --- a/source/_components/cmus.markdown +++ b/source/_components/cmus.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "cmus" description: "Instructions on how to integrate cmus Music Player into Home Assistant." -date: 2016-06-17 18:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Media Player ha_iot_class: Local Polling diff --git a/source/_components/co2signal.markdown b/source/_components/co2signal.markdown index bd31a054c30..e531c6a221e 100644 --- a/source/_components/co2signal.markdown +++ b/source/_components/co2signal.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "CO2Signal" description: "Instructions on how to use CO2Signal data within Home Assistant" -date: 2019-01-01 21:47 -sidebar: true -comments: false -sharing: true -footer: true logo: co2signal.png ha_category: - Environment diff --git a/source/_components/coinbase.markdown b/source/_components/coinbase.markdown index 22854c1ca44..34a9bdb6969 100644 --- a/source/_components/coinbase.markdown +++ b/source/_components/coinbase.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Coinbase" description: "Instructions for how to add Coinbase sensors to Home Assistant." -date: 2017-12-08 17:54 -sidebar: true -comments: false -sharing: true -footer: true logo: coinbase.png ha_category: - Finance diff --git a/source/_components/coinmarketcap.markdown b/source/_components/coinmarketcap.markdown index 86190bc4be4..1bc5ed1ef7d 100644 --- a/source/_components/coinmarketcap.markdown +++ b/source/_components/coinmarketcap.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "CoinMarketCap" description: "Instructions on how to integrate CoinMarketCap data within Home Assistant." -date: 2016-08-31 08:15 -sidebar: true -comments: false -sharing: true -footer: true logo: coinmarketcap.png ha_category: - Finance diff --git a/source/_components/comed_hourly_pricing.markdown b/source/_components/comed_hourly_pricing.markdown index 0128b33836b..7079fe6a495 100644 --- a/source/_components/comed_hourly_pricing.markdown +++ b/source/_components/comed_hourly_pricing.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ComEd Hourly Pricing" description: "Instructions on how to set up the ComEd Hourly Pricing sensor in Home Assistant." -date: 2017-03-02 0:15 -sidebar: true -comments: false -sharing: true -footer: true logo: comed.png ha_category: - Energy diff --git a/source/_components/comfoconnect.markdown b/source/_components/comfoconnect.markdown index da74d90b9d7..6381ff6ba49 100644 --- a/source/_components/comfoconnect.markdown +++ b/source/_components/comfoconnect.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Zehnder ComfoAir Q Ventilation" description: "Instructions on how to integrate Zehnder ComfoAir Q350/450/600 ventilation systems into Home Assistant." -date: 2017-06-28 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: zehnder.png ha_category: - Fan diff --git a/source/_components/command_line.markdown b/source/_components/command_line.markdown index 7c182c757bc..49cf953f4e4 100644 --- a/source/_components/command_line.markdown +++ b/source/_components/command_line.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Command line Binary Sensor" description: "Instructions on how to integrate Command binary sensors within Home Assistant." -date: 2016-01-13 12:15 -sidebar: true -comments: false -sharing: true -footer: true logo: command_line.png ha_category: - Utility diff --git a/source/_components/concord232.markdown b/source/_components/concord232.markdown index 9c9a051fdb8..cc4fb988d7b 100644 --- a/source/_components/concord232.markdown +++ b/source/_components/concord232.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Concord232" description: "Instructions on how to integrate Interlogix/GE Concord4 into Home Assistant." -date: 2016-10-11 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: interlogix.png ha_category: - Alarm diff --git a/source/_components/config.markdown b/source/_components/config.markdown index d11115d8519..90615cb5576 100644 --- a/source/_components/config.markdown +++ b/source/_components/config.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Config" description: "Instructions on how to setup the configuration panel for Home Assistant." -date: 2017-02-24 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Front end diff --git a/source/_components/configurator.markdown b/source/_components/configurator.markdown index 296c74560e6..56edf064ca8 100644 --- a/source/_components/configurator.markdown +++ b/source/_components/configurator.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configurator" description: "Instructions on how to integrate the configurator in your components." -date: 2015-03-15 00:51 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/conversation.markdown b/source/_components/conversation.markdown index dd8a5fcb2de..a0672636102 100644 --- a/source/_components/conversation.markdown +++ b/source/_components/conversation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Conversation" description: "Instructions on how to have conversations with your Home Assistant." -date: 2015-03-15 00:39 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - "Voice" diff --git a/source/_components/coolmaster.markdown b/source/_components/coolmaster.markdown index e11d76da089..87f7f0714da 100644 --- a/source/_components/coolmaster.markdown +++ b/source/_components/coolmaster.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "CoolMasterNet Climate" description: "Instructions on how to integrate CoolMasterNet within Home Assistant." -date: 2019-02-05 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: coolautomation.png ha_category: - Climate diff --git a/source/_components/counter.markdown b/source/_components/counter.markdown index 1c4a493efcd..8449140c273 100644 --- a/source/_components/counter.markdown +++ b/source/_components/counter.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Counter" description: "Instructions on how to integrate counters into Home Assistant." -date: 2017-08-26 06:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/cover.command_line.markdown b/source/_components/cover.command_line.markdown index 8326fc6ea04..b0053579b54 100644 --- a/source/_components/cover.command_line.markdown +++ b/source/_components/cover.command_line.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Command Line Cover" description: "How to control a cover with the command line." -date: 2016-06-28 17:30 -sidebar: true -comments: false -sharing: true -footer: true logo: command_line.png ha_category: - Cover diff --git a/source/_components/cover.group.markdown b/source/_components/cover.group.markdown index 824ab062413..2dc8398bd70 100644 --- a/source/_components/cover.group.markdown +++ b/source/_components/cover.group.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Cover Group" description: "Instructions how to setup grouped covers in Home Assistant." -date: 2018-02-11 10:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Cover ha_release: 0.66 diff --git a/source/_components/cover.knx.markdown b/source/_components/cover.knx.markdown index 606845df77c..e8f48ef6ca7 100644 --- a/source/_components/cover.knx.markdown +++ b/source/_components/cover.knx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KNX Cover" description: "Instructions on how to integrate KNX covers with Home Assistant." -date: 2017-06-18 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: knx.png ha_category: - Cover diff --git a/source/_components/cover.markdown b/source/_components/cover.markdown index a4fa15639e3..bcda65e85e6 100644 --- a/source/_components/cover.markdown +++ b/source/_components/cover.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Covers" description: "Instructions on how to integrate covers into Home Assistant." -date: 2016-06-28 17:30 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Cover diff --git a/source/_components/cover.mqtt.markdown b/source/_components/cover.mqtt.markdown index 360e7284751..1a36e78afe0 100644 --- a/source/_components/cover.mqtt.markdown +++ b/source/_components/cover.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Cover" description: "Instructions on how to integrate MQTT covers into Home Assistant." -date: 2016-09-28 17:30 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Cover diff --git a/source/_components/cover.mysensors.markdown b/source/_components/cover.mysensors.markdown index 02bf5333443..905d796a655 100644 --- a/source/_components/cover.mysensors.markdown +++ b/source/_components/cover.mysensors.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MySensors Cover" description: "Instructions on how to integrate MySensors covers into Home Assistant." -date: 2016-10-01 15:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: mysensors.png ha_category: - DIY diff --git a/source/_components/cover.rflink.markdown b/source/_components/cover.rflink.markdown index 91148dd676d..38b2cff93df 100644 --- a/source/_components/cover.rflink.markdown +++ b/source/_components/cover.rflink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFLink Cover" description: "Instructions on how to integrate RFLink Somfy RTS Cover into Home Assistant." -date: 2017-08-08 -sidebar: true -comments: false -sharing: true -footer: true logo: rflink.png ha_category: - Cover diff --git a/source/_components/cover.rfxtrx.markdown b/source/_components/cover.rfxtrx.markdown index 29bd8762549..ebef2e1989a 100644 --- a/source/_components/cover.rfxtrx.markdown +++ b/source/_components/cover.rfxtrx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFXtrx Cover" description: "Instructions on how to integrate RFXtrx covers into Home Assistant." -date: 2016-08-24 14:30 -sidebar: true -comments: false -sharing: true -footer: true logo: rfxtrx.png ha_category: - Cover diff --git a/source/_components/cover.template.markdown b/source/_components/cover.template.markdown index a363bd9cc49..951e750544a 100644 --- a/source/_components/cover.template.markdown +++ b/source/_components/cover.template.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Template Cover" description: "Instructions on how to integrate Template Covers into Home Assistant." -date: 2017-06-19 20:32 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Cover ha_release: 0.48 diff --git a/source/_components/cover.xiaomi_aqara.markdown b/source/_components/cover.xiaomi_aqara.markdown index ea8de2ac3fe..bd6f76d70d2 100644 --- a/source/_components/cover.xiaomi_aqara.markdown +++ b/source/_components/cover.xiaomi_aqara.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Cover" description: "Instructions on how to setup the Xiaomi cover within Home Assistant." -date: 2017-07-21 16:34 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Cover diff --git a/source/_components/cppm.markdown b/source/_components/cppm.markdown index bdfb9c5b6b2..48fd7b1330c 100644 --- a/source/_components/cppm.markdown +++ b/source/_components/cppm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Aruba ClearPass" description: "Instructions on how to integrate Aruba ClearPass into Home Assistant." -date: 2019-03-05 10:45 -sidebar: true -comments: false -sharing: true -footer: true logo: aruba.png ha_category: - Presence Detection diff --git a/source/_components/cpuspeed.markdown b/source/_components/cpuspeed.markdown index acd55e0bc84..e57e3f74d47 100644 --- a/source/_components/cpuspeed.markdown +++ b/source/_components/cpuspeed.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "CPU speed" description: "Instructions on how to integrate CPU speed within Home Assistant." -date: 2015-10-15 11:00 -sidebar: true -comments: false -sharing: true -footer: true logo: cpu.png ha_category: - System Monitor diff --git a/source/_components/crimereports.markdown b/source/_components/crimereports.markdown index 84f66326c88..c49d4ee5471 100644 --- a/source/_components/crimereports.markdown +++ b/source/_components/crimereports.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Crime Reports" description: "Instructions on how to integrate CrimeReports.com into Home Assistant." -date: 2017-02-16 11:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Social logo: crimereports.png diff --git a/source/_components/cups.markdown b/source/_components/cups.markdown index d1b4ae637b0..06650e048f1 100644 --- a/source/_components/cups.markdown +++ b/source/_components/cups.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "CUPS Sensor" description: "Instructions on how to integrate CUPS sensors into Home Assistant." -date: 2016-10-30 12:10 -sidebar: true -comments: false -sharing: true -footer: true logo: cups.png ha_category: - System Monitor diff --git a/source/_components/currencylayer.markdown b/source/_components/currencylayer.markdown index d4ad7c6dc9b..8b6a3a6cb76 100644 --- a/source/_components/currencylayer.markdown +++ b/source/_components/currencylayer.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Currencylayer" description: "Instructions on integrating exchange rates from https://currencylayer.com/ within Home Assistant." -date: 2016-10-26 10:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Finance logo: currencylayer.png diff --git a/source/_components/daikin.markdown b/source/_components/daikin.markdown index 408fe7d2667..f8a1470dc6a 100644 --- a/source/_components/daikin.markdown +++ b/source/_components/daikin.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Daikin AC" description: "Instructions on how to integrate Daikin AC devices with Home Assistant." -date: 2017-12-10 21:00 -sidebar: true -comments: false -sharing: true -footer: true logo: daikin.png ha_category: - Climate @@ -36,7 +30,7 @@ There is currently support for the following device types within Home Assistant: ## Configuration -The Daikin integration can be configured in three ways. +The Daikin integration can be configured in three ways. - Automatically via the [discovery]({{site_root}}/components/discovery/) integration. - Via the Home Assistant user interface where it will let you enter the IP-address of your Daikin AC. diff --git a/source/_components/danfoss_air.markdown b/source/_components/danfoss_air.markdown index 2baa37ef111..e944546d3db 100644 --- a/source/_components/danfoss_air.markdown +++ b/source/_components/danfoss_air.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Danfoss Air" description: "How to integrate Danfoss Air HRV in Home Assistant." -date: 2019-01-14 20:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Climate - Binary Sensor diff --git a/source/_components/darksky.markdown b/source/_components/darksky.markdown index 896f5d3717f..c40a8dda89d 100644 --- a/source/_components/darksky.markdown +++ b/source/_components/darksky.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dark Sky Sensor" description: "How to integrate Dark Sky within Home Assistant." -date: 2016-09-26 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: dark_sky.png ha_category: - Weather diff --git a/source/_components/datadog.markdown b/source/_components/datadog.markdown index b9cb8acc1e4..1198064ad6b 100644 --- a/source/_components/datadog.markdown +++ b/source/_components/datadog.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Datadog" description: "Send data and events to Datadog." -date: 2017-04-18 00:00 -sidebar: true -comments: false -sharing: true logo: datadog.png -footer: true ha_category: - History ha_release: 0.45 diff --git a/source/_components/ddwrt.markdown b/source/_components/ddwrt.markdown index 9be10b84028..291a84d867e 100644 --- a/source/_components/ddwrt.markdown +++ b/source/_components/ddwrt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DD-WRT" description: "Instructions on how to integrate DD-WRT based routers into Home Assistant." -date: 2015-05-11 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ddwrt.png ha_category: - Presence Detection diff --git a/source/_components/deconz.markdown b/source/_components/deconz.markdown index 89c7a7a14c4..b88395d9023 100644 --- a/source/_components/deconz.markdown +++ b/source/_components/deconz.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "deCONZ" description: "Instructions on how to setup Conbee/Raspbee devices with deCONZ from Dresden Elektronik within Home Assistant." -date: 2017-11-12 16:30 -sidebar: true -comments: false -sharing: true -footer: true logo: deconz.jpeg ha_category: - Hub @@ -371,6 +365,7 @@ The `entity_id` names will be `light.device_name`, where `device_name` is define - Philips Hue White Ambiance A19 - Philips Hue Hue White ambiance Milliskin (recessed spotlight) LTW013 - Busch Jaeger ZigBee Light Link univ. relai (6711 U) with ZigBee Light Link control element 6735-84 +- Xiaomi Aqara Smart Led Bulb (white) E27 ZNLDP12LM ## Scene diff --git a/source/_components/decora.markdown b/source/_components/decora.markdown index cb9a96aaef8..c3e1dda6a3f 100644 --- a/source/_components/decora.markdown +++ b/source/_components/decora.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Leviton Decora" description: "Instructions on how to setup Leviton Decora Bluetooth dimmers within Home Assistant." -date: 2017-01-18 22:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Light ha_iot_class: Local Polling diff --git a/source/_components/decora_wifi.markdown b/source/_components/decora_wifi.markdown index cfd60b0dcdc..a91435e3fee 100644 --- a/source/_components/decora_wifi.markdown +++ b/source/_components/decora_wifi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Leviton Decora Wi-Fi" description: "Instructions on how to setup Leviton Decora Smart Wi-Fi switches/dimmers within Home Assistant." -date: 2017-07-19 12:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Light ha_iot_class: Cloud Polling diff --git a/source/_components/default_config.markdown b/source/_components/default_config.markdown index 490065939ec..9d00e7d76ed 100644 --- a/source/_components/default_config.markdown +++ b/source/_components/default_config.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Default Config" description: "The default config integration will initate a default configuration for Home Assistant." -date: 2019-02-15 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/deluge.markdown b/source/_components/deluge.markdown index 15b7879d98d..14236471b8d 100644 --- a/source/_components/deluge.markdown +++ b/source/_components/deluge.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Deluge" description: "Instructions on how to integrate Deluge within Home Assistant." -date: 2017-10-19 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: deluge.png ha_category: - Downloading diff --git a/source/_components/demo.markdown b/source/_components/demo.markdown index 91f62e8cf49..915f7f27e6b 100644 --- a/source/_components/demo.markdown +++ b/source/_components/demo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Demo platforms" description: "Instructions on how to use the Platform demos with Home Assistant." -date: 2016-02-24 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/denon.markdown b/source/_components/denon.markdown index 5adf62188d7..6569d7264eb 100644 --- a/source/_components/denon.markdown +++ b/source/_components/denon.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Denon Network Receivers" description: "Instructions on how to integrate Denon Network Receivers into Home Assistant." -date: 2015-09-08 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: denon.png ha_category: - Media Player diff --git a/source/_components/denonavr.markdown b/source/_components/denonavr.markdown index ad60ff2f242..7bd5801e563 100644 --- a/source/_components/denonavr.markdown +++ b/source/_components/denonavr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Denon AVR Network Receivers" description: "Instructions on how to integrate Denon AVR Network Receivers into Home Assistant." -date: 2015-09-08 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: denon.png ha_category: - Media Player diff --git a/source/_components/deutsche_bahn.markdown b/source/_components/deutsche_bahn.markdown index ba8b587cc30..de305669bd2 100644 --- a/source/_components/deutsche_bahn.markdown +++ b/source/_components/deutsche_bahn.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Deutsche Bahn" description: "Instructions on how to integrate timetable data for traveling in Germany within Home Assistant." -date: 2015-06-02 21:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Transport logo: db.png diff --git a/source/_components/device_sun_light_trigger.markdown b/source/_components/device_sun_light_trigger.markdown index 9c4c011aab1..b18c43eb4c4 100644 --- a/source/_components/device_sun_light_trigger.markdown +++ b/source/_components/device_sun_light_trigger.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Presence based lights" description: "Instructions on how to automate your lights with Home Assistant." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/device_tracker.markdown b/source/_components/device_tracker.markdown index b91a5ab8ce2..7194e18a686 100644 --- a/source/_components/device_tracker.markdown +++ b/source/_components/device_tracker.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Device Tracker" description: "Instructions on how to setup device tracking within Home Assistant." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Presence Detection diff --git a/source/_components/device_tracker.mqtt.markdown b/source/_components/device_tracker.mqtt.markdown index 91e67c845b5..5cdf62e3558 100644 --- a/source/_components/device_tracker.mqtt.markdown +++ b/source/_components/device_tracker.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Device Tracker" description: "Instructions on how to use MQTT to track devices in Home Assistant." -date: 2015-09-19 20:41 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Presence Detection diff --git a/source/_components/device_tracker.mysensors.markdown b/source/_components/device_tracker.mysensors.markdown index 7c5cbd25242..6d8941a8a4c 100644 --- a/source/_components/device_tracker.mysensors.markdown +++ b/source/_components/device_tracker.mysensors.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MySensors Device Tracker" description: "Instructions on how to use MySensors to track devices in Home Assistant." -date: 2017-02-06 15:00 +0100 -sidebar: true -comments: false -sharing: true -footer: true logo: mysensors.png ha_category: - DIY diff --git a/source/_components/device_tracker.xiaomi.markdown b/source/_components/device_tracker.xiaomi.markdown index db783f15b6d..6a222ce0267 100644 --- a/source/_components/device_tracker.xiaomi.markdown +++ b/source/_components/device_tracker.xiaomi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Router" description: "Instructions on how to integrate Xiaomi routers into Home Assistant." -date: 2017-01-12 12:04 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Presence Detection diff --git a/source/_components/dht.markdown b/source/_components/dht.markdown index a882343ac93..5cfaa00f000 100644 --- a/source/_components/dht.markdown +++ b/source/_components/dht.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DHT Sensor" description: "Instructions on how to integrate DHTxx sensors within Home Assistant." -date: 2015-08-30 19:15 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - DIY ha_release: 0.7 diff --git a/source/_components/dialogflow.markdown b/source/_components/dialogflow.markdown index c96d607b1e5..62f7868afb9 100644 --- a/source/_components/dialogflow.markdown +++ b/source/_components/dialogflow.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dialogflow" description: "Instructions on how integrate Dialogflow with Home Assistant." -date: 2017-01-27 11:28 -sidebar: true -comments: false -sharing: true -footer: true logo: dialogflow.png ha_category: - Voice diff --git a/source/_components/digital_ocean.markdown b/source/_components/digital_ocean.markdown index 22005a23422..a7436fcb7f6 100644 --- a/source/_components/digital_ocean.markdown +++ b/source/_components/digital_ocean.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Digital Ocean" description: "Instructions on how to integrate the Digital Ocean within Home Assistant." -date: 2016-09-24 20:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - System Monitor - Binary Sensor diff --git a/source/_components/digitalloggers.markdown b/source/_components/digitalloggers.markdown index e8566551384..e491ce64ddc 100644 --- a/source/_components/digitalloggers.markdown +++ b/source/_components/digitalloggers.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Digital Loggers Switch" description: "Instructions on how to integrate Digital Loggers DIN III relays into Home Assistant." -date: 2016-10-02 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: digitalloggers.png ha_category: - Switch diff --git a/source/_components/directv.markdown b/source/_components/directv.markdown index a3a1235c78e..a1097003b59 100644 --- a/source/_components/directv.markdown +++ b/source/_components/directv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DirecTV" description: "Instructions on how to integrate DirecTV receivers into Home Assistant." -date: 2016-07-19 01:0+0000 -sidebar: true -comments: false -sharing: true -footer: true logo: directv.png ha_category: - Media Player diff --git a/source/_components/discogs.markdown b/source/_components/discogs.markdown index bdaf1147af0..e1ca730dff7 100644 --- a/source/_components/discogs.markdown +++ b/source/_components/discogs.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Discogs Sensor description: "Instructions on how to set up Discogs sensors within Home Assistant." -date: 2017-12-04 22:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Multimedia ha_release: 0.61 diff --git a/source/_components/discord.markdown b/source/_components/discord.markdown index be9ba27b241..16f0ea7f283 100644 --- a/source/_components/discord.markdown +++ b/source/_components/discord.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Discord" description: "Instructions on how to add Discord notifications to Home Assistant." -date: 2016-01-14 15:15 -sidebar: true -comments: false -sharing: true -footer: true logo: discord.png ha_category: - Notifications diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index 3e8708f576f..8c65783bc43 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Discovery" description: "Instructions on how to setup Home Assistant to discover new devices." -date: 2015-01-24 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/dispatcher.markdown b/source/_components/dispatcher.markdown index 7f3e2b51f0b..29816dc5f9f 100644 --- a/source/_components/dispatcher.markdown +++ b/source/_components/dispatcher.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dispatcher IP Camera" description: "Instructions on how to integrate internal dispatcher cameras within Home Assistant." -date: 2017-03-08 00:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Camera logo: camcorder.png diff --git a/source/_components/dlib_face_detect.markdown b/source/_components/dlib_face_detect.markdown index 69c07a31098..9ef512b54e8 100644 --- a/source/_components/dlib_face_detect.markdown +++ b/source/_components/dlib_face_detect.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dlib Face Detect" description: "Instructions on how to integrate Dlib Face Detect into Home Assistant." -date: 2017-05-05 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: dlib.png ha_category: - Image Processing diff --git a/source/_components/dlib_face_identify.markdown b/source/_components/dlib_face_identify.markdown index eaa13e089db..54060706172 100644 --- a/source/_components/dlib_face_identify.markdown +++ b/source/_components/dlib_face_identify.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dlib Face Identify" description: "Instructions on how to integrate Dlib Face Identify into Home Assistant." -date: 2017-01-25 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: dlib.png ha_category: - Image Processing diff --git a/source/_components/dlink.markdown b/source/_components/dlink.markdown index c05b4db9056..941d486dcc7 100644 --- a/source/_components/dlink.markdown +++ b/source/_components/dlink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "D-Link Switch" description: "Instructions on how to integrate D-Link switches into Home Assistant." -date: 2016-02-21 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: dlink.png ha_category: - Switch diff --git a/source/_components/dlna_dmr.markdown b/source/_components/dlna_dmr.markdown index 315c28a84c2..8c4123710b7 100644 --- a/source/_components/dlna_dmr.markdown +++ b/source/_components/dlna_dmr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DLNA DMR" description: "Instructions on how to integrate a DLNA DMR device into Home Assistant." -date: 2018-06-01 14:27 -sidebar: true -comments: false -sharing: true -footer: true logo: dlna.png ha_category: - Media Player diff --git a/source/_components/dnsip.markdown b/source/_components/dnsip.markdown index 11283754964..fec191407c0 100644 --- a/source/_components/dnsip.markdown +++ b/source/_components/dnsip.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DNS IP Sensor" description: "Instructions on how to integrate a DNS IP sensor into Home Assistant." -date: 2017-02-25 11:05 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Network diff --git a/source/_components/dominos.markdown b/source/_components/dominos.markdown index 7a116e5a6a0..dfc8d461628 100644 --- a/source/_components/dominos.markdown +++ b/source/_components/dominos.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dominos Pizza" description: "Instructions on how to setup Dominos Pizza ordering within Home Assistant." -date: 2017-11-05 17:30 -sidebar: true -comments: false -sharing: true -footer: true logo: dominos.png ha_category: - Other @@ -22,7 +16,7 @@ At present, this integration only supports ordering within Canada and the US. To enable the component, you need to set up your customer information and define some orders. -Orders are a group of product codes. You can get these product codes by inspecting an order request from the Dominos web app, or you can [add this custom panel by following this readme](https://github.com/wardcraigj/hass-dominos-panel) to see the available product codes in a separate panel in your install. +Orders are a group of product codes. You can get these product codes by inspecting an order request from the Dominos web app, or you can [add this custom panel by following this readme](https://github.com/craigjmidwinter/hass-dominos-panel) to see the available product codes in a separate panel in your install. Currently, there is no support in this integration for toppings, coupons or order tracking. diff --git a/source/_components/doorbird.markdown b/source/_components/doorbird.markdown index 5c2b16266a9..c973343c521 100644 --- a/source/_components/doorbird.markdown +++ b/source/_components/doorbird.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DoorBird" description: "Instructions on how to integrate your DoorBird video doorbell with Home Assistant." -date: 2017-08-06 11:30 -sidebar: true -comments: false -sharing: true -footer: true logo: doorbird.png ha_category: - Doorbell diff --git a/source/_components/dovado.markdown b/source/_components/dovado.markdown index b274d61eeb1..96262afbe83 100644 --- a/source/_components/dovado.markdown +++ b/source/_components/dovado.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dovado" description: "How to integrate Dovado within Home Assistant." -date: 2019-01-26 15:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - System Monitor - Notifications diff --git a/source/_components/downloader.markdown b/source/_components/downloader.markdown index c756cae308f..5be5d7be0cd 100644 --- a/source/_components/downloader.markdown +++ b/source/_components/downloader.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Downloader" description: "Instructions on how to setup the downloader integration with Home Assistant." -date: 2015-01-24 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Downloading diff --git a/source/_components/dsmr.markdown b/source/_components/dsmr.markdown index 0bb9981df91..887827dd685 100644 --- a/source/_components/dsmr.markdown +++ b/source/_components/dsmr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DSMR or Slimme meter" description: "Instructions on how to integrate DSMR Smartmeter within Home Assistant." -date: 2016-11-12 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: netbeheernederland.jpg ha_category: - Energy @@ -129,7 +123,7 @@ or 2001:raw:600:/dev/ttyUSB0:9600 EVEN 1STOPBIT 7DATABITS XONXOFF LOCAL -RTSCTS ``` -[HASSbian](/getting-started/installation-raspberry-pi-image/) users have to give dialout permission to the user `homeassistant`: +[HASSbian](/docs/installation/hassbian/installation/) users have to give dialout permission to the user `homeassistant`: ```bash $ sudo usermod -a -G dialout homeassistant diff --git a/source/_components/dte_energy_bridge.markdown b/source/_components/dte_energy_bridge.markdown index 3af953f521e..7830053b28d 100644 --- a/source/_components/dte_energy_bridge.markdown +++ b/source/_components/dte_energy_bridge.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DTE Energy Bridge" description: "Instructions on how to setup DTE Energy Bridge with Home Assistant." -date: 2016-06-07 08:10 -sidebar: true -comments: false -sharing: true -footer: true logo: dte_energy.png ha_category: - Energy @@ -16,7 +10,7 @@ redirect_from: - /components/sensor.dte_energy_bridge/ --- -A sensor platform for the [DTE](https://www.dteenergy.com/) Energy Bridge. To find out which version of the DTE Energy Bridge sensor you have, find the status LED on your box. +A sensor platform for the [DTE](https://www.newlook.dteenergy.com/) Energy Bridge. To find out which version of the DTE Energy Bridge sensor you have, find the status LED on your box. - If the status LED is on the top, you have a v1. - If the status LED is on the front, you have a v2. diff --git a/source/_components/dublin_bus_transport.markdown b/source/_components/dublin_bus_transport.markdown index d59ce3e0ebd..3899b7a7c58 100644 --- a/source/_components/dublin_bus_transport.markdown +++ b/source/_components/dublin_bus_transport.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dublin Bus Transport" description: "Instructions on how to integrate timetable data for traveling on Dublin Bus within Home Assistant." -date: 2017-01-09 21:45 -sidebar: true -comments: false -sharing: true -footer: true logo: dublin_bus.png ha_category: - Transport diff --git a/source/_components/duckdns.markdown b/source/_components/duckdns.markdown index 225a81f4589..511893ba9c6 100644 --- a/source/_components/duckdns.markdown +++ b/source/_components/duckdns.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DuckDNS" description: "Keep your computer registered with the DuckDNS dynamic DNS." -date: 2017-09-23 07:08 -sidebar: true -comments: false -sharing: true -footer: true logo: duckdns.png ha_category: - Network diff --git a/source/_components/duke_energy.markdown b/source/_components/duke_energy.markdown index 94550a9c079..114b283ee91 100644 --- a/source/_components/duke_energy.markdown +++ b/source/_components/duke_energy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Duke Energy" description: "Instructions on how to set Duke Energy smart meter sensors within Home Assistant." -date: 2018-07-01 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: duke_energy.png ha_category: - Energy diff --git a/source/_components/dunehd.markdown b/source/_components/dunehd.markdown index 8f99d50807c..22f6809b270 100644 --- a/source/_components/dunehd.markdown +++ b/source/_components/dunehd.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DuneHD media players" description: "Instructions on how to integrate DuneHD media players into Home Assistant." -date: 2016-11-26 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: dunehd.png ha_category: - Media Player diff --git a/source/_components/dwd_weather_warnings.markdown b/source/_components/dwd_weather_warnings.markdown index 87b1f0918f2..a49374edc61 100644 --- a/source/_components/dwd_weather_warnings.markdown +++ b/source/_components/dwd_weather_warnings.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DWD Weather warnings" description: "Instructions on how to integrate Deutsche Wetter Dienst weather warnings into Home Assistant." -date: 2017-07-26 22:00 -sidebar: true -comments: false -sharing: true -footer: true #logo: dwdwarnapp.png ha_category: - Weather diff --git a/source/_components/dweet.markdown b/source/_components/dweet.markdown index 88f86a7a94b..03db2ab2b7d 100644 --- a/source/_components/dweet.markdown +++ b/source/_components/dweet.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dweet.io" description: "Transfer events to Dweet.io." -date: 2016-05-07 07:08 -sidebar: true -comments: false -sharing: true -footer: true logo: dweet.png ha_category: - History diff --git a/source/_components/dyson.markdown b/source/_components/dyson.markdown index 9bad80f8a8e..991b92c2c46 100644 --- a/source/_components/dyson.markdown +++ b/source/_components/dyson.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dyson" description: "Instructions on how to integrate Dyson into Home Assistant." -date: 2017-05-27 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: dyson.png ha_category: - Hub diff --git a/source/_components/ebox.markdown b/source/_components/ebox.markdown index 494393c937e..1ad3e460622 100644 --- a/source/_components/ebox.markdown +++ b/source/_components/ebox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "EBox Sensor" description: "Instructions on how to integrate EBox data usage within Home Assistant." -date: 2017-02-15 17:17 -sidebar: true -comments: false -sharing: true -footer: true logo: ebox.png ha_category: - Network diff --git a/source/_components/ebusd.markdown b/source/_components/ebusd.markdown index c8d0b2019d2..533b24dd48c 100644 --- a/source/_components/ebusd.markdown +++ b/source/_components/ebusd.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ebusd" description: "The ebusd integration allows the integration between eBUS heating system and Home Assistant." -date: 2018-12-27 15:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Sensor ha_iot_class: Local Polling diff --git a/source/_components/ecoal_boiler.markdown b/source/_components/ecoal_boiler.markdown index 06d4b903333..d49d8bf973f 100644 --- a/source/_components/ecoal_boiler.markdown +++ b/source/_components/ecoal_boiler.markdown @@ -1,13 +1,6 @@ --- -layout: page title: "eCoal water boiler controller" description: "Instructions on how to integrate eSterownik.pl eCoal.pl controller into Home Assistant." -date: 2018-11-29 10:00 -sidebar: true -comments: false -sharing: true -footer: true -# logo: raspberry-pi.png ha_category: - Water heater ha_release: 0.87 diff --git a/source/_components/ecobee.markdown b/source/_components/ecobee.markdown index 64ff1350d2c..3fe50fb3ce6 100644 --- a/source/_components/ecobee.markdown +++ b/source/_components/ecobee.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ecobee" description: "Instructions for how to integrate Ecobee thermostats and sensors within Home Assistant." -date: 2015-11-30 17:54 -sidebar: true -comments: false -sharing: true -footer: true logo: ecobee.png ha_category: - Sensor @@ -56,7 +50,7 @@ ecobee: api_key: YOUR_API_KEY ``` -[Restart Home Assistant](https://www.home-assistant.io/docs/configuration/#reloading-changes) for the changes to take effect. +[Restart Home Assistant](/docs/configuration/#reloading-changes) for the changes to take effect. The first time you (re)run Home Assistant with this integration it will give you a PIN code that you need to authorize in the [ecobee consumer portal](https://www.ecobee.com/consumerportal/index.html). You can do this by clicking **Add Application** in the **My Apps** section in the sidebar. diff --git a/source/_components/econet.markdown b/source/_components/econet.markdown index 369f696c6c1..bb14750cf1a 100644 --- a/source/_components/econet.markdown +++ b/source/_components/econet.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "EcoNet water heater" description: "Instructions on how to integrate Rheem EcoNet water heaters into Home Assistant." -date: 2017-12-28 14:51 -sidebar: true -comments: false -sharing: true -footer: true logo: econet.png ha_category: - Water heater diff --git a/source/_components/ecovacs.markdown b/source/_components/ecovacs.markdown index b5fd46c5626..15d14a4cf24 100644 --- a/source/_components/ecovacs.markdown +++ b/source/_components/ecovacs.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ecovacs" description: "Instructions on how to integrate Ecovacs vacuums within Home Assistant." -date: 2018-07-29 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ecovacs.png ha_category: - Hub diff --git a/source/_components/eddystone_temperature.markdown b/source/_components/eddystone_temperature.markdown index 95ec4ab3384..acdc8ae1f83 100644 --- a/source/_components/eddystone_temperature.markdown +++ b/source/_components/eddystone_temperature.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Eddystone Beacon" description: "Instructions on how to integrate Eddystone beacons with Home Assistant in order to receive temperature data." -date: 2017-03-26 01:00 -sidebar: true -comments: false -sharing: true -footer: true logo: eddystone.png ha_category: - DIY diff --git a/source/_components/edimax.markdown b/source/_components/edimax.markdown index 9768ce73f8e..32ba1e7486d 100644 --- a/source/_components/edimax.markdown +++ b/source/_components/edimax.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Edimax Switch" description: "Instructions on how to integrate Edimax switches into Home Assistant." -date: 2015-06-10 22:54 -sidebar: true -comments: false -sharing: true -footer: true logo: edimax.png ha_category: - Switch diff --git a/source/_components/edp_redy.markdown b/source/_components/edp_redy.markdown index 02eeca1e50b..a1a8347af11 100644 --- a/source/_components/edp_redy.markdown +++ b/source/_components/edp_redy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "EDP re:dy" description: "Instructions on how to integrate the EDP re:dy platform into Home Assistant." -date: 2018-09-04 16:30 -sidebar: true -comments: false -sharing: true -footer: true logo: edp_redy.png ha_category: - Hub diff --git a/source/_components/ee_brightbox.markdown b/source/_components/ee_brightbox.markdown index c19e57ee00b..56293e3c962 100644 --- a/source/_components/ee_brightbox.markdown +++ b/source/_components/ee_brightbox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "EE Bright Box" description: "Instructions on how to integrate EE Bright Box router into Home Assistant." -date: 2018-12-27 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ee.png ha_category: - Presence Detection diff --git a/source/_components/efergy.markdown b/source/_components/efergy.markdown index cceca5dd031..c8aa9c8c854 100644 --- a/source/_components/efergy.markdown +++ b/source/_components/efergy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Efergy" description: "Instructions on how to integrate Efergy devices within Home Assistant." -date: 2015-07-11 0:15 -sidebar: true -comments: false -sharing: true -footer: true logo: efergy.png ha_category: - Energy diff --git a/source/_components/egardia.markdown b/source/_components/egardia.markdown index ab7fe2b47f0..d7d6833e25a 100644 --- a/source/_components/egardia.markdown +++ b/source/_components/egardia.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Egardia" description: "Instructions on how to setup Egardia / Woonveilig within Home Assistant." -date: 2018-03-13 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: egardia.png ha_category: - Hub diff --git a/source/_components/eight_sleep.markdown b/source/_components/eight_sleep.markdown index cd6b58f37a5..3bbc657dd6c 100644 --- a/source/_components/eight_sleep.markdown +++ b/source/_components/eight_sleep.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Eight Sleep" description: "Interface an Eight Sleep smart cover or mattress to Home Assistant" -date: 2017-04-24 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: eight_sleep.png ha_category: - Health diff --git a/source/_components/eliqonline.markdown b/source/_components/eliqonline.markdown index efa95897494..d1b57bfcc5e 100644 --- a/source/_components/eliqonline.markdown +++ b/source/_components/eliqonline.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Eliqonline" description: "Instructions on how to integrate Eliqonline devices within Home Assistant." -date: 2015-07-11 0:15 -sidebar: true -comments: false -sharing: true -footer: true logo: eliq.png ha_category: - Energy diff --git a/source/_components/elkm1.markdown b/source/_components/elkm1.markdown index 727da614faf..063db11650f 100644 --- a/source/_components/elkm1.markdown +++ b/source/_components/elkm1.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Elk-M1 Controller" description: "Instructions to setup the Elk-M1 controller." -date: 2018-10-07 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: elkproducts.png ha_release: 0.81 ha_category: diff --git a/source/_components/emby.markdown b/source/_components/emby.markdown index 019fe8ad9a1..829b595c51d 100644 --- a/source/_components/emby.markdown +++ b/source/_components/emby.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Emby" description: "Instructions on how to integrate Emby into Home Assistant." -date: 2016-10-13 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: emby.png ha_category: - Media Player diff --git a/source/_components/emoncms.markdown b/source/_components/emoncms.markdown index b03d4cdcc1f..b74c5040823 100644 --- a/source/_components/emoncms.markdown +++ b/source/_components/emoncms.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Emoncms Sensor" description: "Instructions on how to integrate Emoncms feeds as sensors into Home Assistant." -date: 2016-09-08 00:15 logo: emoncms.png -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Sensor ha_release: 0.29 diff --git a/source/_components/emoncms_history.markdown b/source/_components/emoncms_history.markdown index b6fbae26a28..c024e4b710c 100644 --- a/source/_components/emoncms_history.markdown +++ b/source/_components/emoncms_history.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Emoncms history" description: "Instructions on how to integrate Emoncms history into Home Assistant." -date: 2016-09-25 12:50 -sidebar: true -comments: false -sharing: true -footer: true logo: emoncms.png ha_category: - History diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown index 2667e8db0cc..c74a2c8b509 100644 --- a/source/_components/emulated_hue.markdown +++ b/source/_components/emulated_hue.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Emulated Hue Bridge" description: "Instructions on how to emulated Hue Bridge within Home Assistant." -date: 2016-08-26 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Hub @@ -16,7 +10,7 @@ ha_qa_scale: internal ---

-Be aware that `emulated_hue` doesn't work for new users of **Google Home** with `emulated_hue`. If you've not previously set this up and had it working, use the [Google Assistant component](/components/google_assistant/) or [Nabu Casa cloud](https://www.home-assistant.io/components/cloud) component. +Be aware that `emulated_hue` doesn't work for new users of **Google Home** with `emulated_hue`. If you've not previously set this up and had it working, use the [Google Assistant component](/components/google_assistant/) or [Nabu Casa cloud](/components/cloud) component.

The `emulated_hue` integration provides a virtual Philips Hue bridge, written entirely in software, which allows services that work with the Hue API to interact with Home Assistant @@ -49,7 +43,7 @@ emulated_hue: ```yaml # Amazon Echo example configuration.yaml entry emulated_hue: -# Required for Echo Dot 3 +# Required if there is no older Echo device (Like an Echo Dot 1 or 2) in the same network host_ip: YOUR.HASSIO.IP.ADDRESS listen_port: 80 ``` diff --git a/source/_components/emulated_roku.markdown b/source/_components/emulated_roku.markdown index 520e5a922b6..4b21ca8dd1d 100644 --- a/source/_components/emulated_roku.markdown +++ b/source/_components/emulated_roku.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Emulated Roku" description: "Instructions on how to set up Emulated Roku within Home Assistant." -date: 2019-01-10 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Hub diff --git a/source/_components/enigma2.markdown b/source/_components/enigma2.markdown index 59d1498b3f4..1267ab9d4fa 100644 --- a/source/_components/enigma2.markdown +++ b/source/_components/enigma2.markdown @@ -1,16 +1,9 @@ --- -layout: page title: "Enigma2 (OpenWebif)" description: "Instructions on how to integrate an Enigma2 based box running OpenWebif into Home Assistant." -date: 2019-02-21 12:02 -sidebar: true -comments: false -sharing: true -footer: true logo: openwebif.png ha_category: - Media Player -featured: false ha_release: "0.90" ha_iot_class: "Local Polling" redirect_from: diff --git a/source/_components/enocean.markdown b/source/_components/enocean.markdown index 72210ac6311..88698d6042d 100644 --- a/source/_components/enocean.markdown +++ b/source/_components/enocean.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "EnOcean" description: "Connect EnOcean devices to Home Assistant" -date: 2016-05-25 23:39 -sidebar: true -comments: false -sharing: true -footer: true logo: enocean.png ha_category: - Hub diff --git a/source/_components/enphase_envoy.markdown b/source/_components/enphase_envoy.markdown index 794d20453a5..18d346c8cb8 100644 --- a/source/_components/enphase_envoy.markdown +++ b/source/_components/enphase_envoy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Enphase Envoy" description: "Instructions on how to setup Enphase Envoy with Home Assistant." -date: 2018-06-30 12:30 -sidebar: true -comments: false -sharing: true -footer: true logo: enphase-logo.svg ha_category: - Energy @@ -16,7 +10,7 @@ redirect_from: - /components/sensor.enphase_envoy/ --- -A sensor platform for the [Enphase Envoy](https://enphase.com/en-us/products-and-services/envoy) solar energy gateway. Works with older models that only have production metrics (ie. Envoy-C) and newer models that offer both production and consumption metrics (ie. Envoy-S). +A sensor platform for the [Enphase Envoy](https://enphase.com/en-us/products-and-services/envoy-and-combiner) solar energy gateway. Works with older models that only have production metrics (ie. Envoy-C) and newer models that offer both production and consumption metrics (ie. Envoy-S). ### Configuration diff --git a/source/_components/entur_public_transport.markdown b/source/_components/entur_public_transport.markdown index dd6516c325d..1e82731eef5 100644 --- a/source/_components/entur_public_transport.markdown +++ b/source/_components/entur_public_transport.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Entur public transport" description: "Instructions for how to set up monitoring of public transport departures in Norway." -date: 2018-10-09 17:15 -sidebar: true -comments: false -sharing: true -footer: true logo: entur.svg ha_category: - Transport diff --git a/source/_components/environment_canada.markdown b/source/_components/environment_canada.markdown index 40c74f709f7..3c229dd4594 100644 --- a/source/_components/environment_canada.markdown +++ b/source/_components/environment_canada.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Environment Canada Weather" description: "Weather data from Environment Canada." -date: 2019-06-01 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: environment_canada.png ha_category: - Weather @@ -16,7 +10,7 @@ ha_release: 0.95 ha_iot_class: Cloud Polling --- -The `environment_canada` weather platforms provide meteorological data for Canadian locations from [Environment Canada](hhttps://weather.gc.ca/index_e.html). +The `environment_canada` weather platforms provide meteorological data for Canadian locations from [Environment Canada](https://weather.gc.ca/index_e.html). The following device types and data are supported: diff --git a/source/_components/envirophat.markdown b/source/_components/envirophat.markdown index 72354900f5c..5b3664ee2f0 100644 --- a/source/_components/envirophat.markdown +++ b/source/_components/envirophat.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Enviro pHAT" description: "Instructions on how to integrate the Enviro pHAT within Home Assistant." -date: 2017-05-03 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/envisalink.markdown b/source/_components/envisalink.markdown index d6af76afa04..c1a3360515f 100644 --- a/source/_components/envisalink.markdown +++ b/source/_components/envisalink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Envisalink Alarm Control Panel" description: "Instructions on how to integrate a DSC/Honeywell alarm panel with Home Assistant using an envisalink evl3/evl4 board." -date: 2016-09-30 22:45 -sidebar: true -comments: false -sharing: true -footer: true logo: eyezon.png ha_category: - Alarm diff --git a/source/_components/ephember.markdown b/source/_components/ephember.markdown index 9d3d2cd9cdf..cf38c911098 100644 --- a/source/_components/ephember.markdown +++ b/source/_components/ephember.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "EPH Controls EMBER Thermostat" description: "Instructions on how to integrate EPH Controls EMBER thermostats within Home Assistant." -date: 2017-10-07 12:40 -sidebar: true -comments: false -sharing: true -footer: true logo: ephcontrolsember.png ha_category: - Climate diff --git a/source/_components/epson.markdown b/source/_components/epson.markdown index edf50dfa218..3049bc8dbf8 100644 --- a/source/_components/epson.markdown +++ b/source/_components/epson.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Epson" description: "Instructions on how to integrate Epson projector into Home Assistant." -date: 2018-06-13 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: epson.png ha_category: - Media Player diff --git a/source/_components/epsonworkforce.markdown b/source/_components/epsonworkforce.markdown index 135767fa12f..0ec93e5a5e0 100644 --- a/source/_components/epsonworkforce.markdown +++ b/source/_components/epsonworkforce.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Epson Workforce" description: "Instructions on how to integrate Epson Workforce Printer into Home Assistant." -date: 2019-04-09 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: epson.png ha_category: - Sensor diff --git a/source/_components/eq3btsmart.markdown b/source/_components/eq3btsmart.markdown index d855781b4a2..852962d3027 100644 --- a/source/_components/eq3btsmart.markdown +++ b/source/_components/eq3btsmart.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "EQ3 Bluetooth Smart Thermostats" description: "Instructions on how to integrate EQ3 Bluetooth Smart Thermostats into Home Assistant." -date: 2016-04-18 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: eq3.gif ha_category: - Climate diff --git a/source/_components/esphome.markdown b/source/_components/esphome.markdown index 14cc080732b..5d4167c13ad 100644 --- a/source/_components/esphome.markdown +++ b/source/_components/esphome.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "ESPHome" description: "Support for ESPHome devices using the native ESPHome API." -date: 2018-12-16 14:20 -sidebar: true -comments: false -sharing: true featured: true -footer: true logo: esphome.png ha_category: - DIY diff --git a/source/_components/essent.markdown b/source/_components/essent.markdown index 36e7e530e05..4c786679a15 100644 --- a/source/_components/essent.markdown +++ b/source/_components/essent.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Essent" description: "Instructions on how to integrate Essent within Home Assistant." -date: 2019-04-29 19:15 -sidebar: true -comments: false -sharing: true -footer: true logo: essent.png ha_category: - Energy diff --git a/source/_components/etherscan.markdown b/source/_components/etherscan.markdown index e3152596a5e..164deeaa945 100644 --- a/source/_components/etherscan.markdown +++ b/source/_components/etherscan.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Etherscan" description: "Instructions on how to integrate Etherscan.io data within Home Assistant." -date: 2017-06-01 16:20 -sidebar: true -comments: false -sharing: true -footer: true logo: etherscan.png ha_category: - Finance diff --git a/source/_components/eufy.markdown b/source/_components/eufy.markdown index ca386741ef7..543eadb5b34 100644 --- a/source/_components/eufy.markdown +++ b/source/_components/eufy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Eufy" description: "Instructions on how to integrate Eufy devices into Home Assistant." -date: 2018-04-09 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: eufy.png ha_category: - Hub diff --git a/source/_components/everlights.markdown b/source/_components/everlights.markdown index 09d33ec971f..cc9c1a92ac6 100644 --- a/source/_components/everlights.markdown +++ b/source/_components/everlights.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "EverLights Light" description: "Instructions on how to set up EverLights within Home Assistant." -date: 2018-12-29 -sidebar: true -comments: false -sharing: true -footer: true logo: everlights.png ha_category: - Light diff --git a/source/_components/evohome.markdown b/source/_components/evohome.markdown index e457b8c691d..4b5e2944cf3 100644 --- a/source/_components/evohome.markdown +++ b/source/_components/evohome.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Honeywell evohome/TCC systems" description: "Instructions on how to integrate a Honeywell evohome/TCC system with Home Assistant." -date: 2018-09-25 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: honeywell.png ha_category: - Hub diff --git a/source/_components/facebook.markdown b/source/_components/facebook.markdown index 2ae65844614..18732d859a3 100644 --- a/source/_components/facebook.markdown +++ b/source/_components/facebook.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Facebook Messenger" description: "Instructions on how to add Facebook user notifications to Home Assistant." -date: 2016-12-31 14:14 -sidebar: true -comments: false -sharing: true -footer: true logo: facebook.png ha_category: - Notifications diff --git a/source/_components/facebox.markdown b/source/_components/facebox.markdown index e77f812d912..4cb4dd14a9d 100644 --- a/source/_components/facebox.markdown +++ b/source/_components/facebox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Facebox" description: "Detect and recognize faces with Facebox." -date: 2018-05-03 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: machine-box.png ha_category: - Image Processing diff --git a/source/_components/fail2ban.markdown b/source/_components/fail2ban.markdown index ceefb1c8769..be4786f2ce8 100644 --- a/source/_components/fail2ban.markdown +++ b/source/_components/fail2ban.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Fail2Ban Sensor" description: "Instructions on how to integrate a fail2ban sensor into Home Assistant." -date: 2017-10-19 10:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Network ha_iot_class: Local Polling diff --git a/source/_components/familyhub.markdown b/source/_components/familyhub.markdown index 8976e766cd8..bfd9b36fced 100644 --- a/source/_components/familyhub.markdown +++ b/source/_components/familyhub.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Family Hub Camera" description: "Instructions on how to integrate Samsung Family Hub refrigerator cameras within Home Assistant." -date: 2018-05-04 09:44 -sidebar: true -comments: false -sharing: true -footer: true logo: familyhub.png ha_category: - Camera diff --git a/source/_components/fan.markdown b/source/_components/fan.markdown index 837749a1101..cdf478a8211 100644 --- a/source/_components/fan.markdown +++ b/source/_components/fan.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Fan" description: "Instructions on how to setup Fan devices within Home Assistant." -date: 2016-08-26 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Fan diff --git a/source/_components/fan.mqtt.markdown b/source/_components/fan.mqtt.markdown index bdb177d3663..8f4452bd46f 100644 --- a/source/_components/fan.mqtt.markdown +++ b/source/_components/fan.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Fan" description: "Instructions on how to integrate MQTT fans into Home Assistant." -date: 2016-08-27 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Fan diff --git a/source/_components/fan.template.markdown b/source/_components/fan.template.markdown index 7309eec950f..2f1e5790f8c 100644 --- a/source/_components/fan.template.markdown +++ b/source/_components/fan.template.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Template Fan" description: "Instructions how to setup the Template fans within Home Assistant." -date: 2018-05-03 09:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Fan ha_release: 0.69 diff --git a/source/_components/fan.xiaomi_miio.markdown b/source/_components/fan.xiaomi_miio.markdown index 910a88b0d70..586db197c63 100644 --- a/source/_components/fan.xiaomi_miio.markdown +++ b/source/_components/fan.xiaomi_miio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Air Purifier" description: "Instructions on how to integrate your Xiaomi Air Purifier and Xiaomi Air Humidifier within Home Assistant." -date: 2017-10-13 12:35 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Fan diff --git a/source/_components/fastdotcom.markdown b/source/_components/fastdotcom.markdown index 562fd9400bf..25172c912a3 100644 --- a/source/_components/fastdotcom.markdown +++ b/source/_components/fastdotcom.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Fast.com" description: "How to integrate Fast.com within Home Assistant." -date: 2019-02-01 21:30 -sidebar: true -comments: false -sharing: true -footer: true logo: fastdotcom.png ha_category: - System Monitor diff --git a/source/_components/fedex.markdown b/source/_components/fedex.markdown index 9673ee4eed4..4eb1001ccfd 100644 --- a/source/_components/fedex.markdown +++ b/source/_components/fedex.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Fedex Sensor description: "Instructions on how to set up FedEx sensors within Home Assistant." -date: 2017-02-14 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: fedex.png ha_category: - Postal Service diff --git a/source/_components/feedreader.markdown b/source/_components/feedreader.markdown index d79437e2a7e..57e5d8abd6e 100644 --- a/source/_components/feedreader.markdown +++ b/source/_components/feedreader.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Feedreader description: "Instructions on how to integrate RSS feeds into Home Assistant." -date: 2016-04-18 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: rss.gif ha_category: - Other diff --git a/source/_components/ffmpeg.markdown b/source/_components/ffmpeg.markdown index be586c9c01d..2b920789b67 100644 --- a/source/_components/ffmpeg.markdown +++ b/source/_components/ffmpeg.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "FFmpeg" description: "Instructions on how to integrate FFmpeg within Home Assistant." -date: 2016-09-14 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ffmpeg.png ha_category: - Image Processing diff --git a/source/_components/ffmpeg_motion.markdown b/source/_components/ffmpeg_motion.markdown index 104a1c3610d..3cae74e23f2 100644 --- a/source/_components/ffmpeg_motion.markdown +++ b/source/_components/ffmpeg_motion.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "FFmpeg Motion Binary Sensor" description: "Instructions on how to integrate an FFmpeg-based motion binary sensor" -date: 2016-08-25 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ffmpeg.png ha_category: - Image Processing diff --git a/source/_components/ffmpeg_noise.markdown b/source/_components/ffmpeg_noise.markdown index 24792aad04f..73c397755d6 100644 --- a/source/_components/ffmpeg_noise.markdown +++ b/source/_components/ffmpeg_noise.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "FFmpeg Noise Binary Sensor" description: "Instructions on how to integrate an FFmpeg-based noise binary sensor" -date: 2016-08-25 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ffmpeg.png ha_category: - Image Processing diff --git a/source/_components/fibaro.markdown b/source/_components/fibaro.markdown index efafc31d291..719c434df0e 100644 --- a/source/_components/fibaro.markdown +++ b/source/_components/fibaro.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Fibaro" description: "Instructions on how to setup Fibaro Z-Wave hubs (HCL and HC2) and configure devices within Home Assistant." -date: 2019-01-10 20:04 -sidebar: true -comments: false -sharing: true -footer: true logo: fibaro.png ha_category: - Hub diff --git a/source/_components/fido.markdown b/source/_components/fido.markdown index 96d7bfca41b..c4da6da4d67 100644 --- a/source/_components/fido.markdown +++ b/source/_components/fido.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Fido Sensor" description: "Instructions on how to integrate Fido data usage within Home Assistant." -date: 2017-01-01 17:17 -sidebar: true -comments: false -sharing: true -footer: true logo: fido.png ha_category: - Network diff --git a/source/_components/file.markdown b/source/_components/file.markdown index 35f0a3a0ad9..981bc079665 100644 --- a/source/_components/file.markdown +++ b/source/_components/file.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "File" description: "Instructions on how to integrate sensors which read from files into Home Assistant." -date: 2015-06-22 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: file.png ha_category: - Utility diff --git a/source/_components/filesize.markdown b/source/_components/filesize.markdown index 3f6d8fde2db..32773c80885 100644 --- a/source/_components/filesize.markdown +++ b/source/_components/filesize.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "File size Sensor" description: "Component for monitoring the size of a file." -date: 2018-02-06 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: file.png ha_category: - Utility diff --git a/source/_components/filter.markdown b/source/_components/filter.markdown index 65678b31807..b05e2a8a3b5 100644 --- a/source/_components/filter.markdown +++ b/source/_components/filter.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Filter Sensor" description: "Instructions on how to integrate Data Filter Sensors into Home Assistant." -date: 2018-02-20 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Utility ha_release: 0.65 diff --git a/source/_components/fints.markdown b/source/_components/fints.markdown index 6a5247ab1e4..b3fe72cb42c 100644 --- a/source/_components/fints.markdown +++ b/source/_components/fints.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "FinTS Sensor" description: "Instructions on how to use the FinTS sensor." -date: 2018-03-25 13:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Finance ha_release: "0.70" diff --git a/source/_components/fitbit.markdown b/source/_components/fitbit.markdown index b841e48f400..93dba7106b7 100644 --- a/source/_components/fitbit.markdown +++ b/source/_components/fitbit.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Fitbit" description: "Instructions on how to integrate Fitbit devices within Home Assistant." -date: 2016-05-09 15:01 -sidebar: true -comments: false -sharing: true -footer: true logo: fitbit.png ha_category: - Health diff --git a/source/_components/fixer.markdown b/source/_components/fixer.markdown index 1d11848b626..d971a706bd5 100644 --- a/source/_components/fixer.markdown +++ b/source/_components/fixer.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Fixer.io" description: "Instructions on how to integrate exchange rates from Fixer.io within Home Assistant." -date: 2016-06-20 10:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Finance logo: fixer-io.png diff --git a/source/_components/flexit.markdown b/source/_components/flexit.markdown index 44af442acc6..c363c3e78fb 100644 --- a/source/_components/flexit.markdown +++ b/source/_components/flexit.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Flexit A/C controller" description: "Instructions on how to integrate Flexit A/C unit into Home Assistant." -date: 2017-06-02 16:30 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: flexit.png ha_category: - Climate diff --git a/source/_components/flic.markdown b/source/_components/flic.markdown index 6379ec0408f..3cf2602b7f4 100644 --- a/source/_components/flic.markdown +++ b/source/_components/flic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Flic Smart Button description: "Instructions on how to integrate flic buttons within Home Assistant." -date: 2016-12-02 22:03 -sidebar: true -comments: false -sharing: true -footer: true logo: flic.png ha_category: - Binary Sensor @@ -22,7 +16,7 @@ The platform does not directly interact with the buttons, *but communicates with #### Service setup -If you are using Hass.io, you can run the service locally by [installing](/hassio/installing_third_party_addons/) the flicd add-on from [pschmitt's repository](https://github.com/pschmitt/hassio-addons). On a Hass.io installation that's not yet based on HassOS, you also need to install the [bluetooth add-on](/addons/bluetooth_bcm43xx/). +If you are using Hass.io, you can run the service locally by [installing](/hassio/installing_third_party_addons/) the flicd add-on from [pschmitt's repository](https://github.com/pschmitt/hassio-addons). For instructions on how to install the service manually, visit the GitHub repository of the service for [Linux](https://github.com/50ButtonsEach/fliclib-linux-hci), [OS X](https://github.com/50ButtonsEach/flic-service-osx) or [Windows](https://github.com/50ButtonsEach/fliclib-windows). diff --git a/source/_components/flock.markdown b/source/_components/flock.markdown index e82290757c7..cf51432bf99 100644 --- a/source/_components/flock.markdown +++ b/source/_components/flock.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Flock" description: "Instructions on how to add Flock notifications to Home Assistant." -date: 2017-08-17 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: flock.png ha_category: - Notifications diff --git a/source/_components/flunearyou.markdown b/source/_components/flunearyou.markdown index cb16b130615..3b790a2ac2e 100644 --- a/source/_components/flunearyou.markdown +++ b/source/_components/flunearyou.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Flu Near You" description: "Instructions on how to use Flu Near You data within Home Assistant" -date: 2018-11-02 21:05 -sidebar: true -comments: false -sharing: true -footer: true logo: flunearyou.png ha_category: - Health diff --git a/source/_components/flux.markdown b/source/_components/flux.markdown index b0cd5a095a2..db5c6d0aa21 100644 --- a/source/_components/flux.markdown +++ b/source/_components/flux.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Flux Light Adjustment" description: "Instructions on how to have switches call command line commands." -date: 2016-06-01 17:41 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Automation ha_release: 0.21 diff --git a/source/_components/flux_led.markdown b/source/_components/flux_led.markdown index d2aed2bdfbd..f2e4b5c48ed 100644 --- a/source/_components/flux_led.markdown +++ b/source/_components/flux_led.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Flux Led/MagicLight" description: "Instructions on how to setup Flux led/MagicLight within Home Assistant." -date: 2015-07-17 20:09 -sidebar: true -comments: false -sharing: true -footer: true logo: magic_light.png ha_category: - Light diff --git a/source/_components/folder.markdown b/source/_components/folder.markdown index 1041e990e72..2244d28c0bc 100644 --- a/source/_components/folder.markdown +++ b/source/_components/folder.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Folder sensor" description: "Sensor for monitoring the contents of a folder." -date: 2018-02-21 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: file.png ha_category: - Utility diff --git a/source/_components/folder_watcher.markdown b/source/_components/folder_watcher.markdown index 551a934246a..41e6de16f6f 100644 --- a/source/_components/folder_watcher.markdown +++ b/source/_components/folder_watcher.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Folder Watcher" description: "Component for monitoring changes within the filesystem." -date: 2018-03-11 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - System Monitor diff --git a/source/_components/foobot.markdown b/source/_components/foobot.markdown index 5a10d9ca0ce..a52fad0e8d1 100644 --- a/source/_components/foobot.markdown +++ b/source/_components/foobot.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Foobot Air Quality Monitor" description: "Instructions on how to setup Foobot Air Quality sensor in Home Assistant." -date: 2018-02-14 06:00 -sidebar: true -comments: false -sharing: true -footer: true logo: foobot.png ha_category: - Health diff --git a/source/_components/foscam.markdown b/source/_components/foscam.markdown index 7cf9451dcc4..3794b714f7a 100644 --- a/source/_components/foscam.markdown +++ b/source/_components/foscam.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Foscam IP Camera" description: "Instructions on how to integrate Foscam IP cameras within Home Assistant." -date: 2015-09-17 08:01 -sidebar: true -comments: false -sharing: true -footer: true logo: foscam.png ha_category: - Camera diff --git a/source/_components/foursquare.markdown b/source/_components/foursquare.markdown index d5dc45dce43..307324cbc74 100644 --- a/source/_components/foursquare.markdown +++ b/source/_components/foursquare.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Foursquare description: "Instructions on how to the Foursquare API into Home Assistant." -date: 2016-08-08 17:20 -sidebar: true -comments: false -sharing: true -footer: true logo: foursquare.png ha_category: - Social diff --git a/source/_components/free_mobile.markdown b/source/_components/free_mobile.markdown index 7b231a1182d..b347f645b69 100644 --- a/source/_components/free_mobile.markdown +++ b/source/_components/free_mobile.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Free Mobile" description: "Instructions on how to add user notifications to Home Assistant." -date: 2016-01-12 08:36 -sidebar: true -comments: false -sharing: true -footer: true logo: free_mobile.png ha_category: - Notifications diff --git a/source/_components/freebox.markdown b/source/_components/freebox.markdown index d50c2e34c1c..181ae6b4215 100644 --- a/source/_components/freebox.markdown +++ b/source/_components/freebox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Freebox" description: "Instructions on how to integrate Freebox routers into Home Assistant." -date: 2018-11-15 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: freebox.svg ha_category: - Network diff --git a/source/_components/freedns.markdown b/source/_components/freedns.markdown index 251844f64c6..f356c7becfa 100644 --- a/source/_components/freedns.markdown +++ b/source/_components/freedns.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "freedns.afraid.org" description: "Keep your DNS record up to date with FreeDNS." -date: 2018-03-27 21:30 -sidebar: true -comments: false -sharing: true logo: afraid_freedns.png -footer: true ha_category: - Network ha_release: 0.67 diff --git a/source/_components/fritz.markdown b/source/_components/fritz.markdown index c92dad1bd0a..48d347f5486 100644 --- a/source/_components/fritz.markdown +++ b/source/_components/fritz.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "FRITZ!Box" description: "Instructions on how to integrate AVM FRITZ!Box based routers into Home Assistant." -date: 2015-12-13 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: avm.png ha_category: - Presence Detection diff --git a/source/_components/fritzbox.markdown b/source/_components/fritzbox.markdown index 4afc8b1eb06..3e3722c6c65 100644 --- a/source/_components/fritzbox.markdown +++ b/source/_components/fritzbox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Fritzbox" description: "Instructions on how to integrate the AVM Fritzbox Smart Home components." -date: 2018-02-18 17:10 -sidebar: true -comments: false -sharing: true -footer: true logo: avm.png ha_category: - Binary Sensor diff --git a/source/_components/fritzbox_callmonitor.markdown b/source/_components/fritzbox_callmonitor.markdown index 674d745d81e..92a2a841775 100644 --- a/source/_components/fritzbox_callmonitor.markdown +++ b/source/_components/fritzbox_callmonitor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "FRITZ!Box Call Monitor" description: "Instructions on how to integrate a phone call monitor for AVM FRITZ!Box routers into Home Assistant." -date: 2016-08-13 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: avm.png ha_category: - System Monitor diff --git a/source/_components/fritzbox_netmonitor.markdown b/source/_components/fritzbox_netmonitor.markdown index fced5ad5c9f..46acc3c838f 100644 --- a/source/_components/fritzbox_netmonitor.markdown +++ b/source/_components/fritzbox_netmonitor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "FRITZ!Box Net Monitor" description: "Instructions on how to integrate an AVM FRITZ!Box monitor into Home Assistant." -date: 2017-01-17 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: avm.png ha_category: - System Monitor diff --git a/source/_components/fritzdect.markdown b/source/_components/fritzdect.markdown index 1b568645d31..c3af9d09a0c 100644 --- a/source/_components/fritzdect.markdown +++ b/source/_components/fritzdect.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "AVM FRITZ!DECT Switch" description: "Instructions on how to integrate your AVM FRITZ!DECT switches into Home Assistant." -date: 2017-01-24 21:00 -sidebar: true -comments: false -sharing: true -footer: true logo: avm.png ha_category: - Switch diff --git a/source/_components/frontend.markdown b/source/_components/frontend.markdown index 7b3d7e5a2c7..6efe0efa3da 100644 --- a/source/_components/frontend.markdown +++ b/source/_components/frontend.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Frontend" description: "Offers a frontend to Home Assistant." -date: 2015-12-06 21:35 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/frontier_silicon.markdown b/source/_components/frontier_silicon.markdown index 7558b7e03e6..122bb6b81c4 100644 --- a/source/_components/frontier_silicon.markdown +++ b/source/_components/frontier_silicon.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Frontier Silicon Internet Radios" description: "Instructions on how to integrate Frontier Silicon Internet Radios into Home Assistant." -date: 2017-02-04 00:01 -sidebar: true -comments: false -sharing: true -footer: true +logo: frontier.png ha_category: - Media Player ha_iot_class: Local Push diff --git a/source/_components/futurenow.markdown b/source/_components/futurenow.markdown index 647d56b7f4b..d31f61d51ea 100644 --- a/source/_components/futurenow.markdown +++ b/source/_components/futurenow.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "P5 FutureNow Lights" description: "Instructions on how to set up P5 FutureNow relay/dimmer units as lights within Home Assistant." -date: 2018-07-24 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: p5.png ha_category: - Light diff --git a/source/_components/garadget.markdown b/source/_components/garadget.markdown index 2767f7d8de8..38f382effe0 100644 --- a/source/_components/garadget.markdown +++ b/source/_components/garadget.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Garadget Cover" description: "Instructions on how to integrate Garadget covers within Home Assistant." -date: 2016-10-24 14:25 -sidebar: true -comments: false -sharing: true -footer: true logo: garadget.png ha_category: - Cover diff --git a/source/_components/gc100.markdown b/source/_components/gc100.markdown index 7edb21fefd9..b073fba7e30 100644 --- a/source/_components/gc100.markdown +++ b/source/_components/gc100.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "gc100" description: "Instructions on how to integrate gc100 with Home Assistant." -date: 2017-10-26 17:20 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Hub - Binary Sensor diff --git a/source/_components/gearbest.markdown b/source/_components/gearbest.markdown index 1503ad714ec..7955c2b662a 100644 --- a/source/_components/gearbest.markdown +++ b/source/_components/gearbest.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Gearbest" description: "Instructions on how to integrate a Gearbest sensor into Home Assistant." -date: 2017-11-13 09:08 -sidebar: true -comments: false -sharing: true -footer: true logo: gearbest.png ha_category: - Sensor diff --git a/source/_components/geizhals.markdown b/source/_components/geizhals.markdown index 7f27e62e3e2..6c823218e09 100644 --- a/source/_components/geizhals.markdown +++ b/source/_components/geizhals.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Geizhals" description: "Instructions on how to integrate a Geizhals sensor into Home Assistant." -date: 2017-07-15 14:15 -sidebar: true -comments: false -sharing: true -footer: true logo: geizhals.png ha_category: - Sensor diff --git a/source/_components/generic.markdown b/source/_components/generic.markdown index 9295eae9bd7..71211d34b14 100644 --- a/source/_components/generic.markdown +++ b/source/_components/generic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Generic IP Camera" description: "Instructions on how to integrate IP cameras within Home Assistant." -date: 2015-07-11 0:36 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Camera logo: home-assistant.png diff --git a/source/_components/generic_thermostat.markdown b/source/_components/generic_thermostat.markdown index 5532d0cf10a..6b112b2296b 100644 --- a/source/_components/generic_thermostat.markdown +++ b/source/_components/generic_thermostat.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Generic Thermostat" description: "Turn Home Assistant into a thermostat" -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Climate diff --git a/source/_components/geniushub.markdown b/source/_components/geniushub.markdown index 2cedff9d5fe..cc5aeb34de8 100644 --- a/source/_components/geniushub.markdown +++ b/source/_components/geniushub.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Genius Hub" description: "Instructions on how to integrate Genius Hub with Home Assistant." -date: 2019-03-03 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: geniushub.png ha_category: - Climate diff --git a/source/_components/geo_json_events.markdown b/source/_components/geo_json_events.markdown index f7856098e98..d1af720e800 100644 --- a/source/_components/geo_json_events.markdown +++ b/source/_components/geo_json_events.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "GeoJSON Events" description: "Instructions on how to integrate GeoJSON feeds into Home Assistant." -date: 2018-09-19 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: geo_location.png ha_category: - Geolocation diff --git a/source/_components/geo_location.markdown b/source/_components/geo_location.markdown index 8b6600e2444..b115262e62b 100644 --- a/source/_components/geo_location.markdown +++ b/source/_components/geo_location.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Geolocation" description: "Instructions on how to integrate geolocation aware platforms into Home Assistant." -date: 2018-08-27 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: geo_location.png ha_release: 0.78 --- diff --git a/source/_components/geo_rss_events.markdown b/source/_components/geo_rss_events.markdown index a03fcc390a4..b522f74c101 100644 --- a/source/_components/geo_rss_events.markdown +++ b/source/_components/geo_rss_events.markdown @@ -1,12 +1,6 @@ --- -layout: page title: GeoRSS Events Sensor description: "Instructions on how to set up GeoRSS sensors within Home Assistant." -date: 2017-07-31 -sidebar: true -comments: false -sharing: true -footer: true logo: rss.png ha_category: - Sensor diff --git a/source/_components/geofency.markdown b/source/_components/geofency.markdown index 58043c8fb36..5458b6207f6 100644 --- a/source/_components/geofency.markdown +++ b/source/_components/geofency.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Geofency" description: "Instructions for how to use Geofency to track devices in Home Assistant." -date: 2017-08-22 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: geofency.png ha_category: - Presence Detection diff --git a/source/_components/github.markdown b/source/_components/github.markdown index 8ff1b4f3f8c..221b3c9027b 100644 --- a/source/_components/github.markdown +++ b/source/_components/github.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "GitHub Sensor" description: "How to integrate the GitHub sensor into Home Assistant." -date: 2018-12-24 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: github.png ha_category: - Sensor diff --git a/source/_components/gitlab_ci.markdown b/source/_components/gitlab_ci.markdown index ebdf7770fa4..f757d7f3d62 100644 --- a/source/_components/gitlab_ci.markdown +++ b/source/_components/gitlab_ci.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "GitLab-CI Sensor" description: "How to integrate GitLab-CI Job status within Home Assistant." -date: 2018-09-10 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: gitlab.png ha_category: - Sensor diff --git a/source/_components/gitter.markdown b/source/_components/gitter.markdown index fa9b0c16208..b874bfb4d3a 100644 --- a/source/_components/gitter.markdown +++ b/source/_components/gitter.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Gitter Sensor" description: "Instructions on how to integrate a Gitter room sensor with Home Assistant" -date: 2017-06-11 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: gitter.png ha_category: - Sensor diff --git a/source/_components/glances.markdown b/source/_components/glances.markdown index f3b54a52666..5d416924817 100644 --- a/source/_components/glances.markdown +++ b/source/_components/glances.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Glances" description: "Instructions on how to integrate Glances sensors into Home Assistant." -date: 2015-09-14 19:10 -sidebar: true -comments: false -sharing: true -footer: true logo: glances.png ha_category: - System Monitor diff --git a/source/_components/gntp.markdown b/source/_components/gntp.markdown index 8b0357ca4b3..50b4f025593 100644 --- a/source/_components/gntp.markdown +++ b/source/_components/gntp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "GNTP (Growl)" description: "Instructions for adding GNTP/Growl notifications to Home Assistant." -date: 2016-03-25 18:18 -sidebar: true -comments: false -sharing: true -footer: true logo: gntp.png ha_category: - Notifications @@ -15,7 +9,7 @@ redirect_from: - /components/notify.gntp/ --- -[GNTP](http://www.growlforwindows.com/gfw/help/gntp.aspx) is a specification for sending and receiving notifications between computers. The most well known server implementations are [Growl](http://growl.info) for Mac and [Growl for Windows](http://www.growlforwindows.com/gfw/). +[GNTP](http://growl.info/documentation/developer/gntp.php) is a specification for sending and receiving notifications between computers. The most well known server implementations are [Growl](http://growl.info) for Mac and [Growl for Windows](http://www.growlforwindows.com/). To use GNTP notifications, add the following to your `configuration.yaml` file: diff --git a/source/_components/goalfeed.markdown b/source/_components/goalfeed.markdown index 284c1b238f6..e48394fa3a2 100644 --- a/source/_components/goalfeed.markdown +++ b/source/_components/goalfeed.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Goalfeed" description: "Instructions on how to setup Goalfeed events within Home Assistant." -date: 2017-12-13 17:30 -sidebar: true -comments: false -sharing: true -footer: true logo: goalfeed.png ha_category: - Other diff --git a/source/_components/gogogate2.markdown b/source/_components/gogogate2.markdown index 756be2750cc..ab3688e7e46 100644 --- a/source/_components/gogogate2.markdown +++ b/source/_components/gogogate2.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Gogogate2 Cover" description: "Instructions on how to integrate Gogogate2-Enabled garage door covers into Home Assistant." -date: 2018-03-26 20:02 -sidebar: true -comments: false -sharing: true -footer: true logo: gogogate2.png ha_category: - Cover diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index 50010a0d764..423440a49ff 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Assistant" description: "Setup for Google Assistant integration" -date: 2017-10-17 12:30 -sidebar: true -comments: false -sharing: true -footer: true logo: google-assistant.png ha_category: - Voice @@ -190,7 +184,7 @@ Currently, the following domains are available to be used with Google Assistant, - light (on/off/brightness/rgb color/color temp) - lock (lock/unlock (to allow assistant to unlock, set the `allow_unlock` key in configuration)) - cover (on/off/set position) -- media_player (on/off/set volume (via set brightness)/source (via set input source)) +- media_player (on/off/set volume (via set volume)/source (via set input source)) - climate (temperature setting, hvac_mode) - vacuum (dock/start/stop/pause) - sensor (temperature setting, only for temperature sensor) @@ -243,7 +237,7 @@ The request_sync service may fail with a 404 if the project_id of the Homegraph 3. Enable Homegraph API to the new project. 4. Generate a new API key. 5. Again, create a new project in the [Actions on Google console](https://console.actions.google.com/). Described above. But at the step 'Build under the Actions SDK box' choose your newly created project. By this, they share the same `project_id`. - + Syncing may also fail after a period of time, likely around 30 days, due to the fact that your Actions on Google app is techincally in testing mode and has never been published. Eventually, it seems that the test expires. Control of devices will continue to work but syncing may not. If you say "Ok Google, sync my devices" and get the response "Unable to sync Home Assistant", this can usually be resolved by going back to your test app in the [Actions on Google console](https://console.actions.google.com/) and clicking `Simulator` under `TEST`. Regenerate the draft version Test App and try asking Google to sync your devices again. ### Troubleshooting with NGINX diff --git a/source/_components/google_cloud.markdown b/source/_components/google_cloud.markdown index 2fe0cb29f7f..b3239233729 100644 --- a/source/_components/google_cloud.markdown +++ b/source/_components/google_cloud.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Cloud Platform" description: "Google Cloud Platform integration." -date: 2019-05-02 12:08 -sidebar: true -comments: false -sharing: true -footer: true logo: google_cloud.png ha_category: Text-to-speech ha_release: 0.95 diff --git a/source/_components/google_domains.markdown b/source/_components/google_domains.markdown index f19649e4409..dddb8f31dd9 100644 --- a/source/_components/google_domains.markdown +++ b/source/_components/google_domains.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Domains" description: "Keep your computer registered with the Google Domains dynamic DNS." -date: 2017-10-23 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: google_domains.png ha_category: - Network diff --git a/source/_components/google_maps.markdown b/source/_components/google_maps.markdown index 9f81b0c1a91..36669e6a661 100644 --- a/source/_components/google_maps.markdown +++ b/source/_components/google_maps.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Maps Location Sharing" description: "Instructions how to use Google Maps Location Sharing to track devices in Home Assistant." -date: 2017-02-12 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: google_maps.png ha_release: 0.67 ha_category: diff --git a/source/_components/google_pubsub.markdown b/source/_components/google_pubsub.markdown index 490909b2555..089377abe7f 100644 --- a/source/_components/google_pubsub.markdown +++ b/source/_components/google_pubsub.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Pub/Sub" description: "Setup for Google Pub/Sub integration" -date: 2019-01-12 13:30 -sidebar: true -comments: false -sharing: true -footer: true logo: google-pubsub.png ha_category: - History diff --git a/source/_components/google_translate.markdown b/source/_components/google_translate.markdown index 7a01d4dc5e7..2fa680f2341 100644 --- a/source/_components/google_translate.markdown +++ b/source/_components/google_translate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Translate Text-to-Speech" description: "Instructions on how to setup Google Translate Text-to-Speech with Home Assistant." -date: 2016-12-13 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: google.png ha_category: - Text-to-speech diff --git a/source/_components/google_travel_time.markdown b/source/_components/google_travel_time.markdown index 22a6ba23c8d..4a7ccadf83b 100644 --- a/source/_components/google_travel_time.markdown +++ b/source/_components/google_travel_time.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Maps Travel Time" description: "Instructions on how to add Google Maps travel time to Home Assistant." -date: 2016-03-28 10:19 -sidebar: true -comments: false -sharing: true -footer: true logo: google_maps.png ha_category: - Transport diff --git a/source/_components/google_wifi.markdown b/source/_components/google_wifi.markdown index 1c4bd6a8a85..867867838cd 100644 --- a/source/_components/google_wifi.markdown +++ b/source/_components/google_wifi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Wifi" description: "Instructions on how to integrate Google Wifi/OnHub routers into Home Assistant." -date: 2017-07-15 21:22 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - System Monitor logo: google_wifi.png diff --git a/source/_components/googlehome.markdown b/source/_components/googlehome.markdown index 5d4cb29f40c..0921c73dbe5 100644 --- a/source/_components/googlehome.markdown +++ b/source/_components/googlehome.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Home" description: "Instructions on how to connect to your Google Home device." -date: 2018-11-04 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: google_home.png ha_release: 0.88 ha_category: diff --git a/source/_components/gpmdp.markdown b/source/_components/gpmdp.markdown index 20a96fd89d1..c52a3a8be43 100644 --- a/source/_components/gpmdp.markdown +++ b/source/_components/gpmdp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Play Music Desktop Player" description: "Instructions on how to integrate GPMDP into Home Assistant." -date: 2016-05-09 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: gpmdp.png ha_category: - Media Player diff --git a/source/_components/gpsd.markdown b/source/_components/gpsd.markdown index 64af59c6b1b..89e84ceef05 100644 --- a/source/_components/gpsd.markdown +++ b/source/_components/gpsd.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "GPSD" description: "Instructions on how to integrate GPSD into Home Assistant." -date: 2016-07-18 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: gpsd.png ha_category: - Utility diff --git a/source/_components/gpslogger.markdown b/source/_components/gpslogger.markdown index d8acd113ba5..75a4762b0d5 100644 --- a/source/_components/gpslogger.markdown +++ b/source/_components/gpslogger.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "GPSLogger" description: "Instructions on how to use GPSLogger to track devices in Home Assistant." -date: 2016-11-25 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: gpslogger.png ha_category: - Presence Detection diff --git a/source/_components/graphite.markdown b/source/_components/graphite.markdown index 902bb85fa71..3a1c3c73780 100644 --- a/source/_components/graphite.markdown +++ b/source/_components/graphite.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Graphite" description: "Instructions on how to record Home Assistant history in Graphite." -date: 2016-02-10 17:11 -sidebar: true -comments: false -sharing: true -footer: true logo: graphite.png ha_category: - History diff --git a/source/_components/greeneye_monitor.markdown b/source/_components/greeneye_monitor.markdown index 84b8afdbd12..9a753a3dfae 100644 --- a/source/_components/greeneye_monitor.markdown +++ b/source/_components/greeneye_monitor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "GreenEye Monitor" description: "Instructions on how to integrate your GreenEye Monitor within Home Assistant." -date: 2018-09-02 11:15 -sidebar: true -comments: false -sharing: true -footer: true logo: brultech.png ha_category: - Hub diff --git a/source/_components/greenwave.markdown b/source/_components/greenwave.markdown index 6e19678ab47..efdcd794150 100644 --- a/source/_components/greenwave.markdown +++ b/source/_components/greenwave.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Greenwave Reality (TCP Connected) Lights description: "Instructions on how to set up Greenwave Reality lights within Home Assistant." -date: 2017-11-17 18:50 -sidebar: true -comments: false -sharing: true -footer: true logo: greenwavereality.png ha_category: - Light diff --git a/source/_components/group.markdown b/source/_components/group.markdown index db00da88802..834acf23396 100644 --- a/source/_components/group.markdown +++ b/source/_components/group.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Group" description: "Instructions on how to setup groups within Home Assistant." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Organization diff --git a/source/_components/gstreamer.markdown b/source/_components/gstreamer.markdown index 6f711de1a24..65f7bf53d74 100644 --- a/source/_components/gstreamer.markdown +++ b/source/_components/gstreamer.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Gstreamer" description: "Instructions on how to integrate Gstreamer into Home Assistant." -date: 2017-02-16 10:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Media Player logo: gstreamer.png diff --git a/source/_components/gtfs.markdown b/source/_components/gtfs.markdown index 2416c97cedb..5be94ee6788 100644 --- a/source/_components/gtfs.markdown +++ b/source/_components/gtfs.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Public Transit (GTFS)" description: "Instructions on how to use public transit open data in Home Assistant." -date: 2016-03-28 10:19 -sidebar: true -comments: false -sharing: true -footer: true logo: train.png ha_category: - Transport diff --git a/source/_components/gtt.markdown b/source/_components/gtt.markdown index e72d52af96b..15a922a1074 100644 --- a/source/_components/gtt.markdown +++ b/source/_components/gtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "GTT" description: "Instructions on how to integrate timetable data for a GTT stop within Home Assistant." -date: 2018-11-13 12:09 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Transport logo: gtt.png diff --git a/source/_components/habitica.markdown b/source/_components/habitica.markdown index 7082fd5bcfd..1bfa73e545f 100644 --- a/source/_components/habitica.markdown +++ b/source/_components/habitica.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Habitica" description: "Instructions on enabling Habitica support for your Home Assistant" -date: 2018-08-09 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: habitica.png ha_category: - Hub diff --git a/source/_components/hangouts.markdown b/source/_components/hangouts.markdown index e117fafc7b5..2287e220c84 100644 --- a/source/_components/hangouts.markdown +++ b/source/_components/hangouts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Hangouts" description: "Hangouts chatbot support" -date: 2018-08-18 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: hangouts.png ha_category: - Hub diff --git a/source/_components/harman_kardon_avr.markdown b/source/_components/harman_kardon_avr.markdown index 6d6d1a28ad9..c16910a0e2a 100644 --- a/source/_components/harman_kardon_avr.markdown +++ b/source/_components/harman_kardon_avr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Harman Kardon AVR Network Receivers" description: "Instructions on how to integrate Harman Kardon AVR Network Receivers into Home Assistant." -date: 2018-11-20 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: harman_kardon.png ha_category: - Media Player diff --git a/source/_components/harmony.markdown b/source/_components/harmony.markdown index dbcf68641c2..454b92cee5c 100644 --- a/source/_components/harmony.markdown +++ b/source/_components/harmony.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Harmony Hub Remote" description: "Instructions on how to integrate Harmony Hub remotes into Home Assistant." -date: 2016-11-05 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: logitech.png ha_category: - Remote diff --git a/source/_components/haveibeenpwned.markdown b/source/_components/haveibeenpwned.markdown index 3d6feb54adb..aac05cc6dab 100644 --- a/source/_components/haveibeenpwned.markdown +++ b/source/_components/haveibeenpwned.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HaveIBeenPwned Sensor" description: "Instructions on how to integrate HaveIBeenPwned sensor into Home Assistant." -date: 2016-09-29 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: haveibeenpwned.png ha_category: - Sensor diff --git a/source/_components/hddtemp.markdown b/source/_components/hddtemp.markdown index 1577dbb8775..3ad3a2ff6c3 100644 --- a/source/_components/hddtemp.markdown +++ b/source/_components/hddtemp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HDDTemp" description: "Instructions on how to integrate hard drive temperature information into Home Assistant." -date: 2016-10-28 07:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - System Monitor ha_release: 0.32 diff --git a/source/_components/hdmi_cec.markdown b/source/_components/hdmi_cec.markdown index 391a35e344c..ff957054a70 100644 --- a/source/_components/hdmi_cec.markdown +++ b/source/_components/hdmi_cec.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HDMI CEC" description: "Instructions on how to interact with HDMI CEC via Home Assistant." -date: 2016-06-24 19:59 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Automation logo: hdmi.png diff --git a/source/_components/heatmiser.markdown b/source/_components/heatmiser.markdown index 7a3834a8bcd..d63a58764fc 100644 --- a/source/_components/heatmiser.markdown +++ b/source/_components/heatmiser.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Heatmiser Thermostat" description: "Instructions on how to integrate Heatmiser thermostats within Home Assistant." -date: 2015-12-11 12:35 -sidebar: true -comments: false -sharing: true -footer: true logo: heatmiser.png ha_category: - Climate diff --git a/source/_components/heos.markdown b/source/_components/heos.markdown index d3462afa07e..302448ec4ee 100644 --- a/source/_components/heos.markdown +++ b/source/_components/heos.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Denon HEOS" description: "Instructions on how to integrate Denon HEOS into Home Assistant." -date: 2019-03-06 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: heos.png ha_category: - Media Player diff --git a/source/_components/hikvision.markdown b/source/_components/hikvision.markdown index 15d91c1014a..e6b5cd06f0c 100644 --- a/source/_components/hikvision.markdown +++ b/source/_components/hikvision.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Hikvision Binary Sensor description: "Instructions on how to set up Hikvision camera binary sensors within Home Assistant." -date: 2016-12-08 -sidebar: true -comments: false -sharing: true -footer: true logo: hikvision.png ha_category: - Binary Sensor diff --git a/source/_components/hikvisioncam.markdown b/source/_components/hikvisioncam.markdown index e6c544b04d9..f62f41b45b1 100644 --- a/source/_components/hikvisioncam.markdown +++ b/source/_components/hikvisioncam.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Hikvision Camera Switch" description: "Instructions on how to integrate Hikvision camera switches into Home Assistant." -date: 2015-06-10 22:54 -sidebar: true -comments: false -sharing: true -footer: true logo: hikvision.png ha_category: - Switch diff --git a/source/_components/hipchat.markdown b/source/_components/hipchat.markdown index 97cac0dceb0..cad7631ecd4 100644 --- a/source/_components/hipchat.markdown +++ b/source/_components/hipchat.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HipChat" description: "Instructions on how to add HipChat notifications to Home Assistant." -date: 2017-08-10 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: hipchat.png ha_category: - Notifications diff --git a/source/_components/history.markdown b/source/_components/history.markdown index 56839afa3b3..2ac348c9dfa 100644 --- a/source/_components/history.markdown +++ b/source/_components/history.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "History" description: "Instructions on how to enable history support for Home Assistant." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - History diff --git a/source/_components/history_graph.markdown b/source/_components/history_graph.markdown index c4d89a29d40..3d22f8b5c89 100644 --- a/source/_components/history_graph.markdown +++ b/source/_components/history_graph.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "History Graph" description: "Instructions for setting up History Graph." -date: 2017-09-20 15:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - History logo: home-assistant.png diff --git a/source/_components/history_stats.markdown b/source/_components/history_stats.markdown index 9e0ded8b066..03bb42cdb9f 100644 --- a/source/_components/history_stats.markdown +++ b/source/_components/history_stats.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "History Statistics Sensor" description: "Instructions about how to integrate historical statistics into Home Assistant." -date: 2017-02-10 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/hitron_coda.markdown b/source/_components/hitron_coda.markdown index 10d38357a85..53eee46d502 100644 --- a/source/_components/hitron_coda.markdown +++ b/source/_components/hitron_coda.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Hitron CODA Routers" description: "Instructions on how to integrate Hitron CODA Routers into Home Assistant." -date: 2017-10-03 15:40 -sidebar: true -comments: false -sharing: true -footer: true logo: hitron.png ha_category: - Presence Detection diff --git a/source/_components/hive.markdown b/source/_components/hive.markdown index 7f42d5c83ec..ac475fd8bd1 100644 --- a/source/_components/hive.markdown +++ b/source/_components/hive.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Hive" description: "Instructions on how to integrate Hive devices with Home Assistant." -date: 2017-09-24 21:00 -sidebar: true -comments: false -sharing: true -footer: true logo: hive.png ha_category: - Hub diff --git a/source/_components/hlk_sw16.markdown b/source/_components/hlk_sw16.markdown index 8c92f79a59e..fbeb7109a12 100644 --- a/source/_components/hlk_sw16.markdown +++ b/source/_components/hlk_sw16.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HLK-SW16 Relay Module" description: "Instructions on how to integrate HLK-SW16 relay into Home Assistant." -date: 2018-10-29 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: hlktech.jpg ha_category: - DIY diff --git a/source/_components/homeassistant.markdown b/source/_components/homeassistant.markdown index d9783a795ae..62dda476583 100644 --- a/source/_components/homeassistant.markdown +++ b/source/_components/homeassistant.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Core integration" description: "Description of the homeassistant integration." -date: 2019-04-03 02:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_release: 0.0 --- diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index fea03fdaa12..0459fde735e 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HomeKit" description: "Instructions on how to set up the HomeKit integration in Home Assistant." -date: 2018-02-20 17:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Voice ha_release: 0.64 diff --git a/source/_components/homekit_controller.markdown b/source/_components/homekit_controller.markdown index 6e5a0763aab..f1f089aee77 100644 --- a/source/_components/homekit_controller.markdown +++ b/source/_components/homekit_controller.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HomeKit controller support" description: "Instructions how to integrate your HomeKit devices within Home Assistant." -date: 2018-03-19 21:04 -sidebar: true -comments: false -sharing: true -footer: true logo: apple-homekit.png ha_category: - Hub diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index d336247b126..f83e5acabe7 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Homematic" description: "Instructions for integrating Homematic into Home Assistant." -date: 2018-02-13 19:10 -sidebar: true -comments: false -sharing: true -footer: true logo: homematic.png ha_category: - Hub diff --git a/source/_components/homematicip_cloud.markdown b/source/_components/homematicip_cloud.markdown index 23920f15f44..6d817784386 100644 --- a/source/_components/homematicip_cloud.markdown +++ b/source/_components/homematicip_cloud.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HomematicIP Cloud" description: "Instructions for integrating HomematicIP into Home Assistant." -date: 2018-04-02 13:40 -sidebar: true -comments: false -sharing: true -footer: true logo: homematicip_cloud.png ha_category: - Hub @@ -114,10 +108,10 @@ authtoken: * Radiator thermostat (*HmIP-eTRV,-2,-C*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1*) * Temperature and humidity sensor (*HmIP-STH*) * Temperature and humidity Sensor with display (*HmIP-STHD*) - + * homematicip_cloud.cover * Shutter actuator brand-mount (*HmIP-BROLL*) - * Shutter actuator flush-mount (*HmIP-FROLL*) + * Shutter actuator flush-mount (*HmIP-FROLL*) * homematicip_cloud.light * Switch actuator and meter for brand switches (*HmIP-BSM*) diff --git a/source/_components/homeworks.markdown b/source/_components/homeworks.markdown index b2b2ce3c420..d9d1e221935 100644 --- a/source/_components/homeworks.markdown +++ b/source/_components/homeworks.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Homeworks Hub" description: "How to use Lutron Homeworks Series 4 & 8 with Home Assistant." -date: 2018-10-05 23:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lutron.png ha_category: - Hub diff --git a/source/_components/honeywell.markdown b/source/_components/honeywell.markdown index 61adb17bf25..23facb313a4 100644 --- a/source/_components/honeywell.markdown +++ b/source/_components/honeywell.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Honeywell Thermostat" description: "Instructions on how to integrate Honeywell thermostats within Home Assistant." -date: 2016-02-07 22:01 -sidebar: true -comments: false -sharing: true -footer: true logo: honeywell.png ha_category: - Climate diff --git a/source/_components/hook.markdown b/source/_components/hook.markdown index a7fe81ed0d1..54f0bd33318 100644 --- a/source/_components/hook.markdown +++ b/source/_components/hook.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "Hook Switch" description: "Instructions on how to integrate the Hook Smart Home Hub into Home Assistant." -sidebar: true -comments: false -sharing: true -footer: true logo: hook.png ha_category: - Switch diff --git a/source/_components/horizon.markdown b/source/_components/horizon.markdown index 5839379b7bc..534ac046e75 100644 --- a/source/_components/horizon.markdown +++ b/source/_components/horizon.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Horizon HD Recorder" description: "Instructions how to integrate the Unitymedia Horizon HD Recorder into Home Assistant." -date: 2018-05-02 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: unitymedia.png ha_category: - Media Player diff --git a/source/_components/hp_ilo.markdown b/source/_components/hp_ilo.markdown index 0300a457a52..2556036c471 100644 --- a/source/_components/hp_ilo.markdown +++ b/source/_components/hp_ilo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HP ILO" description: "How to integrate HP ILO (Integrated Lights-Out) sensors within Home Assistant." -date: 2016-08-15 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: hewlett_packard_enterprise.png ha_category: - System Monitor diff --git a/source/_components/html5.markdown b/source/_components/html5.markdown index 7e1e63c2c14..2a50754c0aa 100644 --- a/source/_components/html5.markdown +++ b/source/_components/html5.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Push Notifications" description: "Instructions on how to use the HTML5 push notifications platform from Home Assistant." -date: 2016-08-17 21:58 -sidebar: true -comments: false -sharing: true -footer: true logo: html5.png ha_category: - Notifications diff --git a/source/_components/http.markdown b/source/_components/http.markdown index 904de87d5db..760a84777ce 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HTTP" description: "Offers a web framework to serve files." -date: 2015-12-06 21:35 -sidebar: true -comments: false -sharing: true -footer: true logo: http.png ha_category: - Other @@ -103,7 +97,7 @@ ssl_profile: {% endconfiguration %}

-Configuring trusted_networks via the `http` integration will be deprecated and moved to `auth_providers` instead. For instructions, see trusted networks. In Home Assistant 0.89.0 and 0.89.1, you need place the trusted network under both `http` and `auth_providers` if you still want to use trusted networks features. You can remove it from `http` section starting from 0.89.2. +Configuring trusted_networks via the `http` integration will be deprecated and moved to `auth_providers` instead. For instructions, see trusted networks. In Home Assistant 0.89.0 and 0.89.1, you need place the trusted network under both `http` and `auth_providers` if you still want to use trusted networks features. You can remove it from `http` section starting from 0.89.2.

The sample below shows a configuration entry with possible values: diff --git a/source/_components/htu21d.markdown b/source/_components/htu21d.markdown index 11ad7267d31..1e7553c6d5b 100644 --- a/source/_components/htu21d.markdown +++ b/source/_components/htu21d.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HTU21D Temperature and humidity sensor" description: "Instructions on how to integrate a HTU21D Temperature and humidity sensor into Home Assistant." -date: 2017-06-10 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/huawei_lte.markdown b/source/_components/huawei_lte.markdown index 8df7f452a91..af151bb189b 100644 --- a/source/_components/huawei_lte.markdown +++ b/source/_components/huawei_lte.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Huawei LTE Routers" description: "Instructions on how to integrate Huawei LTE routers with Home Assistant." -date: 2018-09-08 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: huawei.svg ha_category: - Network diff --git a/source/_components/huawei_router.markdown b/source/_components/huawei_router.markdown index 36f5f8fa8b6..745dd7f16c9 100644 --- a/source/_components/huawei_router.markdown +++ b/source/_components/huawei_router.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Huawei Router" description: "Instructions on how to integrate Huawei Routers into Home Assistant." -date: 2017-07-16 01:40 -sidebar: true -comments: false -sharing: true -footer: true logo: huawei.svg ha_category: - Presence Detection diff --git a/source/_components/hue.markdown b/source/_components/hue.markdown index 6c3c272fd8e..d47cf984b75 100644 --- a/source/_components/hue.markdown +++ b/source/_components/hue.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Philips Hue" description: "Instructions on setting up Philips Hue within Home Assistant." -date: 2017-11-29 23:51 -sidebar: true -comments: false -sharing: true -footer: true logo: philips_hue.png ha_category: - Hub diff --git a/source/_components/hunterdouglas_powerview.markdown b/source/_components/hunterdouglas_powerview.markdown index 6dac3997625..8a1d1a008c8 100644 --- a/source/_components/hunterdouglas_powerview.markdown +++ b/source/_components/hunterdouglas_powerview.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "PowerView Scenes" description: "Instructions on how to setup Hunter Douglas PowerView scenes within Home Assistant." -date: 2016-03-11 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: hunter-douglas-powerview.png ha_category: - Scene diff --git a/source/_components/hydrawise.markdown b/source/_components/hydrawise.markdown index f44eebb6cf8..ff00aee162c 100644 --- a/source/_components/hydrawise.markdown +++ b/source/_components/hydrawise.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Hunter Hydrawise" description: "Instructions on how to integrate your Hunter Hydrawise Wi-Fi irrigation control system within Home Assistant." -date: 2018-04-11 08:02 -sidebar: true -comments: false -sharing: true -footer: true logo: hydrawise_logo.png ha_category: - Irrigation diff --git a/source/_components/hydroquebec.markdown b/source/_components/hydroquebec.markdown index 8c061b92914..7b22d268394 100644 --- a/source/_components/hydroquebec.markdown +++ b/source/_components/hydroquebec.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Hydro-Québec" description: "Instructions on how to integrate Hydro-Québec consumption profile within Home Assistant." -date: 2016-12-10 0:15 -sidebar: true -comments: false -sharing: true -footer: true logo: hydroquebec.svg ha_category: - Energy diff --git a/source/_components/hyperion.markdown b/source/_components/hyperion.markdown index 779b3c33b6a..3763f9864aa 100644 --- a/source/_components/hyperion.markdown +++ b/source/_components/hyperion.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Hyperion" description: "Instructions on how to integrate Hyperion into Home Assistant." -date: 2015-10-25 22:43 -sidebar: true -comments: false -sharing: true -footer: true logo: hyperion.png ha_category: - Light diff --git a/source/_components/ialarm.markdown b/source/_components/ialarm.markdown index 54b95ab3755..9a95b2d4ac7 100644 --- a/source/_components/ialarm.markdown +++ b/source/_components/ialarm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Antifurto365 iAlarm Control Panel" description: "Instructions on how to integrate iAlarms alarms into Home Assistant." -date: 2017-11-30 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: antifurto365-ialarm.png ha_category: - Alarm diff --git a/source/_components/icloud.markdown b/source/_components/icloud.markdown index 69aa317b105..f19bb153956 100644 --- a/source/_components/icloud.markdown +++ b/source/_components/icloud.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "iCloud" description: "Instructions on how to use iCloud to track devices in Home Assistant." -date: 2015-12-15 1000 -sidebar: true -comments: false -sharing: true -footer: true logo: icloud.png ha_category: - Presence Detection diff --git a/source/_components/idteck_prox.markdown b/source/_components/idteck_prox.markdown index b9200304c43..66fc22403cd 100644 --- a/source/_components/idteck_prox.markdown +++ b/source/_components/idteck_prox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IDTECK Prox Card Reader" description: "How to use IDTECK proximity card readers." -date: 2018-11-14 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: idteck.jpg ha_category: - Other diff --git a/source/_components/ifttt.markdown b/source/_components/ifttt.markdown index 50c837c1ea8..447037bebc3 100644 --- a/source/_components/ifttt.markdown +++ b/source/_components/ifttt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IFTTT" description: "Instructions on how to setup IFTTT within Home Assistant." -date: 2015-09-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ifttt.png ha_category: - Automation diff --git a/source/_components/iglo.markdown b/source/_components/iglo.markdown index 2263ced9b8c..2e24c22db1c 100644 --- a/source/_components/iglo.markdown +++ b/source/_components/iglo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "iGlo" description: "Instructions on how to integrate iGlo lights into Home Assistant." -date: 2017-12-17 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: iglo.png ha_category: - Light diff --git a/source/_components/ign_sismologia.markdown b/source/_components/ign_sismologia.markdown index 37499875434..a5e30c4ce33 100644 --- a/source/_components/ign_sismologia.markdown +++ b/source/_components/ign_sismologia.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IGN Sismología" description: "Instructions on how to integrate the Instituto Geográfico Nacional Sismología (Earthquakes) Feed feed into Home Assistant." -date: 2019-04-04 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ign-sismologia.png ha_category: - Geolocation diff --git a/source/_components/ihc.markdown b/source/_components/ihc.markdown index 70927c5deb2..097a7d01206 100644 --- a/source/_components/ihc.markdown +++ b/source/_components/ihc.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IHC" description: "Instructions on how to integrate the IHC integrations with Home Assistant" -date: 2017-11-11 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ihc.png ha_category: - Hub diff --git a/source/_components/image_processing.markdown b/source/_components/image_processing.markdown index 9a0f64a3050..c73315b4fd9 100644 --- a/source/_components/image_processing.markdown +++ b/source/_components/image_processing.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Image Processing" description: "Instructions on how to setup image processing with Home Assistant." -date: 2017-01-09 00:00 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.36 --- diff --git a/source/_components/imap.markdown b/source/_components/imap.markdown index d32547a4f51..56b3a8753d5 100644 --- a/source/_components/imap.markdown +++ b/source/_components/imap.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IMAP Unread E-mail" description: "Instructions on how to integrate IMAP unread email into Home Assistant." -date: 2016-07-11 06:00 -sidebar: true -comments: false -sharing: true -footer: true logo: smtp.png ha_category: - Mailbox diff --git a/source/_components/imap_email_content.markdown b/source/_components/imap_email_content.markdown index 6e7e198c0ad..4b64ae0d0d9 100644 --- a/source/_components/imap_email_content.markdown +++ b/source/_components/imap_email_content.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IMAP Email Content" description: "Instructions on how to integrate IMAP email content sensor into Home Assistant." -date: 2016-09-09 12:30 -sidebar: true -comments: false -sharing: true -footer: true logo: smtp.png ha_category: - Mailbox diff --git a/source/_components/incomfort.markdown b/source/_components/incomfort.markdown index cd8534ae630..eea63d85b9d 100644 --- a/source/_components/incomfort.markdown +++ b/source/_components/incomfort.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Intergas InComfort" description: "Instructions on how to integrate an Intergas Lan2RF gateway with Home Assistant." -date: 2019-03-03 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: incomfort.png ha_category: - Water heater diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index 0b12fbee44b..65851e9aa4b 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "InfluxDB" description: "Record events in InfluxDB." -date: 2017-03-13 22:09 -sidebar: true -comments: false -sharing: true -footer: true logo: influxdb.png ha_category: - History diff --git a/source/_components/input_boolean.markdown b/source/_components/input_boolean.markdown index 74d7d45bd90..caeebd29f51 100644 --- a/source/_components/input_boolean.markdown +++ b/source/_components/input_boolean.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Input Boolean" description: "Instructions on how to integrate the Input Boolean integration into Home Assistant." -date: 2016-01-17 16:58 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/input_datetime.markdown b/source/_components/input_datetime.markdown index be9451e12ad..7bbbbf543e0 100644 --- a/source/_components/input_datetime.markdown +++ b/source/_components/input_datetime.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Input Datetime" description: "Instructions on how to integrate the Input Datetime integration into Home Assistant." -date: 2017-09-14 16:01 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation @@ -27,16 +21,13 @@ add the following lines to your `configuration.yaml`: input_datetime: both_date_and_time: name: Input with both date and time - has_date: true - has_time: true + has_ has_time: true only_date: name: Input with only date - has_date: true - has_time: false + has_ has_time: false only_time: name: Input with only time - has_date: false - has_time: true + has_ has_time: true ``` {% configuration %} @@ -75,10 +66,8 @@ automations and templates. | ----- | ----- | | `has_time` | `true` if this entity has a time. | `has_date` | `true` if this entity has a date. -| `year`
`month`
`day` | The year, month and day of the date.
(only available if `has_date: true`) -| `hour`
`minute`
`second` | The hour, minute and second of the time.
(only available if `has_time: true`) -| `timestamp` | A timestamp representing the time held in the input.
If `has_date: true`, this is the UNIX timestamp of the date / time held by the input. Otherwise if only `has_time: true`, this is the number of seconds since midnight representing the time held by the input. - +| `year`
`month`
`day` | The year, month and day of the date.
(only available if `has_| `hour`
`minute`
`second` | The hour, minute and second of the time.
(only available if `has_time: true`) +| `timestamp` | A timestamp representing the time held in the input.
If `has_ ### Restore State This integration will automatically restore the state it had prior to Home diff --git a/source/_components/input_number.markdown b/source/_components/input_number.markdown index 8c8440d6674..0304f8c40be 100644 --- a/source/_components/input_number.markdown +++ b/source/_components/input_number.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Input Number" description: "Instructions on how to integrate the Input Number integration into Home Assistant." -date: 2017-09-19 03:30 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/input_select.markdown b/source/_components/input_select.markdown index 9dede4b40d9..b54187ea375 100644 --- a/source/_components/input_select.markdown +++ b/source/_components/input_select.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Input Select" description: "Instructions on how to integrate the Input Select integration into Home Assistant." -date: 2016-02-02 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/input_text.markdown b/source/_components/input_text.markdown index 5fa1dddb288..5fb4a0c7ab8 100644 --- a/source/_components/input_text.markdown +++ b/source/_components/input_text.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Input Text" description: "Instructions on how to integrate the Input Text integration into Home Assistant." -date: 2016-03-15 06:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/insteon.markdown b/source/_components/insteon.markdown index bc1d8c74d04..4e168644a59 100644 --- a/source/_components/insteon.markdown +++ b/source/_components/insteon.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Insteon" description: "Instructions on how to set up an Insteon Modem (PLM or Hub) locally within Home Assistant." -date: 2018-08-20 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: insteon.png ha_category: - Hub diff --git a/source/_components/integration.markdown b/source/_components/integration.markdown index 4ac9c85a8db..ddfd49a110a 100644 --- a/source/_components/integration.markdown +++ b/source/_components/integration.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Integration Sensor" description: "Instructions on how to integrate Integration Sensor into Home Assistant." -date: 2019-01-02 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Utility - Energy diff --git a/source/_components/intent_script.markdown b/source/_components/intent_script.markdown index 03942ddd6c9..3eb63f2b3e0 100644 --- a/source/_components/intent_script.markdown +++ b/source/_components/intent_script.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Intent Script" description: "Instructions on how to setup scripts to run on intents." -date: 2016-02-10 17:11 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Intent diff --git a/source/_components/introduction.markdown b/source/_components/introduction.markdown index c8764f871e1..1ac12ddcd4a 100644 --- a/source/_components/introduction.markdown +++ b/source/_components/introduction.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Introduction" description: "Details about the introduction within Home Assistant." -date: 2015-10-25 15:15 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_qa_scale: internal ha_release: 0.7 diff --git a/source/_components/ios.markdown b/source/_components/ios.markdown index b9c35417ff5..449d57d8b63 100644 --- a/source/_components/ios.markdown +++ b/source/_components/ios.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "iOS" description: "Instructions on how to use the iOS companion app with Home Assistant." -date: 2018-04-06 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: apple.png ha_category: - Hub diff --git a/source/_components/iota.markdown b/source/_components/iota.markdown index c93a7eb75ff..85a5f3bdcbb 100644 --- a/source/_components/iota.markdown +++ b/source/_components/iota.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IOTA" description: "Instructions on how to integrate IOTA wallets with Home Assistant." -date: 2017-12-31 13:29 -sidebar: true -comments: false -sharing: true -footer: true logo: iota.png ha_category: - Finance diff --git a/source/_components/iperf3.markdown b/source/_components/iperf3.markdown index 26a4af07ff6..e7338d4273e 100644 --- a/source/_components/iperf3.markdown +++ b/source/_components/iperf3.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Iperf3 Sensor" description: "How to use Iperf3 within Home Assistant to measure your network bandwidth." -date: 2018-05-01 02:00 -sidebar: true -comments: false -sharing: true -footer: true logo: iperf3.png ha_category: - System Monitor diff --git a/source/_components/ipma.markdown b/source/_components/ipma.markdown index 2c9c3a65c79..ab9398a250c 100644 --- a/source/_components/ipma.markdown +++ b/source/_components/ipma.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IPMA" description: "Instructions on how to integrate Instituto Português do Mar e Atmosfera weather conditions into Home Assistant." -date: 2018-05-31 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ipma.png ha_category: - Weather diff --git a/source/_components/iqvia.markdown b/source/_components/iqvia.markdown index 3480b70eedd..1f156064030 100644 --- a/source/_components/iqvia.markdown +++ b/source/_components/iqvia.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IQVIA" description: "Instructions on how to use IQVIA data within Home Assistant" -date: 2018-01-10 19:20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: iqvia.png ha_category: - Health diff --git a/source/_components/irish_rail_transport.markdown b/source/_components/irish_rail_transport.markdown index 49328e6e658..cc414319e5a 100644 --- a/source/_components/irish_rail_transport.markdown +++ b/source/_components/irish_rail_transport.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Irish Rail Transport" description: "Instructions on how to integrate timetable data for traveling on Irish Rail within Home Assistant." -date: 2017-10-15 16:50 -sidebar: true -comments: false -sharing: true -footer: true logo: irishrail.png ha_category: - Transport diff --git a/source/_components/islamic_prayer_times.markdown b/source/_components/islamic_prayer_times.markdown index 3b4f377372d..83028c45518 100644 --- a/source/_components/islamic_prayer_times.markdown +++ b/source/_components/islamic_prayer_times.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Islamic Prayer Times" description: "Instructions on how to integrate the Islamic Prayer Times sensor within Home Assistant." -date: 2018-12-09 00:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Sensor ha_iot_class: Cloud Polling diff --git a/source/_components/iss.markdown b/source/_components/iss.markdown index f3bc3d1133b..7a7f7299c57 100644 --- a/source/_components/iss.markdown +++ b/source/_components/iss.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "International Space Station" description: "Know if or when ISS will be above your home location" -date: 2016-12-18 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: nasa.png ha_category: - Binary Sensor diff --git a/source/_components/isy994.markdown b/source/_components/isy994.markdown index 2c054715ea5..3972f030d48 100644 --- a/source/_components/isy994.markdown +++ b/source/_components/isy994.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ISY994 Controller" description: "Instructions on how to setup the ISY994 controller within Home Assistant." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true logo: universal_devices.png ha_category: - Hub diff --git a/source/_components/itach.markdown b/source/_components/itach.markdown index 63a851c75e1..4f4272e9fde 100644 --- a/source/_components/itach.markdown +++ b/source/_components/itach.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "iTach Remote" description: "Instructions on how to integrate a Global Caché iTach IP2IR gateway into Home Assistant." -date: 2017-2-12 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: globalcache.png ha_category: - Remote diff --git a/source/_components/itunes.markdown b/source/_components/itunes.markdown index f1b88555eb5..ccfa6db8273 100644 --- a/source/_components/itunes.markdown +++ b/source/_components/itunes.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "iTunes" description: "Instructions on how to integrate iTunes into Home Assistant." -date: 2015-06-22 11:00 -sidebar: true -comments: false -sharing: true -footer: true logo: itunes.png ha_category: - Media Player diff --git a/source/_components/jewish_calendar.markdown b/source/_components/jewish_calendar.markdown index a8566c47649..130b162d47f 100644 --- a/source/_components/jewish_calendar.markdown +++ b/source/_components/jewish_calendar.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Jewish Calendar" description: "Instructions on how to integrate the Jewish Calendar sensor within Home Assistant." -date: 2018-09-09 00:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Calendar ha_iot_class: Local Polling diff --git a/source/_components/joaoapps_join.markdown b/source/_components/joaoapps_join.markdown index cdd30ea0c94..878bf842718 100644 --- a/source/_components/joaoapps_join.markdown +++ b/source/_components/joaoapps_join.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Joaoapps Join" description: "Instructions for how to integrate the Join by Joaoapps service within Home Assistant." -date: 2016-07-12 10:49 -sidebar: true -comments: false -sharing: true -footer: true logo: joaoapps_join.png ha_category: - Hub diff --git a/source/_components/juicenet.markdown b/source/_components/juicenet.markdown index edfcb9e3559..11f88b5ea5c 100644 --- a/source/_components/juicenet.markdown +++ b/source/_components/juicenet.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Juicenet" description: "Instructions on how to setup WiFi-equipped Juicenet charging stations with Home Assistant." -date: 2017-05-20 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: juicenet.png ha_category: - Energy diff --git a/source/_components/kankun.markdown b/source/_components/kankun.markdown index f9d73200a9b..91343355393 100644 --- a/source/_components/kankun.markdown +++ b/source/_components/kankun.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Kankun SP3 Wifi Switch" description: "Instructions for the Kankun SP3 Wifi switch" -date: 2016-12-28 01:50 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Switch ha_release: 0.36 diff --git a/source/_components/keenetic_ndms2.markdown b/source/_components/keenetic_ndms2.markdown index bcbebdd4fb0..232a1d96f31 100644 --- a/source/_components/keenetic_ndms2.markdown +++ b/source/_components/keenetic_ndms2.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Keenetic NDMS2 Routers" description: "Instructions on how to integrate Keenetic NDMS2 Routers into Home Assistant." -date: 2017-09-15 15:40 -sidebar: true -comments: false -sharing: true -footer: true logo: keenetic.png ha_category: - Presence Detection diff --git a/source/_components/keyboard.markdown b/source/_components/keyboard.markdown index 740f3ee601b..bd7e8278cff 100644 --- a/source/_components/keyboard.markdown +++ b/source/_components/keyboard.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Keyboard" description: "Instructions on how to simulate key presses with Home Assistant." -date: 2015-01-24 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: keyboard.png ha_category: - Automation diff --git a/source/_components/keyboard_remote.markdown b/source/_components/keyboard_remote.markdown index c766cdf88c5..5ff4877008a 100644 --- a/source/_components/keyboard_remote.markdown +++ b/source/_components/keyboard_remote.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Keyboard Remote" description: "Instructions on how to use a keyboard to remote control Home Assistant." -date: 2016-09-28 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: keyboard.png ha_category: - Other diff --git a/source/_components/kira.markdown b/source/_components/kira.markdown index 9f73d031bc2..8ae5afa26a1 100644 --- a/source/_components/kira.markdown +++ b/source/_components/kira.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Kira" description: "Instructions on how to integrate Keene Electronics IR over IP modules (Kira) into Home Assistant." -date: 2017-05-07 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: keene.png ha_category: - Hub diff --git a/source/_components/kiwi.markdown b/source/_components/kiwi.markdown index 78edc656e6f..3eef4156105 100644 --- a/source/_components/kiwi.markdown +++ b/source/_components/kiwi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KIWI Lock" description: "Instructions on how to integrate KIWI Smart Lock and Smart Entry." -date: 2018-05-16 13:37 -sidebar: true -comments: false -sharing: true -footer: true logo: kiwi.png ha_category: - Lock diff --git a/source/_components/knx.markdown b/source/_components/knx.markdown index da8b6ecf359..cc97c9bcca0 100644 --- a/source/_components/knx.markdown +++ b/source/_components/knx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KNX" description: "Instructions on how to integrate KNX components with Home Assistant." -date: 2016-06-08 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: knx.png ha_category: - Hub diff --git a/source/_components/kodi.markdown b/source/_components/kodi.markdown index 552dac04e15..0333077e71e 100644 --- a/source/_components/kodi.markdown +++ b/source/_components/kodi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Kodi" description: "Instructions on how to integrate Kodi into Home Assistant." -date: 2015-06-22 11:00 -sidebar: true -comments: false -sharing: true -footer: true logo: kodi.png ha_category: - Notifications diff --git a/source/_components/konnected.markdown b/source/_components/konnected.markdown index 00d1b166dd3..7ae9340f032 100644 --- a/source/_components/konnected.markdown +++ b/source/_components/konnected.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Konnected" description: "Connect wired alarm sensors and siren using the NodeMCU based Konnected Alarm Panel" -date: 2018-04-03 12:30 -sidebar: true -comments: false -sharing: true -footer: true logo: konnected.png ha_category: - Alarm diff --git a/source/_components/kwb.markdown b/source/_components/kwb.markdown index 2f0fd0d6dd6..9443bb92505 100644 --- a/source/_components/kwb.markdown +++ b/source/_components/kwb.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KWB Easyfire Sensor" description: "Instructions on how to integrate the KWB Easyfire sensor into Home Assistant." -date: 2017-03-06 14:10 -sidebar: true -comments: false -sharing: true -footer: true logo: kwb.png ha_category: - Sensor diff --git a/source/_components/lacrosse.markdown b/source/_components/lacrosse.markdown index 6d0d4954989..ff0888c267f 100644 --- a/source/_components/lacrosse.markdown +++ b/source/_components/lacrosse.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LaCrosse Sensor" description: "Instructions on how to integrate LaCrosse sensor data received from Jeelink into Home Assistant." -date: 2017-10-29 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - DIY diff --git a/source/_components/lametric.markdown b/source/_components/lametric.markdown index 80517890ea3..2e2755de054 100644 --- a/source/_components/lametric.markdown +++ b/source/_components/lametric.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LaMetric" description: "Instructions on how to integrate LaMetric with Home Assistant." -date: 2017-04-02 13:28 -sidebar: true -comments: false -sharing: true -footer: true logo: lametric.png ha_category: - Hub diff --git a/source/_components/lannouncer.markdown b/source/_components/lannouncer.markdown index cb1aed42f6e..bcbf1177c7d 100644 --- a/source/_components/lannouncer.markdown +++ b/source/_components/lannouncer.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lannouncer" description: "Instructions on how to add Lannouncer notifications to Home Assistant." -date: 2017-01-06 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lannouncer.png ha_category: - Notifications diff --git a/source/_components/lastfm.markdown b/source/_components/lastfm.markdown index f8f4a54e586..487302ff40f 100644 --- a/source/_components/lastfm.markdown +++ b/source/_components/lastfm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Last.fm" description: "Instructions on how to integrate Last.fm sensors into Home Assistant." -date: 2016-05-18 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lastfm.png ha_category: - Social diff --git a/source/_components/launch_library.markdown b/source/_components/launch_library.markdown index 1cd6706cb75..771999a99cd 100644 --- a/source/_components/launch_library.markdown +++ b/source/_components/launch_library.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Space Launch sensor" description: "Instructions on how to integrate space launch information within Home Assistant." -date: 2018-11-06 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: rocket.png ha_category: - Sensor diff --git a/source/_components/lcn.markdown b/source/_components/lcn.markdown index 479ca0d3c4f..963cf65955a 100644 --- a/source/_components/lcn.markdown +++ b/source/_components/lcn.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LCN" description: "Instructions on how to integrate LCN components with Home Assistant." -date: 2018-11-01 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lcn.png ha_category: - Hub diff --git a/source/_components/lg_netcast.markdown b/source/_components/lg_netcast.markdown index 6bb81bf3c13..c48b2959f4a 100644 --- a/source/_components/lg_netcast.markdown +++ b/source/_components/lg_netcast.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LG Netcast TV" description: "Instructions on how to integrate a LG TV (Netcast 3.0 & 4.0) within Home Assistant." -date: 2016-05-12 23:22 -sidebar: true -comments: false -sharing: true -footer: true logo: lg.png ha_category: - Media Player diff --git a/source/_components/lg_soundbar.markdown b/source/_components/lg_soundbar.markdown index c3a027d5a01..c72753a25c0 100644 --- a/source/_components/lg_soundbar.markdown +++ b/source/_components/lg_soundbar.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LG Soundbars" description: "Instructions on how to integrate LG Soundbars into Home Assistant." -date: 2018-10-17 19:55:18 -sidebar: true -comments: false -sharing: true -footer: true logo: lg.png ha_category: - Media Player diff --git a/source/_components/life360.markdown b/source/_components/life360.markdown index a1cbf577849..43ee24c7def 100644 --- a/source/_components/life360.markdown +++ b/source/_components/life360.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Life360" description: "Instructions how to use Life360 to track devices in Home Assistant." -date: 2019-04-24 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: life360.png ha_release: 0.95 ha_category: @@ -131,7 +125,7 @@ However, in some circumstances, it might be helpful to limit which Life360 Circl For a particular Member to be tracked, they must be included (or at least not excluded), and must be in at least one of the included Circles. See [example configuration](#circle-and-member-filtering-example) below. -Note that Life360's app and website typically only show Members' first names. However, you must use their _full_ names here. If you're not sure what a Member's full name (i.e., first and last) is in Life360, ask them. Alternatively, you can set the [`logger`](https://www.home-assistant.io/components/logger/) to `debug` and look in `home-assistant.log`. The full names of all Life360 Circles & Members will be logged. +Note that Life360's app and website typically only show Members' first names. However, you must use their _full_ names here. If you're not sure what a Member's full name (i.e., first and last) is in Life360, ask them. Alternatively, you can set the [`logger`](/components/logger/) to `debug` and look in `home-assistant.log`. The full names of all Life360 Circles & Members will be logged. ## Home - Home Assistant vs. Life360 @@ -139,7 +133,7 @@ Normally Home Assistant device trackers are "Home" when they enter `zone.home`. ## Home Assistant Zones & Life360 Places -See [Zone documentation](https://www.home-assistant.io/components/zone/#home-zone) for details about how HA zones are defined. If you'd like to create HA zones from Life360 Places (e.g., to make HA's `zone.home` be identical to Life360's "Home Place"), make sure `logger` is set to `debug`. Then when HA starts the details of all the Places defined in the included Circles will be written to `home-assistant.log` in a format that can be copied into your configuration under `zone:`. E.g., you would see something like this: +See [Zone documentation](/components/zone/#home-zone) for details about how HA zones are defined. If you'd like to create HA zones from Life360 Places (e.g., to make HA's `zone.home` be identical to Life360's "Home Place"), make sure `logger` is set to `debug`. Then when HA starts the details of all the Places defined in the included Circles will be written to `home-assistant.log` in a format that can be copied into your configuration under `zone:`. E.g., you would see something like this: ```text 2019-05-31 12:16:58 DEBUG (SyncWorker_3) [homeassistant.components.life360.device_tracker] My Family Circle: will be included, id=xxxxx diff --git a/source/_components/lifx.markdown b/source/_components/lifx.markdown index 7cab06739f8..bd82d153145 100644 --- a/source/_components/lifx.markdown +++ b/source/_components/lifx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LIFX" description: "Instructions on how to integrate LIFX into Home Assistant." -date: 2018-10-08 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lifx.png ha_category: - Light diff --git a/source/_components/lifx_cloud.markdown b/source/_components/lifx_cloud.markdown index d253fc98dcc..0b23600d413 100644 --- a/source/_components/lifx_cloud.markdown +++ b/source/_components/lifx_cloud.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LIFX Cloud Scenes" description: "Instructions on using native LIFX scenes with Home Assistant." -date: 2017-04-15 23:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lifx.png ha_category: - Scene diff --git a/source/_components/light.group.markdown b/source/_components/light.group.markdown index 574a556df2b..d3cebe4421f 100644 --- a/source/_components/light.group.markdown +++ b/source/_components/light.group.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Light Group" description: "Instructions for how to setup light groups within Home Assistant." -date: 2018-02-23 11:41 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Light ha_release: 0.65 diff --git a/source/_components/light.knx.markdown b/source/_components/light.knx.markdown index c47374bfb91..1b23b88ebbc 100644 --- a/source/_components/light.knx.markdown +++ b/source/_components/light.knx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KNX Light" description: "Instructions on how to integrate KNX lights with Home Assistant." -date: 2016-06-24 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: knx.png ha_category: - Light diff --git a/source/_components/light.markdown b/source/_components/light.markdown index caaa824f5c4..02d23302789 100644 --- a/source/_components/light.markdown +++ b/source/_components/light.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lights" description: "Instructions on how to setup your lights with Home Assistant." -date: 2015-01-24 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Light diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index 35bbbdda890..26f61a7df1d 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Light" description: "Instructions on how to setup MQTT lights using default schema within Home Assistant." -date: 2015-11-13 08:30 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Light diff --git a/source/_components/light.mysensors.markdown b/source/_components/light.mysensors.markdown index 150d4ca21a9..4a115e27f8d 100644 --- a/source/_components/light.mysensors.markdown +++ b/source/_components/light.mysensors.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MySensors Light" description: "Instructions on how to integrate MySensors lights into Home Assistant." -date: 2016-10-01 15:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: mysensors.png ha_category: - DIY diff --git a/source/_components/light.rflink.markdown b/source/_components/light.rflink.markdown index 5a16281dc38..c8ef5edd6c4 100644 --- a/source/_components/light.rflink.markdown +++ b/source/_components/light.rflink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFLink Light" description: "Instructions on how to integrate RFLink lights into Home Assistant." -date: 2016-01-04 -sidebar: true -comments: false -sharing: true -footer: true logo: rflink.png ha_category: - Light diff --git a/source/_components/light.rfxtrx.markdown b/source/_components/light.rfxtrx.markdown index 38a84f2554e..3a35a07cf6e 100644 --- a/source/_components/light.rfxtrx.markdown +++ b/source/_components/light.rfxtrx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFXtrx Light" description: "Instructions on how to integrate RFXtrx lights into Home Assistant." -date: 2015-10-08 10:15 -sidebar: true -comments: false -sharing: true -footer: true logo: rfxtrx.png ha_category: - Light diff --git a/source/_components/light.switch.markdown b/source/_components/light.switch.markdown index 15aff42e555..8ddacb048a0 100644 --- a/source/_components/light.switch.markdown +++ b/source/_components/light.switch.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Light Switch" description: "Instructions on how to set up a light switch within Home Assistant." -date: 2018-11-18 19:59 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Light ha_release: 0.83 diff --git a/source/_components/light.template.markdown b/source/_components/light.template.markdown index 54f1f79cd38..d7a564f0a21 100644 --- a/source/_components/light.template.markdown +++ b/source/_components/light.template.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Template Light" description: "Instructions on how to integrate Template Lights into Home Assistant." -date: 2016-05-18 20:32 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Light ha_release: 0.46 diff --git a/source/_components/light.xiaomi_aqara.markdown b/source/_components/light.xiaomi_aqara.markdown index 5b433fbab97..a8624675e83 100644 --- a/source/_components/light.xiaomi_aqara.markdown +++ b/source/_components/light.xiaomi_aqara.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Light" description: "Instructions on how to setup the Xiaomi light within Home Assistant." -date: 2017-07-21 16:34 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Light diff --git a/source/_components/light.xiaomi_miio.markdown b/source/_components/light.xiaomi_miio.markdown index ab2f1cd46ac..088b578c578 100644 --- a/source/_components/light.xiaomi_miio.markdown +++ b/source/_components/light.xiaomi_miio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Philips Light" description: "Instructions on how to integrate your Xiaomi Philips Lights within Home Assistant." -date: 2017-08-26 08:45 -sidebar: true -comments: false -sharing: true -footer: true logo: philips.png ha_category: - Light diff --git a/source/_components/lightwave.markdown b/source/_components/lightwave.markdown index 227e9128324..9071b56142e 100644 --- a/source/_components/lightwave.markdown +++ b/source/_components/lightwave.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lightwave" description: "Instructions on how to integrate Lightwave devices with Home Assistant." -date: 2018-12-03 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lightwave.png ha_category: - Hub diff --git a/source/_components/limitlessled.markdown b/source/_components/limitlessled.markdown index 1bd989a41ee..e5ffa2d5628 100644 --- a/source/_components/limitlessled.markdown +++ b/source/_components/limitlessled.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LimitlessLED" description: "Instructions on how to setup LimitlessLED within Home Assistant." -date: 2015-12-03 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: limitlessled_logo.png ha_category: - Light diff --git a/source/_components/linksys_ap.markdown b/source/_components/linksys_ap.markdown index e4bf531c8f3..e0d1f34f93e 100644 --- a/source/_components/linksys_ap.markdown +++ b/source/_components/linksys_ap.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Linksys Access Points" description: "Instructions on how to integrate Linksys Access Points into Home Assistant." -date: 2016-12-16 01:40 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Presence Detection logo: linksys.png diff --git a/source/_components/linksys_smart.markdown b/source/_components/linksys_smart.markdown index f0132a9ad64..5d5dc2ba339 100644 --- a/source/_components/linksys_smart.markdown +++ b/source/_components/linksys_smart.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Linksys Smart Wifi Router" description: "Instructions on how to integrate Linksys Smart Wifi Router into Home Assistant." -date: 2017-06-22 01:40 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Presence Detection logo: linksys.png diff --git a/source/_components/linky.markdown b/source/_components/linky.markdown index e4f1fd52164..980899bf8f5 100644 --- a/source/_components/linky.markdown +++ b/source/_components/linky.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Linky Sensor" description: "Instructions on how to integrate Linky consumption data within Home Assistant." -date: 2018-09-06 08:35 -sidebar: true -comments: false -sharing: true -footer: true logo: enedis.png ha_release: 0.79 ha_category: diff --git a/source/_components/linode.markdown b/source/_components/linode.markdown index fe02e625b87..5f53f387e03 100644 --- a/source/_components/linode.markdown +++ b/source/_components/linode.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Linode" description: "Instructions on how to set up Linode within Home Assistant." -date: 2017-10-20 08:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - System Monitor - Binary Sensor diff --git a/source/_components/linux_battery.markdown b/source/_components/linux_battery.markdown index e91589b9442..a71296ee3ee 100644 --- a/source/_components/linux_battery.markdown +++ b/source/_components/linux_battery.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Linux Battery" description: "Instructions on how to integrate Linux Battery information into Home Assistant." -date: 2016-09-06 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: linux_battery.png ha_category: - System Monitor diff --git a/source/_components/lirc.markdown b/source/_components/lirc.markdown index 71d386d78fc..43e5efb1ed0 100644 --- a/source/_components/lirc.markdown +++ b/source/_components/lirc.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LIRC" description: "Instructions on how to integrate IR remotes with LIRC into Home Assistant." -date: 2016-05-22 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: lirc.gif ha_category: - Automation diff --git a/source/_components/litejet.markdown b/source/_components/litejet.markdown index df54a588a00..06a1ebb9081 100644 --- a/source/_components/litejet.markdown +++ b/source/_components/litejet.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "LiteJet" description: "Instructions on how to setup the LiteJet hub within Home Assistant." -date: 2015-10-26 09:37 -sidebar: true -comments: false -sharing: true -footer: true +logo: centralite.svg ha_category: - Light - Scene diff --git a/source/_components/liveboxplaytv.markdown b/source/_components/liveboxplaytv.markdown index dc4e1815fed..bdc98302862 100644 --- a/source/_components/liveboxplaytv.markdown +++ b/source/_components/liveboxplaytv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Orange Livebox Play TV" description: "Instructions on how to integrate a Livebox Play TV appliance into Home Assistant." -date: 2017-01-25 07:27 -sidebar: true -comments: false -sharing: true -footer: true logo: orange.png ha_category: - Media Player diff --git a/source/_components/llamalab_automate.markdown b/source/_components/llamalab_automate.markdown index 0c4444bd6d8..d2ef9ecafe1 100644 --- a/source/_components/llamalab_automate.markdown +++ b/source/_components/llamalab_automate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LlamaLab Automate" description: "Instructions on how to add user notifications to Home Assistant." -date: 2016-08-21 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: llamalab_automate.png ha_category: - Notifications diff --git a/source/_components/local_file.markdown b/source/_components/local_file.markdown index 218b9cd142f..1c835419568 100644 --- a/source/_components/local_file.markdown +++ b/source/_components/local_file.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Local File" description: "Instructions how to use Local File as a Camera within Home Assistant." -date: 2016-06-12 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: file.png ha_category: - Camera diff --git a/source/_components/locative.md b/source/_components/locative.md index 03f9efa289a..c1e3b5dd7d4 100644 --- a/source/_components/locative.md +++ b/source/_components/locative.md @@ -1,12 +1,6 @@ --- -layout: page title: "Locative" description: "Instructions on how to use Locative to track devices in Home Assistant." -date: 2015-10-13 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: locative.png ha_category: - Presence Detection @@ -20,12 +14,11 @@ redirect_from: Locative is no longer under active development.

-This platform allows you to detect presence using [Locative](https://my.locative.io/). Locative is an open source app for [iOS](https://github.com/LocativeHQ/ios-app) and [Android](https://github.com/LocativeHQ/Locative-Android) that allows users to set up a `GET` or `POST` request when a geofence is entered or exited. This can be configured with Home Assistant to update your location. +This platform allows you to detect presence using [Locative](https://www.locative.io/). Locative is an open source app for [iOS](https://apps.apple.com/us/app/locative/id725198453?ign-mpt=uo%3D4) that allows users to set up a `GET` or `POST` request when a geofence is entered or exited. This can be configured with Home Assistant to update your location. Install on your smartphone: -- [Android](https://play.google.com/store/apps/details?id=io.locative.app) -- [iOS](https://itunes.apple.com/us/app/geofancy/id725198453) +- [iOS](https://apps.apple.com/us/app/locative/id725198453?ign-mpt=uo%3D4) To configure Locative, you must set it up via the integrations panel in the configuration screen. You must set up the app to send a POST request to your Home Assistant server at the webhook URL provided by the integration during setup. When you enter or exit a geofence, Locative will send the appropriate request to that URL, updating Home Assistant. You are not able to specify a device name in Locative. Instead, you will need to look in your `dev-state` menu for a new device that Locative will have created on it's first `GET`. If you had been or are using Owntracks as well, you will need to update the device name used in the Owntracks setup with the name that Locative generated. diff --git a/source/_components/lock.markdown b/source/_components/lock.markdown index b5e7ad675d9..175a7389c3f 100644 --- a/source/_components/lock.markdown +++ b/source/_components/lock.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Locks" description: "Instructions on how to setup your locks with Home Assistant." -date: 2015-11-21 08:10 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Lock diff --git a/source/_components/lock.mqtt.markdown b/source/_components/lock.mqtt.markdown index fb4d2ebffc7..53a4b2b58c0 100644 --- a/source/_components/lock.mqtt.markdown +++ b/source/_components/lock.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Lock" description: "Instructions on how to integrate MQTT locks into Home Assistant." -date: 2016-02-28 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Lock diff --git a/source/_components/lock.template.markdown b/source/_components/lock.template.markdown index dda6caa7207..e89cb65ab98 100644 --- a/source/_components/lock.template.markdown +++ b/source/_components/lock.template.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Template Lock" description: "Instructions on how to integrate Template Locks into Home Assistant." -date: 2018-10-09 19:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Lock ha_release: 0.81 diff --git a/source/_components/lock.xiaomi_aqara.markdown b/source/_components/lock.xiaomi_aqara.markdown index c0172ab57a3..30cd3c7ecb3 100644 --- a/source/_components/lock.xiaomi_aqara.markdown +++ b/source/_components/lock.xiaomi_aqara.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Aqara Lock" description: "Instructions on how to setup the Xiaomi Aqara Lock within Home Assistant." -date: 2018-05-17 20:24 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Lock diff --git a/source/_components/lockitron.markdown b/source/_components/lockitron.markdown index 663a1aa2f40..1d19c605fd6 100644 --- a/source/_components/lockitron.markdown +++ b/source/_components/lockitron.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lockitron Lock" description: "Instructions on how to integrate Lockitron locks into Home Assistant." -date: 2017-03-24 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lockitron.png ha_category: - Lock diff --git a/source/_components/logbook.markdown b/source/_components/logbook.markdown index 051ce219e7b..f442871f462 100644 --- a/source/_components/logbook.markdown +++ b/source/_components/logbook.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Logbook" description: "Instructions on how to enable the logbook integration for Home Assistant." -date: 2015-04-25 9:23 -sidebar: true -comments: false -sharing: true -footer: true logo: logbook.png ha_category: - History diff --git a/source/_components/logentries.markdown b/source/_components/logentries.markdown index 67bf57d3bf3..f6b9092429b 100644 --- a/source/_components/logentries.markdown +++ b/source/_components/logentries.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Logentries" description: "Send events to Logentries." -date: 2016-04-29 16:50 -sidebar: true -comments: false -sharing: true logo: logentries.png -footer: true ha_category: - History ha_release: 0.13 diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown index 009601811c5..7149deb1e70 100644 --- a/source/_components/logger.markdown +++ b/source/_components/logger.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Logger" description: "Instructions on how to enable the logger integration for Home Assistant." -date: 2015-11-12 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/logi_circle.markdown b/source/_components/logi_circle.markdown index 71bbfd151d7..f184a431b0f 100644 --- a/source/_components/logi_circle.markdown +++ b/source/_components/logi_circle.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Logi Circle" description: "Instructions on how to integrate your Logi Circle cameras within Home Assistant." -date: 2018-09-08 11:00 -sidebar: true -comments: false -sharing: true -footer: true logo: logi_circle.png ha_category: - Camera diff --git a/source/_components/london_air.markdown b/source/_components/london_air.markdown index 64f806e1036..14dbadea5cb 100644 --- a/source/_components/london_air.markdown +++ b/source/_components/london_air.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "London Air Quality" description: "Display the current status of London air quality by area and pollution type." -date: 2017-08-02 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: waqi.png ha_category: - Health diff --git a/source/_components/london_underground.markdown b/source/_components/london_underground.markdown index e2a3237d0d9..1103750a3e6 100644 --- a/source/_components/london_underground.markdown +++ b/source/_components/london_underground.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "London Underground" description: "Display the current status of London underground & overground lines within Home Assistant." -date: 2017-07-15 18:45 -sidebar: true -comments: false -sharing: true -footer: true logo: london_underground.png ha_category: - Transport diff --git a/source/_components/loopenergy.markdown b/source/_components/loopenergy.markdown index 8fb48ffdb78..6ae803111e6 100644 --- a/source/_components/loopenergy.markdown +++ b/source/_components/loopenergy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Loop Energy" description: "Instructions on how to integrate Loop Energy devices within Home Assistant." -date: 2016-04-02 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: loop.png ha_category: - Energy diff --git a/source/_components/luci.markdown b/source/_components/luci.markdown index 83115e944af..ab86a3ce934 100644 --- a/source/_components/luci.markdown +++ b/source/_components/luci.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenWRT (luci)" description: "Instructions on how to integrate OpenWRT routers into Home Assistant." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: openwrt.png ha_category: - Presence Detection diff --git a/source/_components/luftdaten.markdown b/source/_components/luftdaten.markdown index bd1a91f1c49..2f6d03c656c 100644 --- a/source/_components/luftdaten.markdown +++ b/source/_components/luftdaten.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Luftdaten" description: "Instructions on how to setup Luftdaten sensors in Home Assistant." -date: 2018-11-05 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: luftdaten.png ha_category: - Health diff --git a/source/_components/lupusec.markdown b/source/_components/lupusec.markdown index 629121651fa..9c2d3e74e54 100644 --- a/source/_components/lupusec.markdown +++ b/source/_components/lupusec.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lupus Electronics Home Security" description: "Instructions on integrating Lupusec home security with Home Assistant." -date: 2018-10-03 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lupusec.png ha_category: - Hub diff --git a/source/_components/lutron.markdown b/source/_components/lutron.markdown index a7f5459a602..261e60b57d2 100644 --- a/source/_components/lutron.markdown +++ b/source/_components/lutron.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lutron" description: "Instructions on how to use Lutron devices with Home Assistant." -date: 2017-01-28 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lutron.png ha_category: - Hub diff --git a/source/_components/lutron_caseta.markdown b/source/_components/lutron_caseta.markdown index 4e9e436cc6a..8b09f7a9415 100644 --- a/source/_components/lutron_caseta.markdown +++ b/source/_components/lutron_caseta.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lutron Caseta" description: "Instructions on how to use Lutron Caseta devices with Home Assistant." -date: 2017-01-28 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: lutron.png ha_category: - Hub diff --git a/source/_components/lw12wifi.markdown b/source/_components/lw12wifi.markdown index 72115c2994d..df1857a7968 100644 --- a/source/_components/lw12wifi.markdown +++ b/source/_components/lw12wifi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lagute LW-12" description: "Instructions on how to setup Lagute LW-12 Wifi LED controller within Home Assistant." -date: 2018-04-28 08:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Light ha_iot_class: Local Polling diff --git a/source/_components/lyft.markdown b/source/_components/lyft.markdown index 6fc53741317..b23535f0a8d 100644 --- a/source/_components/lyft.markdown +++ b/source/_components/lyft.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lyft Sensor" description: "How to integrate Lyft in Home Assistant" -date: 2017-03-19 21:05 -sidebar: true -comments: false -sharing: true -footer: true logo: lyft.png ha_category: - Transport diff --git a/source/_components/magicseaweed.markdown b/source/_components/magicseaweed.markdown index 91a41655be8..7433ed97d0b 100644 --- a/source/_components/magicseaweed.markdown +++ b/source/_components/magicseaweed.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Magicseaweed Sensor" description: "How to integrate Magicseaweed within Home Assistant." -date: 2018-06-24 21:00 -sidebar: true -comments: false -sharing: true -footer: true logo: magicseaweed.png ha_category: - Sensor diff --git a/source/_components/mailbox.markdown b/source/_components/mailbox.markdown index c6d270fdad9..5d8669c7e8b 100644 --- a/source/_components/mailbox.markdown +++ b/source/_components/mailbox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mailbox" description: "Instructions on how to setup your mailboxes with Home Assistant." -date: 2017-06-30 18:30 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.51 --- diff --git a/source/_components/mailgun.markdown b/source/_components/mailgun.markdown index 29e4c17f0f9..4e5d0354d5e 100644 --- a/source/_components/mailgun.markdown +++ b/source/_components/mailgun.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mailgun" description: "Instructions on how to add Mailgun mail notifications to Home Assistant." -date: 2017-02-06 16:52 -sidebar: true -comments: false -sharing: true -footer: true logo: mailgun.png ha_category: - Notifications diff --git a/source/_components/manual.markdown b/source/_components/manual.markdown index 6f87545eb8c..2d926f22f47 100644 --- a/source/_components/manual.markdown +++ b/source/_components/manual.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Manual Alarm Control Panel" description: "Instructions on how to integrate manual alarms into Home Assistant." -date: 2015-10-13 19:10 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Alarm diff --git a/source/_components/manual_mqtt.markdown b/source/_components/manual_mqtt.markdown index 4b912bb6de1..a9279c4ddd0 100644 --- a/source/_components/manual_mqtt.markdown +++ b/source/_components/manual_mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Manual Alarm Control Panel with MQTT Support" description: "Instructions on how to integrate manual alarms into Home Assistant with MQTT support." -date: 2017-07-02 9:10 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Alarm diff --git a/source/_components/map.markdown b/source/_components/map.markdown index 4db8024e468..dbaefece9f5 100644 --- a/source/_components/map.markdown +++ b/source/_components/map.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Map" description: "Offers a map to show tracked devices." -date: 2017-10-11 10:01 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/marytts.markdown b/source/_components/marytts.markdown index aba32454a4b..c493db37e8c 100644 --- a/source/_components/marytts.markdown +++ b/source/_components/marytts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MaryTTS" description: "Instructions on how to setup MaryTTS with Home Assistant." -date: 2017-04-08 16:49 -sidebar: true -comments: false -sharing: true -footer: true logo: marytts.png ha_category: - Text-to-speech diff --git a/source/_components/mastodon.markdown b/source/_components/mastodon.markdown index df074b1e606..8dbd394bb3c 100644 --- a/source/_components/mastodon.markdown +++ b/source/_components/mastodon.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mastodon" description: "Instructions on how to add Instapush notifications to Home Assistant." -date: 2018-03-25 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mastodon.png ha_category: - Notifications diff --git a/source/_components/matrix.markdown b/source/_components/matrix.markdown index e0fb914dcbf..788f7815a96 100644 --- a/source/_components/matrix.markdown +++ b/source/_components/matrix.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Matrix" description: "Matrix chatbot support" -date: 2018-03-25 18:50 -sidebar: true -comments: false -sharing: true -footer: true logo: matrix.png ha_category: - Hub diff --git a/source/_components/maxcube.markdown b/source/_components/maxcube.markdown index caf4f987340..ca323b75f8c 100644 --- a/source/_components/maxcube.markdown +++ b/source/_components/maxcube.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "eQ-3 MAX! Cube" description: "Instructions on how to integrate eQ-3 MAX! components with Home Assistant via eQ-3 MAX! Cube." -date: 2017-02-04 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: maxcube.png ha_category: - Climate diff --git a/source/_components/mcp23017.markdown b/source/_components/mcp23017.markdown index e906d4114ed..56374eaf52c 100644 --- a/source/_components/mcp23017.markdown +++ b/source/_components/mcp23017.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MCP23017 I2C GPIO expander" description: "Instructions on how to integrate the MCP23017 GPIO pin expander with I2C interface into Home Assistant." -date: 2019-04-14 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/media_extractor.markdown b/source/_components/media_extractor.markdown index 0aeb880cbd0..ac536aef146 100644 --- a/source/_components/media_extractor.markdown +++ b/source/_components/media_extractor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Media Extractor" description: "Instructions on how to integrate the Media Extractor into Home Assistant." -date: 2017-07-12 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Media Player diff --git a/source/_components/media_player.markdown b/source/_components/media_player.markdown index 65b1fc27652..7d0e1dd84e0 100644 --- a/source/_components/media_player.markdown +++ b/source/_components/media_player.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Media Player" description: "Instructions on how to setup your media players with Home Assistant." -date: 2015-01-24 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Media Player diff --git a/source/_components/mediaroom.markdown b/source/_components/mediaroom.markdown index 1bf9dd3d4f6..44faf7f8c79 100644 --- a/source/_components/mediaroom.markdown +++ b/source/_components/mediaroom.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mediaroom" description: "Instructions on how to integrate Mediaroom Set-Top Boxes into Home Assistant." -date: 2018-01-22 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mediaroom.png ha_category: - Media Player diff --git a/source/_components/melissa.markdown b/source/_components/melissa.markdown index 1225eb38086..fb38635219f 100644 --- a/source/_components/melissa.markdown +++ b/source/_components/melissa.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Melissa" description: "Instructions on how to integrate Melissa Climate into Home Assistant." -date: 2017-01-05 17:30 -sidebar: true -comments: false -sharing: true -footer: true logo: mclimate.png ha_category: - Hub diff --git a/source/_components/meraki.markdown b/source/_components/meraki.markdown index d3d82a14a52..0dba4b9c8ee 100644 --- a/source/_components/meraki.markdown +++ b/source/_components/meraki.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Meraki" description: "Instructions on how to integrate Meraki-based presence detection into Home Assistant." -date: 2017-11-22 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: meraki.png ha_category: - Presence Detection diff --git a/source/_components/mercedesme.markdown b/source/_components/mercedesme.markdown index 5b12016f0e0..242514d4850 100644 --- a/source/_components/mercedesme.markdown +++ b/source/_components/mercedesme.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mercedes me" description: "Instructions on how to integrate Mercedes car with Mercedes me into Home Assistant." -date: 2018-01-27 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mercedesme.png ha_category: - Car diff --git a/source/_components/message_bird.markdown b/source/_components/message_bird.markdown index d71a9a36c73..17018a384d1 100644 --- a/source/_components/message_bird.markdown +++ b/source/_components/message_bird.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MessageBird" description: "Instructions on how to add user notifications to Home Assistant." -date: 2016-03-15 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: message_bird.png ha_category: - Notifications diff --git a/source/_components/met.markdown b/source/_components/met.markdown index a656578fed7..664e3cf7320 100644 --- a/source/_components/met.markdown +++ b/source/_components/met.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Met.no" description: "Instructions on how to integrate Met.no within Home Assistant." -date: 2018-09-17 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: metno.png ha_category: - Weather diff --git a/source/_components/meteo_france.markdown b/source/_components/meteo_france.markdown index e041a5b94ce..a6e7354957e 100644 --- a/source/_components/meteo_france.markdown +++ b/source/_components/meteo_france.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Météo-France" description: "Instructions on how to integrate Météo-France within Home Assistant." -date: 2018-10-18 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: meteo-france.png ha_release: 0.89 ha_iot_class: Cloud Polling diff --git a/source/_components/meteoalarm.markdown b/source/_components/meteoalarm.markdown index 07ee8f8c4a4..9f53d6e6257 100644 --- a/source/_components/meteoalarm.markdown +++ b/source/_components/meteoalarm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: MeteoAlarm Sensor description: "Instructions on how to set up MeteoAlarm binary sensors within Home Assistant." -date: 2019-05-03 16:50 -sidebar: true -comments: false -sharing: true -footer: true logo: meteoalarm.png ha_category: Binary Sensor ha_release: 0.93 diff --git a/source/_components/metoffice.markdown b/source/_components/metoffice.markdown index 1410c447717..d5493d880d1 100644 --- a/source/_components/metoffice.markdown +++ b/source/_components/metoffice.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Met Office" description: "Instructions on how to integrate Met Office weather conditions into Home Assistant." -date: 2017-03-23 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: metoffice.jpg ha_category: - Weather diff --git a/source/_components/mfi.markdown b/source/_components/mfi.markdown index 04af0134ac1..360ceb02954 100644 --- a/source/_components/mfi.markdown +++ b/source/_components/mfi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "mFi" description: "Instructions on how to integrate mFi within Home Assistant." -date: 2016-02-07 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ubiquiti.png ha_category: - Network diff --git a/source/_components/mhz19.markdown b/source/_components/mhz19.markdown index 5a5dfed9e7b..849a21bde1d 100644 --- a/source/_components/mhz19.markdown +++ b/source/_components/mhz19.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MH-Z19 CO2 Sensor" description: "Instructions on how to integrate the MH-Z19 CO2 sensor with Home Assistant." -date: 2016-08-24 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mhz19_logo.png ha_category: - DIY diff --git a/source/_components/microsoft.markdown b/source/_components/microsoft.markdown index 25c9bfb07e3..8bee1e31277 100644 --- a/source/_components/microsoft.markdown +++ b/source/_components/microsoft.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Microsoft Text-to-Speech" description: "Instructions on how to set up Microsoft Text-to-Speech with Home Assistant." -date: 2017-11-07 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: microsoft.png ha_category: - Text-to-speech diff --git a/source/_components/microsoft_face.markdown b/source/_components/microsoft_face.markdown index 9ddf62c6d6c..02f1c347e31 100644 --- a/source/_components/microsoft_face.markdown +++ b/source/_components/microsoft_face.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Microsoft Face" description: "Instructions on how to integrate Microsoft Face integration into Home Assistant." -date: 2017-01-25 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: microsoft.png ha_category: - Image Processing diff --git a/source/_components/microsoft_face_detect.markdown b/source/_components/microsoft_face_detect.markdown index 354d65254c8..a5f0b48ae67 100644 --- a/source/_components/microsoft_face_detect.markdown +++ b/source/_components/microsoft_face_detect.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Microsoft Face Detect" description: "Instructions on how to integrate Microsoft Face Detect into Home Assistant." -date: 2017-01-25 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: microsoft.png ha_category: - Image Processing diff --git a/source/_components/microsoft_face_identify.markdown b/source/_components/microsoft_face_identify.markdown index ebd4b254768..904ca8ad932 100644 --- a/source/_components/microsoft_face_identify.markdown +++ b/source/_components/microsoft_face_identify.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Microsoft Face Identify" description: "Instructions on how to integrate Microsoft Face Identify into Home Assistant." -date: 2017-01-25 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: microsoft.png ha_category: - Image Processing diff --git a/source/_components/miflora.markdown b/source/_components/miflora.markdown index ebf011be9fa..88ce7069dc9 100644 --- a/source/_components/miflora.markdown +++ b/source/_components/miflora.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mi Flora plant sensor" description: "Instructions on how to integrate MiFlora BLE plant sensor with Home Assistant." -date: 2016-09-19 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: miflora.png ha_category: - Environment @@ -16,7 +10,7 @@ redirect_from: - /components/sensor.miflora/ --- -The `miflora` sensor platform allows one to monitor plant soil and air conditions. The [Mi Flora plant sensor](https://www.huahuacaocao.com/product) is a small Bluetooth Low Energy device that monitors the moisture and conductivity of the soil as well as ambient light and temperature. Since only one BLE device can be polled at a time, the library implements locking to prevent polling more than one device at a time. +The `miflora` sensor platform allows one to monitor plant soil and air conditions. The [Mi Flora plant sensor](http://www.huahuacaocao.com/product) is a small Bluetooth Low Energy device that monitors the moisture and conductivity of the soil as well as ambient light and temperature. Since only one BLE device can be polled at a time, the library implements locking to prevent polling more than one device at a time. There are "Chinese" and "International" versions available and there is a [report](https://community.home-assistant.io/t/miflora-showing-data-unknown/19550/8) that only the "International" works. @@ -122,8 +116,7 @@ sensor: - platform: miflora mac: 'xx:xx:xx:xx:xx:xx' name: Flower 1 - force_update: false - median: 3 + force_up median: 3 monitored_conditions: - moisture - light diff --git a/source/_components/mikrotik.markdown b/source/_components/mikrotik.markdown index 9614e40ce4d..49199b8c8b2 100644 --- a/source/_components/mikrotik.markdown +++ b/source/_components/mikrotik.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MikroTik" description: "Instructions on how to integrate MikroTik/RouterOS based devices into Home Assistant." -date: 2017-04-28 16:03 -sidebar: true -comments: false -sharing: true -footer: true logo: mikrotik.png ha_category: - Presence Detection diff --git a/source/_components/mill.markdown b/source/_components/mill.markdown index 093bf7e2ee2..750607ba7df 100644 --- a/source/_components/mill.markdown +++ b/source/_components/mill.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mill heater" description: "Instructions on how to integrate Mill heater into Home Assistant." -date: 2018-10-10 15:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: mill.png ha_category: - Climate diff --git a/source/_components/min_max.markdown b/source/_components/min_max.markdown index fbcf66d44d7..6ea5c94f4bd 100644 --- a/source/_components/min_max.markdown +++ b/source/_components/min_max.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Min/max Sensor" description: "Instructions on how to integrate min/max sensors into Home Assistant." -date: 2016-10-13 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/mitemp_bt.markdown b/source/_components/mitemp_bt.markdown index 35954e7e775..46d44d831cf 100644 --- a/source/_components/mitemp_bt.markdown +++ b/source/_components/mitemp_bt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi BLE Temperature and Humidity sensor" description: "Instructions on how to integrate MiTemp BLE temperature and humidity sensor with Home Assistant." -date: 2018-04-22 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - DIY @@ -127,8 +121,7 @@ sensor: - platform: mitemp_bt mac: 'xx:xx:xx:xx:xx:xx' name: Kids Room Temp - force_update: false - median: 3 + force_up median: 3 monitored_conditions: - temperature - humidity diff --git a/source/_components/mjpeg.markdown b/source/_components/mjpeg.markdown index 3f1ce4400b3..3ab163d7c30 100644 --- a/source/_components/mjpeg.markdown +++ b/source/_components/mjpeg.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Generic MJPEG IP Camera" description: "Instructions on how to integrate IP cameras within Home Assistant." -date: 2015-11-09 08:36 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Camera diff --git a/source/_components/mobile_app.markdown b/source/_components/mobile_app.markdown index fd28efdff3e..74ff070dc85 100644 --- a/source/_components/mobile_app.markdown +++ b/source/_components/mobile_app.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mobile App" description: "The Mobile App integration allows a generic platform for integrating with mobile apps." -date: 2019-03-06 01:30 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - "Other" diff --git a/source/_components/mochad.markdown b/source/_components/mochad.markdown index d4207ffe5bb..9233b8227ca 100644 --- a/source/_components/mochad.markdown +++ b/source/_components/mochad.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mochad" description: "Instructions on how to integrate Mochad into Home Assistant." -date: 2016-10-20 17:09 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Hub - Light diff --git a/source/_components/modbus.markdown b/source/_components/modbus.markdown index 98cbb20da3f..fb0bc873119 100644 --- a/source/_components/modbus.markdown +++ b/source/_components/modbus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Modbus" description: "Instructions on how to integrate Modbus within Home Assistant." -date: 2015-04-25 9:16 -sidebar: true -comments: false -sharing: true -footer: true logo: modbus.png ha_category: - Hub diff --git a/source/_components/modem_callerid.markdown b/source/_components/modem_callerid.markdown index 51ef586329f..cd28ac6c315 100644 --- a/source/_components/modem_callerid.markdown +++ b/source/_components/modem_callerid.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Caller ID Sensor" description: "Instructions on how to integrate the Caller ID sensor into Home Assistant." -date: 2017-02-20 22:10 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Sensor ha_release: "0.40" diff --git a/source/_components/mold_indicator.markdown b/source/_components/mold_indicator.markdown index ec8c3722058..261ca47c7aa 100644 --- a/source/_components/mold_indicator.markdown +++ b/source/_components/mold_indicator.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mold Indicator" description: "How to use the mold growth indication integration in Home Assistant" -date: 2016-02-11 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Environment diff --git a/source/_components/monoprice.markdown b/source/_components/monoprice.markdown index 8f5fa9cce8f..2641bf05f0f 100644 --- a/source/_components/monoprice.markdown +++ b/source/_components/monoprice.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Monoprice 6-Zone Amplifier" description: "Instructions on how to integrate Monoprice 6-Zone Home Audio Controller into Home Assistant." -date: 2017-10-02 11:45 -sidebar: true -comments: false -sharing: true -footer: true logo: monoprice.svg ha_category: - Media Player diff --git a/source/_components/moon.markdown b/source/_components/moon.markdown index 7254e672d69..ea0db0737fa 100644 --- a/source/_components/moon.markdown +++ b/source/_components/moon.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Moon Sensor" description: "Instructions on how to integrate the moon sensor into Home Assistant." -date: 2017-02-03 07:10 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Environment diff --git a/source/_components/mopar.markdown b/source/_components/mopar.markdown index 74993eaa693..2d397cd75b6 100644 --- a/source/_components/mopar.markdown +++ b/source/_components/mopar.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mopar" description: "Instructions on how to integrate Mopar vehicles into Home Assistant." -date: 2017-08-30 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mopar.png ha_category: - Car diff --git a/source/_components/mpchc.markdown b/source/_components/mpchc.markdown index 21cc0b83e2a..b16b0a74e17 100644 --- a/source/_components/mpchc.markdown +++ b/source/_components/mpchc.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MPC-HC" description: "Instructions on how to integrate MPC-HC into Home Assistant." -date: 2016-07-27 21:21 -sidebar: true -comments: false -sharing: true -footer: true logo: mpchc.png ha_category: - Media Player diff --git a/source/_components/mpd.markdown b/source/_components/mpd.markdown index c17885ebf74..ebf80e02ffe 100644 --- a/source/_components/mpd.markdown +++ b/source/_components/mpd.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Music Player Daemon (MPD)" description: "Instructions on how to integrate Music Player Daemon into Home Assistant." -date: 2016-09-30 23:06 -sidebar: true -comments: false -sharing: true -footer: true logo: mpd.png ha_category: - Media Player diff --git a/source/_components/mqtt.markdown b/source/_components/mqtt.markdown index b26b6f7163f..77327257046 100644 --- a/source/_components/mqtt.markdown +++ b/source/_components/mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT" description: "Instructions on how to setup MQTT within Home Assistant." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Hub diff --git a/source/_components/mqtt_eventstream.markdown b/source/_components/mqtt_eventstream.markdown index feb0354ff44..b4216bf71c3 100644 --- a/source/_components/mqtt_eventstream.markdown +++ b/source/_components/mqtt_eventstream.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Eventstream" description: "Instructions on how to setup MQTT eventstream within Home Assistant." -date: 2016-01-13 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Other diff --git a/source/_components/mqtt_json.markdown b/source/_components/mqtt_json.markdown index 2daf308fcfe..7d2968fd01f 100644 --- a/source/_components/mqtt_json.markdown +++ b/source/_components/mqtt_json.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "JSON MQTT Device Tracker" description: "Instructions on how to use JSON MQTT to track devices in Home Assistant." -date: 2017-04-12 20:41 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Presence Detection diff --git a/source/_components/mqtt_room.markdown b/source/_components/mqtt_room.markdown index f3d24bdc9e7..1721581d906 100644 --- a/source/_components/mqtt_room.markdown +++ b/source/_components/mqtt_room.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Room Presence" description: "Instructions on how to track room presence within Home Assistant." -date: 2016-08-21 03:58 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Presence Detection diff --git a/source/_components/mqtt_statestream.markdown b/source/_components/mqtt_statestream.markdown index 891d882df61..2a4d185eb47 100644 --- a/source/_components/mqtt_statestream.markdown +++ b/source/_components/mqtt_statestream.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Statestream" description: "Instructions on how to setup MQTT Statestream within Home Assistant." -date: 2017-10-01 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Other diff --git a/source/_components/mvglive.markdown b/source/_components/mvglive.markdown index 95b51353fa1..8b1d94d075e 100644 --- a/source/_components/mvglive.markdown +++ b/source/_components/mvglive.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MVG" description: "Instructions on how to integrate Munich public transport departure times into Home Assistant." -date: 2017-03-21 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mvg.png ha_category: - Transport diff --git a/source/_components/mychevy.markdown b/source/_components/mychevy.markdown index a4bc25370e0..cb72b781e35 100644 --- a/source/_components/mychevy.markdown +++ b/source/_components/mychevy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MyChevy" description: "Instructions on how to integrate Chevy Bolt car into Home Assistant." -date: 2017-08-28 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: chevy.png ha_category: - Car diff --git a/source/_components/mycroft.markdown b/source/_components/mycroft.markdown index 7d06ea10ac0..41a8959b70c 100644 --- a/source/_components/mycroft.markdown +++ b/source/_components/mycroft.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mycroft" description: "Instructions on how to setup Mycroft AI within Home Assistant." -date: 2017-08-26 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mycroft.png ha_category: - Voice diff --git a/source/_components/myq.markdown b/source/_components/myq.markdown index 31f02870e0d..49d39aef031 100644 --- a/source/_components/myq.markdown +++ b/source/_components/myq.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MyQ Cover" description: "Instructions on how to integrate MyQ-Enabled garage door covers into Home Assistant." -date: 2017-02-14 14:21 -sidebar: true -comments: false -sharing: true -footer: true logo: myq.png ha_category: - Cover diff --git a/source/_components/mysensors.markdown b/source/_components/mysensors.markdown index ffb975624fc..98bd9f28f36 100644 --- a/source/_components/mysensors.markdown +++ b/source/_components/mysensors.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MySensors" description: "Instructions on how to integrate MySensors sensors into Home Assistant." -date: 2016-10-01 15:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: mysensors.png ha_category: - DIY diff --git a/source/_components/mystrom.markdown b/source/_components/mystrom.markdown index 050cfe5fbe3..4419123b408 100644 --- a/source/_components/mystrom.markdown +++ b/source/_components/mystrom.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "myStrom WiFi Bulb" description: "Instructions on how to integrate myStrom WiFi Bulbs into Home Assistant." -date: 2017-04-18 06:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mystrom.png ha_category: - Light diff --git a/source/_components/mythicbeastsdns.markdown b/source/_components/mythicbeastsdns.markdown index 1b721ffe012..b2e771163c0 100644 --- a/source/_components/mythicbeastsdns.markdown +++ b/source/_components/mythicbeastsdns.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Mythic Beasts DNS" description: "Keep your mythic beasts DNS updated" -date: 2018-11-09 14:57 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Network ha_release: 0.85 diff --git a/source/_components/n26.markdown b/source/_components/n26.markdown index a9e7d5c2ee1..264cf0c8d3c 100644 --- a/source/_components/n26.markdown +++ b/source/_components/n26.markdown @@ -1,19 +1,12 @@ --- -layout: page title: "N26" description: "Instructions on how to integrate N26 integration within Home Assistant." -date: 2019-03-11 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: n26.png ha_category: - Finance - Sensor - Switch ha_release: 0.92 -featured: false ha_iot_class: Cloud Polling --- diff --git a/source/_components/nad.markdown b/source/_components/nad.markdown index bcdec4b48ca..402e8227d95 100644 --- a/source/_components/nad.markdown +++ b/source/_components/nad.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NAD" description: "Instructions on how to integrate NAD receivers into Home Assistant." -date: 2016-01-05 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: nad.png ha_category: - Media Player diff --git a/source/_components/namecheapdns.markdown b/source/_components/namecheapdns.markdown index 6189ac0aea0..4508a5fe15e 100644 --- a/source/_components/namecheapdns.markdown +++ b/source/_components/namecheapdns.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NamecheapDNS" description: "Keep your namecheap dynamic DNS up to date" -date: 2017-10-11 20:16 -sidebar: true -comments: false -sharing: true -footer: true logo: namecheap.png ha_category: - Network diff --git a/source/_components/nanoleaf.markdown b/source/_components/nanoleaf.markdown index 1a14a5744a9..6a234cc8d93 100644 --- a/source/_components/nanoleaf.markdown +++ b/source/_components/nanoleaf.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Nanoleaf Light Panel" description: "Instructions how to integrate Nanoleaf Light Panels into Home Assistant." -date: 2018-01-04 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: nanoleaf_light.png ha_category: - Light diff --git a/source/_components/neato.markdown b/source/_components/neato.markdown index 73b76c84d67..6eddf469ee4 100644 --- a/source/_components/neato.markdown +++ b/source/_components/neato.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Neato Robotics" description: "Instructions on how to integrate your Neato within Home Assistant." -date: 2016-10-09 20:15 -sidebar: true -comments: false -sharing: true -footer: true logo: neato.png ha_category: - Camera diff --git a/source/_components/nederlandse_spoorwegen.markdown b/source/_components/nederlandse_spoorwegen.markdown index 7849eb5abdd..7faf2bdd120 100644 --- a/source/_components/nederlandse_spoorwegen.markdown +++ b/source/_components/nederlandse_spoorwegen.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Nederlandse Spoorwegen" description: "Instructions on how to integrate timetable data for traveling by train in the Netherlands within Home Assistant." -date: 2017-10-25 13:35 -sidebar: true -comments: false -sharing: true -footer: true logo: nederlandse_spoorwegen.png ha_category: - Transport diff --git a/source/_components/nello.markdown b/source/_components/nello.markdown index 022b6cbb430..715c19e8624 100644 --- a/source/_components/nello.markdown +++ b/source/_components/nello.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Nello Lock" description: "Instructions on how to integrate Nello intercom devices." -date: 2017-08-13 17:25 -sidebar: true -comments: false -sharing: true -footer: true logo: nello.png ha_category: - Lock diff --git a/source/_components/ness_alarm.markdown b/source/_components/ness_alarm.markdown index 02bf59f53db..fc3cb90fd84 100644 --- a/source/_components/ness_alarm.markdown +++ b/source/_components/ness_alarm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ness Alarm" description: "Instructions on how to integrate a Ness D8x/D16x alarm system with Home Assistant." -date: 2018-11-25 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ness.png ha_category: - Alarm diff --git a/source/_components/nest.markdown b/source/_components/nest.markdown index 392f2767570..71f6cf43be9 100644 --- a/source/_components/nest.markdown +++ b/source/_components/nest.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Nest" description: "Instructions on how to integrate Nest into Home Assistant." -date: 2016-01-29 21:57 -sidebar: true -comments: false -sharing: true -footer: true logo: nest.png ha_category: - Hub @@ -14,7 +8,6 @@ ha_category: - Camera - Climate - Sensor -featured: false ha_iot_class: Cloud Push redirect_from: - /components/binary_sensor.nest/ diff --git a/source/_components/netatmo.markdown b/source/_components/netatmo.markdown index 072252a28d6..fa9aefdcd81 100644 --- a/source/_components/netatmo.markdown +++ b/source/_components/netatmo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Netatmo" description: "Instructions on how to integrate Netatmo integration into Home Assistant." -date: 2016-06-02 08:10 -sidebar: true -comments: false -sharing: true -footer: true logo: netatmo.png ha_category: - Hub @@ -99,9 +93,9 @@ That's it. You can copy and paste your new `client id` and `client secret` in yo ### Webhooks -The Welcome and Presence cameras can send instant events to Home Assistant by using webhooks. There are different types of events, each with slightly different data attached. To enable the webhooks add `webhooks: true` to your configuration. It is also required to have your camera enabled in Home Assistant. You can do this either by manually setting up the [platform](https://www.home-assistant.io/components/camera.netatmo/) or by enabeling [discovery](https://www.home-assistant.io/components/netatmo/#discovery). +The Welcome and Presence cameras can send instant events to Home Assistant by using webhooks. There are different types of events, each with slightly different data attached. To enable the webhooks add `webhooks: true` to your configuration. It is also required to have your camera enabled in Home Assistant. You can do this either by manually setting up the [platform](/components/camera.netatmo/) or by enabeling [discovery](/components/netatmo/#discovery). -To be able to receive events from Netatmo, your Home Assistant instance needs to be accessible from the web ([Hass.io instructions](https://www.home-assistant.io/addons/duckdns/)) and you need to have the base_url configured for the HTTP integration ([docs](https://www.home-assistant.io/components/http/#base_url)). +To be able to receive events from Netatmo, your Home Assistant instance needs to be accessible from the web ([Hass.io instructions](/addons/duckdns/)) and you need to have the base_url configured for the HTTP integration ([docs](/components/http/#base_url)). Events coming in from Netatmo will be available as events in Home Assistant and are fired as netatmo_*, along with their data. You can use this event to trigger automations. @@ -141,7 +135,7 @@ The Welcome camera additionally has these attributes for `netatmo_person` events | is_known | Boolean value if the person is known. | face_url | URL to a picture of the person. -The `netatmo_other` event passes all the webhook data through for all webhook events that don't match any of the above. Set the [level of logging](https://www.home-assistant.io/components/logger/) for the `netatmo` integration to `debug` to view the data in the Home Assistant logs. +The `netatmo_other` event passes all the webhook data through for all webhook events that don't match any of the above. Set the [level of logging](/components/logger/) for the `netatmo` integration to `debug` to view the data in the Home Assistant logs. ### Services (only for webhooks) @@ -149,7 +143,7 @@ There are two services to manually add and drop the webhooks. This might be usef | Service | Description | | ------- | ----------- | -| addwebhook | Subscribe to webhooks. By default the automatically generated URL will be used. But you can pass `{"url": "https://yourdomain.com/yourwebhook/"}` as service data to the service call if you want to use a manually created [webhook trigger](https://www.home-assistant.io/docs/automation/trigger/#webhook-trigger). In this case you have to manually process the data that is sent by Netatmo. +| addwebhook | Subscribe to webhooks. By default the automatically generated URL will be used. But you can pass `{"url": "https://yourdomain.com/yourwebhook/"}` as service data to the service call if you want to use a manually created [webhook trigger](/docs/automation/trigger/#webhook-trigger). In this case you have to manually process the data that is sent by Netatmo. | dropwebhook | Unsubscribe existing webhooks. ## Binary Sensor diff --git a/source/_components/netdata.markdown b/source/_components/netdata.markdown index d69d9dc4e2f..0deca3fb283 100644 --- a/source/_components/netdata.markdown +++ b/source/_components/netdata.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Netdata" description: "Instructions on how to integrate Netdata within Home Assistant." -date: 2016-12-05 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: netdata.png ha_category: - System Monitor diff --git a/source/_components/netgear.markdown b/source/_components/netgear.markdown index 622a451d59c..6b9189e52ff 100644 --- a/source/_components/netgear.markdown +++ b/source/_components/netgear.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Netgear" description: "Instructions on how to integrate Netgear routers into Home Assistant." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: netgear.png ha_category: - Presence Detection diff --git a/source/_components/netgear_lte.markdown b/source/_components/netgear_lte.markdown index d728a6c2dc4..fe414c6b482 100644 --- a/source/_components/netgear_lte.markdown +++ b/source/_components/netgear_lte.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Netgear LTE" description: "Instructions on how to integrate your Netgear LTE modem within Home Assistant." -date: 2018-06-06 23:00 -sidebar: true -comments: false -sharing: true -footer: true logo: netgear.png ha_release: 0.72 ha_category: diff --git a/source/_components/netio.markdown b/source/_components/netio.markdown index 99cfd8ebfda..6e72873cc72 100644 --- a/source/_components/netio.markdown +++ b/source/_components/netio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Netio Switch" description: "Instructions on how to integrate Netio switches into Home Assistant." -date: 2016-09-02 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: netio.png ha_category: - Switch diff --git a/source/_components/neurio_energy.markdown b/source/_components/neurio_energy.markdown index f5453f39fe0..1c7c4c5b03c 100644 --- a/source/_components/neurio_energy.markdown +++ b/source/_components/neurio_energy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Neurio" description: "Instructions on how to integrate Neurio within Home Assistant." -date: 2016-02-15 21:50 -sidebar: true -comments: false -sharing: true -footer: true logo: neurio.png ha_category: - Energy diff --git a/source/_components/nextbus.markdown b/source/_components/nextbus.markdown index f6324681eca..c05c001fd88 100644 --- a/source/_components/nextbus.markdown +++ b/source/_components/nextbus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Public Transit (Nextbus)" description: "Instructions on how to use public transit data from Nextbus in Home Assistant." -date: 2019-02-20 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: train.png ha_category: - Transport diff --git a/source/_components/nfandroidtv.markdown b/source/_components/nfandroidtv.markdown index fa396171800..27ef3bad95e 100644 --- a/source/_components/nfandroidtv.markdown +++ b/source/_components/nfandroidtv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Notifications for Android TV / FireTV" description: "Notifications for Android TV / FireTV" -date: 2016-10-21 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: nfandroidtv.png ha_category: - Notifications diff --git a/source/_components/niko_home_control.markdown b/source/_components/niko_home_control.markdown index 3e5ea691327..c7244bf4b3f 100644 --- a/source/_components/niko_home_control.markdown +++ b/source/_components/niko_home_control.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Niko Home Control Light" description: "Instructions on how to integrate Niko Home Control lights into Home Assistant." -date: 2018-04-08 08:00 -sidebar: true -comments: false -sharing: true -footer: true +logo: niko.png ha_category: - Light ha_iot_class: Local Polling diff --git a/source/_components/nilu.markdown b/source/_components/nilu.markdown index 65969efc2a2..17bd10436c6 100644 --- a/source/_components/nilu.markdown +++ b/source/_components/nilu.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Norwegian Institute for Air Research" description: "Instructions on how to integrate air pollution data from NILU within Home Assistant." -date: 2018-12-30 18:45 -sidebar: true -comments: false -sharing: true -footer: true logo: nilu_logo.png ha_category: - Health diff --git a/source/_components/nissan_leaf.markdown b/source/_components/nissan_leaf.markdown index 250e22e8a9d..b6c0fd82cbd 100644 --- a/source/_components/nissan_leaf.markdown +++ b/source/_components/nissan_leaf.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Nissan Leaf" description: "Instructions for how to integrate Nissan Leaf(s) into Home Assistant." -date: 2019-01-05 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: nissan.png ha_category: - Car diff --git a/source/_components/nmap_tracker.markdown b/source/_components/nmap_tracker.markdown index 3ac31cf5e75..d02e99338a7 100644 --- a/source/_components/nmap_tracker.markdown +++ b/source/_components/nmap_tracker.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Nmap" description: "Instructions on how to integrate Nmap into Home Assistant." -date: 2018-09-21 18:59 -sidebar: true -comments: false -sharing: true -footer: true logo: nmap.png ha_category: - Presence Detection diff --git a/source/_components/nmbs.markdown b/source/_components/nmbs.markdown index 06ba7603c29..0643941c70e 100644 --- a/source/_components/nmbs.markdown +++ b/source/_components/nmbs.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NMBS Sensor" description: "Instructions on how to integrate timetable data for traveling on the NMBS Belgian Railway within Home Assistant." -date: 2018-11-24 13:47 -sidebar: true -comments: false -sharing: true -footer: true logo: sncb_nmbs.gif ha_category: - Transport diff --git a/source/_components/no_ip.markdown b/source/_components/no_ip.markdown index 223f6f72bf0..b7011daa526 100644 --- a/source/_components/no_ip.markdown +++ b/source/_components/no_ip.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NO-IP.com" description: "Keep your computer registered with the NO-IP.com dynamic DNS." -date: 2017-10-27 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: noip.png ha_category: - Network diff --git a/source/_components/noaa_tides.markdown b/source/_components/noaa_tides.markdown index 2f6ca17d99a..dd04e3cb897 100644 --- a/source/_components/noaa_tides.markdown +++ b/source/_components/noaa_tides.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NOAA Tides" description: "Instructions to add NOAA Tide information to Home Assistant." -date: 2018-07-24 08:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Environment ha_release: 0.75 diff --git a/source/_components/norway_air.markdown b/source/_components/norway_air.markdown index 33c937cedb3..a957d14bb11 100644 --- a/source/_components/norway_air.markdown +++ b/source/_components/norway_air.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Norway Air Quality" description: "Display the current status of Norway air quality." -date: 2019-02-02 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: metno.png ha_category: - Health diff --git a/source/_components/notify.command_line.markdown b/source/_components/notify.command_line.markdown index b9105f1981b..44c6db4e684 100644 --- a/source/_components/notify.command_line.markdown +++ b/source/_components/notify.command_line.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Command line Notify" description: "Instructions on how to add command line notifications to Home Assistant." -date: 2016-02-22 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: command_line.png ha_category: - Notifications diff --git a/source/_components/notify.group.markdown b/source/_components/notify.group.markdown index afda9b6f25b..2efe7347988 100644 --- a/source/_components/notify.group.markdown +++ b/source/_components/notify.group.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Notify Group" description: "Instructions on how to setup the notify group platform." -date: 2016-08-18 00:12 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Notifications diff --git a/source/_components/notify.knx.markdown b/source/_components/notify.knx.markdown index 5c5db243871..2f3572ba211 100644 --- a/source/_components/notify.knx.markdown +++ b/source/_components/notify.knx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KNX Notify" description: "Instructions on how to use the KNX notify with Home Assistant." -date: 2016-09-03 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: knx.png ha_category: - Notifications diff --git a/source/_components/notify.markdown b/source/_components/notify.markdown index 5255e2482d5..5dbb6d04ab7 100644 --- a/source/_components/notify.markdown +++ b/source/_components/notify.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Notifications" description: "Instructions on how to add user notifications to Home Assistant." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Notifications diff --git a/source/_components/notify.mysensors.markdown b/source/_components/notify.mysensors.markdown index 1a0f71e7875..5c304a67317 100644 --- a/source/_components/notify.mysensors.markdown +++ b/source/_components/notify.mysensors.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MySensors Notify" description: "Instructions on how to integrate MySensors notifications into Home Assistant." -date: 2017-01-07 15:00 +0100 -sidebar: true -comments: false -sharing: true -footer: true logo: mysensors.png ha_category: - DIY diff --git a/source/_components/notify.rest.markdown b/source/_components/notify.rest.markdown index 66928eecbae..2c36aaec529 100644 --- a/source/_components/notify.rest.markdown +++ b/source/_components/notify.rest.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "REST" description: "Instructions on how to add RESTful notifications to Home Assistant." -date: 2016-02-12 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: restful.png ha_category: - Notifications diff --git a/source/_components/nsw_fuel_station.markdown b/source/_components/nsw_fuel_station.markdown index cf6dd619386..6897055e47c 100644 --- a/source/_components/nsw_fuel_station.markdown +++ b/source/_components/nsw_fuel_station.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NSW Fuel Station Price Sensor" description: "Instructions on how to integrate NSW fuel station prices into Home Assistant." -date: 2018-06-02 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: fuelcheck.png ha_category: - Car diff --git a/source/_components/nsw_rural_fire_service_feed.markdown b/source/_components/nsw_rural_fire_service_feed.markdown index e14053f7c13..54515404b29 100644 --- a/source/_components/nsw_rural_fire_service_feed.markdown +++ b/source/_components/nsw_rural_fire_service_feed.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NSW Rural Fire Service Incidents" description: "Instructions on how to integrate the NSW Rural Fire Service Incidents feed into Home Assistant." -date: 2018-09-23 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: nsw-rural-fire-service.png ha_category: - Geolocation diff --git a/source/_components/nuheat.markdown b/source/_components/nuheat.markdown index 020095a7e72..91c789d98b2 100644 --- a/source/_components/nuheat.markdown +++ b/source/_components/nuheat.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NuHeat" description: "Instructions on how to integrate your NuHeat Signature thermostats within Home Assistant." -date: 2017-11-11 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: nuheat.png ha_category: - Climate @@ -16,7 +10,7 @@ redirect_from: - /components/climate.nuheat/ --- -The `nuheat` integration lets control your connected [NuHeat Signature]([NuHeat Signature](http://www.nuheat.com/products/thermostats/signature-thermostat)) floor heating thermostats from [NuHeat](http://www.nuheat.com/). +The `nuheat` integration lets control your connected [NuHeat Signature](http://www.nuheat.com/products/thermostats/signature-thermostat) floor heating thermostats from [NuHeat](http://www.nuheat.com/). There is currently support for the following device types within Home Assistant: diff --git a/source/_components/nuimo_controller.markdown b/source/_components/nuimo_controller.markdown index 968026dfdb6..452926a2e1a 100644 --- a/source/_components/nuimo_controller.markdown +++ b/source/_components/nuimo_controller.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Nuimo controller" description: "Instructions on how to setup and use a Nuimo device in Home Assistant." -date: 2016-08-30 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: nuimo.png ha_category: - Hub diff --git a/source/_components/nuki.markdown b/source/_components/nuki.markdown index 1706f363579..1c900edfec6 100644 --- a/source/_components/nuki.markdown +++ b/source/_components/nuki.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Nuki Smart Lock" description: "Instructions on how to integrate a Nuki Smart Lock devices." -date: 2017-02-02 09:35 -sidebar: true -comments: false -sharing: true -footer: true logo: nuki.png ha_category: - Lock diff --git a/source/_components/nut.markdown b/source/_components/nut.markdown index b0863ba2a33..1b370f9309d 100644 --- a/source/_components/nut.markdown +++ b/source/_components/nut.markdown @@ -1,12 +1,6 @@ --- -layout: page title: NUT Sensor description: "Instructions on how to set up NUT sensors within Home Assistant." -date: 2016-11-23 -sidebar: true -comments: false -sharing: true -footer: true logo: nut.png ha_category: - System Monitor @@ -90,15 +84,12 @@ ups.vendorid: 051d ups.timer.shutdown: -1 ups.test.result: No test initiated ups.firmware: 868.L3 -P.D -battery.mfr.date: 2015/05/08 -ups.serial: 3B1519X19994 +battery.mfr.ups.serial: 3B1519X19994 ups.productid: 0002 battery.runtime: 2552 -battery.date: 2001/09/25 -battery.voltage.nominal: 24.0 +battery.battery.voltage.nominal: 24.0 battery.type: PbAc -ups.mfr.date: 2015/05/08 -ups.status: OL +ups.mfr.ups.status: OL ups.model: Back-UPS RS1000G ups.beeper.status: disabled battery.charge: 100 diff --git a/source/_components/nx584.markdown b/source/_components/nx584.markdown index 73c489f466f..b6d7cf24f79 100644 --- a/source/_components/nx584.markdown +++ b/source/_components/nx584.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NX584 Alarm Control Panel" description: "Instructions on how to integrate NX584 into Home Assistant." -date: 2016-02-07 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: networx.png ha_category: - Alarm diff --git a/source/_components/nzbget.markdown b/source/_components/nzbget.markdown index 2a91ac2877c..375928a39cb 100644 --- a/source/_components/nzbget.markdown +++ b/source/_components/nzbget.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NZBGet" description: "Instructions on how to integrate NZBGet within Home Assistant." -date: 2016-04-08 19:59 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Downloading logo: nzbget.png diff --git a/source/_components/oasa_telematics.markdown b/source/_components/oasa_telematics.markdown index 36cb1e3a18c..5dfd7d71158 100644 --- a/source/_components/oasa_telematics.markdown +++ b/source/_components/oasa_telematics.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OASA Telematics" description: "Instructions on how to integrate bus and trolley arrival data for Greek OASA Telematics within Home Assistant." -date: 2019-03-05 21:52 -sidebar: true -comments: false -sharing: true -footer: true logo: oasa.png ha_category: - Transport diff --git a/source/_components/octoprint.markdown b/source/_components/octoprint.markdown index 95efbbdbd5e..3f66a1b6338 100644 --- a/source/_components/octoprint.markdown +++ b/source/_components/octoprint.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OctoPrint" description: "Instructions on how to setup the OctoPrint in Home Assistant." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true logo: octoprint.png ha_category: - Hub diff --git a/source/_components/oem.markdown b/source/_components/oem.markdown index f5c79f4c03f..b49c0e1fcd4 100644 --- a/source/_components/oem.markdown +++ b/source/_components/oem.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenEnergyMonitor WiFi Thermostat" description: "Instructions on how to integrate an OpenEnergyMonitor thermostat with Home Assistant." -date: 2017-01-27 11:15 -sidebar: true -comments: false -sharing: true -footer: true logo: oem.png ha_category: - Climate diff --git a/source/_components/ohmconnect.markdown b/source/_components/ohmconnect.markdown index 065138acd8e..85c9f98d7a2 100644 --- a/source/_components/ohmconnect.markdown +++ b/source/_components/ohmconnect.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OhmConnect" description: "Documentation about the OhmConnect sensor." -date: 2016-08-08 17:05 -sidebar: true -comments: false -sharing: true -footer: true logo: "ohmconnect.png" ha_category: - Energy diff --git a/source/_components/onboarding.markdown b/source/_components/onboarding.markdown index 4214d6def9c..6bbc0ba483a 100644 --- a/source/_components/onboarding.markdown +++ b/source/_components/onboarding.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Onboarding" description: "This integration is responsible for providing the onboarding endpoints." -date: 2018-03-19 21:04 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/onewire.markdown b/source/_components/onewire.markdown index cb2d92857ad..7bc9d35aabd 100644 --- a/source/_components/onewire.markdown +++ b/source/_components/onewire.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "One wire Sensor" description: "Instructions on how to integrate One wire (1-wire) sensors into Home Assistant." -date: 2017-09-15 10:10 -sidebar: true -comments: false -sharing: true -footer: true logo: onewire.png ha_category: - DIY @@ -21,7 +15,7 @@ The `onewire` platform supports sensors which are using the One wire (1-wire) bu Supported devices: - [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) -- [DS18S20](https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/DS18S20.html) +- [DS18S20](https://www.maximintegrated.com/en/products/sensors/DS18S20.html) - [DS1822](https://datasheets.maximintegrated.com/en/ds/DS1822.pdf) - [DS1825](https://datasheets.maximintegrated.com/en/ds/DS1825.pdf) - [DS28EA00](https://datasheets.maximintegrated.com/en/ds/DS28EA00.pdf) temperature sensors diff --git a/source/_components/onkyo.markdown b/source/_components/onkyo.markdown index 822717cb504..6b51a0095ba 100644 --- a/source/_components/onkyo.markdown +++ b/source/_components/onkyo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Onkyo" description: "Instructions on how to integrate Onkyo and some Pioneer receivers into Home Assistant." -date: 2016-03-30 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: onkyo.png ha_category: - Media Player diff --git a/source/_components/onvif.markdown b/source/_components/onvif.markdown index f6721103f53..9bba6088bdf 100644 --- a/source/_components/onvif.markdown +++ b/source/_components/onvif.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ONVIF Camera" description: "Instructions on how to integrate a ONVIF camera within Home Assistant." -date: 2017-06-09 21:00 -sidebar: true -comments: false -sharing: true -footer: true logo: onvif.png ha_category: - Camera diff --git a/source/_components/openalpr_cloud.markdown b/source/_components/openalpr_cloud.markdown index 8ba6284898b..9029e61b93a 100644 --- a/source/_components/openalpr_cloud.markdown +++ b/source/_components/openalpr_cloud.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenALPR Cloud" description: "Instructions on how to integrate licences plates with OpenALPR cloud into Home Assistant." -date: 2017-01-09 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: openalpr.png ha_category: - Image Processing diff --git a/source/_components/openalpr_local.markdown b/source/_components/openalpr_local.markdown index 6206c7feaef..8321eac791e 100644 --- a/source/_components/openalpr_local.markdown +++ b/source/_components/openalpr_local.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenALPR Local" description: "Instructions on how to integrate licences plates with OpenALPR local into Home Assistant." -date: 2017-01-09 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: openalpr.png ha_category: - Image Processing diff --git a/source/_components/opencv.markdown b/source/_components/opencv.markdown index e9047b10432..460def7eb71 100644 --- a/source/_components/opencv.markdown +++ b/source/_components/opencv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenCV" description: "Instructions on how to integrate OpenCV image processing into Home Assistant." -date: 2017-01-25 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: opencv.png ha_category: - Image Processing diff --git a/source/_components/openevse.markdown b/source/_components/openevse.markdown index dd5e1dd4bd9..6b63ca3a203 100644 --- a/source/_components/openevse.markdown +++ b/source/_components/openevse.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenEVSE Sensor" description: "Instructions on how to integrate a WiFi-equipped OpenEVSE Charging station with Home Assistant" -date: 2017-02-02 22:09 -sidebar: true -comments: false -sharing: true -footer: true logo: openevse.png ha_category: - Car diff --git a/source/_components/openexchangerates.markdown b/source/_components/openexchangerates.markdown index d6e93cb9806..9d069eea6d8 100644 --- a/source/_components/openexchangerates.markdown +++ b/source/_components/openexchangerates.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Open Exchange Rates" description: "Instructions on how to integrate exchange rates from https://openexchangerates.org within Home Assistant." -date: 2016-06-23 10:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Finance logo: openexchangerates.png diff --git a/source/_components/opengarage.markdown b/source/_components/opengarage.markdown index fc433c1d2e0..5f0da78a861 100644 --- a/source/_components/opengarage.markdown +++ b/source/_components/opengarage.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenGarage Cover" description: "Instructions on how to integrate OpenGarage.io covers within Home Assistant." -date: 2017-04-07 14:25 -sidebar: true -comments: false -sharing: true -footer: true logo: opengarage.png ha_category: - DIY diff --git a/source/_components/openhardwaremonitor.markdown b/source/_components/openhardwaremonitor.markdown index 6abc3fafc86..8964e53f1a4 100644 --- a/source/_components/openhardwaremonitor.markdown +++ b/source/_components/openhardwaremonitor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Open Hardware Monitor Sensor" description: "Instructions on how to integrate Open Hardware Monitor within Home Assistant." -date: 2017-06-16 00:00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: openhardwaremonitor.png ha_category: - System Monitor diff --git a/source/_components/openhome.markdown b/source/_components/openhome.markdown index ac3916a1a53..d6c2183e6ab 100644 --- a/source/_components/openhome.markdown +++ b/source/_components/openhome.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Linn / Openhome" description: "Instructions on how to integrate Linn Ds and Openhome renderers into Home Assistant." -date: 2017-02-21 22:40 -sidebar: true -comments: false -sharing: true -footer: true logo: linn.png ha_category: - Media Player diff --git a/source/_components/opensensemap.markdown b/source/_components/opensensemap.markdown index ff26c8b9d3f..49dc1f723f1 100644 --- a/source/_components/opensensemap.markdown +++ b/source/_components/opensensemap.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenSenseMap" description: "Instructions on how to setup openSenseMap sensors in Home Assistant." -date: 2018-12-15 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: opensensemap.png ha_category: - Health diff --git a/source/_components/opensky.markdown b/source/_components/opensky.markdown index 13613a87df4..7bcfe5f785b 100644 --- a/source/_components/opensky.markdown +++ b/source/_components/opensky.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenSky Network" description: "Instructions on how to integrate OpenSky Network into Home Assistant." -date: 2017-04-14 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: opensky.png ha_category: - Transport diff --git a/source/_components/opentherm_gw.markdown b/source/_components/opentherm_gw.markdown index 9eaf0e2d112..ee57038a5fe 100644 --- a/source/_components/opentherm_gw.markdown +++ b/source/_components/opentherm_gw.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenTherm Gateway" description: "Control your OpenTherm Gateway from Home Assistant." -date: 2018-10-07 16:23 -sidebar: true -comments: false -sharing: true -footer: true logo: opentherm.png ha_category: - Hub @@ -180,196 +174,196 @@ The following `sensor` entities will be created for each configured gateway. The Not all boilers and thermostats properly support all OpenTherm features, so not all of the sensors will have useful values.

-- **burner_hours** +- **burner_hours** Boiler flame on time. -- **burner_starts** +- **burner_starts** Number of burner starts. -- **ch_pump_hours** +- **ch_pump_hours** Central heating pump running time. -- **ch_pump_starts** +- **ch_pump_starts** Number of central heating pump starts. -- **ch_water_pressure** +- **ch_water_pressure** Central heating water pressure. -- **ch_water_temp** +- **ch_water_temp** Central heating water temperature. -- **ch_water_temp_2** +- **ch_water_temp_2** Central heating 2 water temperature. -- **control_setpoint** +- **control_setpoint** Central heating water target temperature. -- **control_setpoint_2** +- **control_setpoint_2** Central heating 2 water target temperature. -- **cooling_control** +- **cooling_control** Cooling control signal value. -- **dhw_burner_hours** +- **dhw_burner_hours** Hot water flame on time. -- **dhw_burner_starts** +- **dhw_burner_starts** Number of hot water burner starts. -- **dhw_flow_rate** +- **dhw_flow_rate** Hot water flow rate. -- **dhw_pump_hours** +- **dhw_pump_hours** Hot water pump running time. -- **dhw_pump_starts** +- **dhw_pump_starts** Number of hot water pump starts. -- **dhw_setpoint** +- **dhw_setpoint** Hot water target temperature. -- **dhw_temp** +- **dhw_temp** Hot water temperature. -- **dhw_temp_2** +- **dhw_temp_2** Hot water 2 temperature. -- **exhaust_temp** +- **exhaust_temp** Boiler exhaust temperature. -- **master_memberid** +- **master_memberid** Thermostat member ID. -- **master_ot_version** +- **master_ot_version** Thermostat OpenTherm protocol version. -- **master_product_type** +- **master_product_type** Thermostat product type. -- **master_product_version** +- **master_product_version** Thermostat product version. -- **max_ch_setpoint** +- **max_ch_setpoint** Boiler maximum central heating water temperature. -- **oem_diag** +- **oem_diag** OEM diagnostic information. -- **otgw_about** +- **otgw_about** OpenTherm Gateway firmware version. -- **otgw_build** +- **otgw_build** OpenTherm Gateway firmware build date and time. -- **otgw_clockmhz** +- **otgw_clockmhz** OpenTherm Gateway firmware design clock speed. -- **otgw_dhw_ovrd** +- **otgw_dhw_ovrd** OpenTherm Gateway hot water override status. -- **otgw_gpio_a** +- **otgw_gpio_a** OpenTherm Gateway GPIO port A operating mode. -- **otgw_gpio_b** +- **otgw_gpio_b** OpenTherm Gateway GPIO port B operating mode. -- **otgw_led_a** +- **otgw_led_a** OpenTherm Gateway LED A operating mode. -- **otgw_led_b** +- **otgw_led_b** OpenTherm Gateway LED B operating mode. -- **otgw_led_c** +- **otgw_led_c** OpenTherm Gateway LED C operating mode. -- **otgw_led_d** +- **otgw_led_d** OpenTherm Gateway LED D operating mode. -- **otgw_led_e** +- **otgw_led_e** OpenTherm Gateway LED E operating mode. -- **otgw_led_f** +- **otgw_led_f** OpenTherm Gateway LED F operating mode. -- **otgw_mode** +- **otgw_mode** OpenTherm Gateway operating mode. -- **otgw_setback_temp** +- **otgw_setback_temp** OpenTherm Gateway setback temperature for `away mode`. -- **otgw_setpoint_ovrd_mode** +- **otgw_setpoint_ovrd_mode** OpenTherm Gateway central heating setpoint override mode. -- **otgw_smart_pwr** +- **otgw_smart_pwr** OpenTherm Gateway smart power operating mode. -- **otgw_thermostat_detect** +- **otgw_thermostat_detect** OpenTherm Gateway automatic thermostat detection status. -- **otgw_vref** +- **otgw_vref** OpenTherm Gateway voltage reference setting. -- **outside_temp** +- **outside_temp** Outside temperature as reported in the OpenTherm protocol. -- **relative_mod_level** +- **relative_mod_level** Relative modulation level. -- **return_water_temp** +- **return_water_temp** Boiler return water temperature. -- **room_setpoint** +- **room_setpoint** Room target temperature. -- **room_setpoint_2** +- **room_setpoint_2** Room 2 target temperature. -- **room_setpoint_ovrd** +- **room_setpoint_ovrd** Room target temperature override value. -- **room_temp** +- **room_temp** Current room temperature. -- **slave_ch_max_setp** +- **slave_ch_max_setp** Maximum boiler supported central heating water target temperature. -- **slave_ch_min_setp** +- **slave_ch_min_setp** Minimum boiler supported central heating water target temperature. -- **slave_dhw_max_setp** +- **slave_dhw_max_setp** Maximum boiler supported hot water target temperature. -- **slave_dhw_min_setp** +- **slave_dhw_min_setp** Minimum boiler supported hot water target temperature. -- **slave_max_capacity** +- **slave_max_capacity** Maximum boiler capacity. -- **slave_max_relative_modulation** +- **slave_max_relative_modulation** Maximum boiler supported relative modulation. -- **slave_memberid** +- **slave_memberid** Boiler member ID. -- **slave_min_mod_level** +- **slave_min_mod_level** Minimum boiler supported modulation level. -- **slave_oem_fault** +- **slave_oem_fault** Boiler OEM fault indication. -- **slave_ot_version** +- **slave_ot_version** Boiler OpenTherm protocol version. -- **slave_product_type** +- **slave_product_type** Boiler product type. -- **slave_product_version** +- **slave_product_version** Boiler product version. -- **solar_coll_temp** +- **solar_coll_temp** Solar collector temperature. -- **solar_storage_temp** +- **solar_storage_temp** Solar storage unit temperature. @@ -380,106 +374,106 @@ The following `binary_sensor` entities will be created for each configured gatew Not all boilers and thermostats properly support all OpenTherm features, so not all of the sensors will have useful values.

-- **master_ch2_enabled** +- **master_ch2_enabled** Thermostat requests central heating 2 on. -- **master_ch_enabled** +- **master_ch_enabled** Thermostat requests central heating on. -- **master_cooling_enabled** +- **master_cooling_enabled** Thermostat requests cooling. -- **master_dhw_enabled** +- **master_dhw_enabled** Thermostat requests hot water to be heated. -- **master_otc_enabled** +- **master_otc_enabled** Thermostat is using outside temperature correction. -- **otgw_gpio_a_state** +- **otgw_gpio_a_state** OpenTherm Gateway GPIO A state. -- **otgw_gpio_b_state** +- **otgw_gpio_b_state** OpenTherm Gateway GPIO B state. -- **otgw_ignore_transitions** +- **otgw_ignore_transitions** OpenTherm Gateway ignores ripples in the signal during high/low transitions. -- **otgw_ovrd_high_byte** +- **otgw_ovrd_high_byte** OpenTherm Gateway overrides high byte with message ID 100. -- **remote_rw_dhw** +- **remote_rw_dhw** Boiler supports writing hot water setpoint. -- **remote_rw_max_ch** +- **remote_rw_max_ch** Boiler supports writing maximum central heating setpoint. -- **remote_transfer_dhw** +- **remote_transfer_dhw** Boiler supports reading hot water setpoint. -- **remote_transfer_max_ch** +- **remote_transfer_max_ch** Boiler supports reading maximum central heating setpoint. -- **rovrd_auto_prio** +- **rovrd_auto_prio** Programmed room setpoint change takes priority over remote override setting. -- **rovrd_man_prio** +- **rovrd_man_prio** Manual room setpoint change takes priority over remote override setting. -- **slave_air_pressure_fault** +- **slave_air_pressure_fault** Boiler reports air pressure fault. -- **slave_ch2_active** +- **slave_ch2_active** Boiler reports central heating 2 active. -- **slave_ch2_present** +- **slave_ch2_present** Boiler has a central heating 2 circuit. -- **slave_ch_active** +- **slave_ch_active** Boiler reports central heating active. -- **slave_control_type** +- **slave_control_type** Boiler control type ('off' is modulating, 'on' is on/off). -- **slave_cooling_active** +- **slave_cooling_active** Boiler reports cooling active. -- **slave_cooling_supported** +- **slave_cooling_supported** Boiler supports cooling. -- **slave_dhw_active** +- **slave_dhw_active** Boiler reports hot water active. -- **slave_dhw_config** +- **slave_dhw_config** Boiler hot water mode ('off' is instantaneous or unspecified, 'on' is storage tank). -- **slave_dhw_present** +- **slave_dhw_present** Boiler reports hot water present. -- **slave_diagnostic_indication** +- **slave_diagnostic_indication** Boiler diagnostic indication. -- **slave_fault_indication** +- **slave_fault_indication** Boiler fault indication. -- **slave_flame_on** +- **slave_flame_on** Boiler reports flame on. -- **slave_gas_fault** +- **slave_gas_fault** Boiler reports gas fault. -- **slave_low_water_pressure** +- **slave_low_water_pressure** Boiler reports low water pressure. -- **slave_master_low_off_pump** +- **slave_master_low_off_pump** Boiler supports low-off and pump control commands (this sensor is inverted, 'on' is not supported, 'off' is supported) -- **slave_remote_reset** +- **slave_remote_reset** Boiler reports 'lockout-reset' supported. -- **slave_service_required** +- **slave_service_required** Boiler reports service required. -- **slave_water_overtemp** +- **slave_water_overtemp** Boiler reports water overtemperature. ## GPIO modes diff --git a/source/_components/openuv.markdown b/source/_components/openuv.markdown index 7c83aa13f27..a67ac93b715 100644 --- a/source/_components/openuv.markdown +++ b/source/_components/openuv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenUV" description: "Instructions on how to integrate OpenUV within Home Assistant." -date: 2018-07-31 22:01 -sidebar: true -comments: false -sharing: true -footer: true logo: openuv.jpg ha_category: - Health diff --git a/source/_components/openweathermap.markdown b/source/_components/openweathermap.markdown index 4581bfe0c78..e5b7852c48c 100644 --- a/source/_components/openweathermap.markdown +++ b/source/_components/openweathermap.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenWeatherMap" description: "Instructions on how to integrate OpenWeatherMap within Home Assistant." -date: 2016-09-29 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: openweathermap.png ha_category: - Weather diff --git a/source/_components/openwrt.markdown b/source/_components/openwrt.markdown index 81df537190d..d23133df208 100644 --- a/source/_components/openwrt.markdown +++ b/source/_components/openwrt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenWRT" description: "Instructions on how to integrate OpenWRT routers into Home Assistant." -date: 2018-03-09 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: openwrt.png ha_category: - Presence Detection diff --git a/source/_components/opple.markdown b/source/_components/opple.markdown index 5b8dd124269..b74d6ca3c06 100644 --- a/source/_components/opple.markdown +++ b/source/_components/opple.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Opple Light" description: "Instructions on how to integrate Opple lights into Home Assistant." -date: 2018-09-21 10:40 -sidebar: true -comments: false -sharing: true -footer: true logo: opple.png ha_category: - Light diff --git a/source/_components/orangepi_gpio.markdown b/source/_components/orangepi_gpio.markdown index 8a3c0c0684b..c1c61481a61 100644 --- a/source/_components/orangepi_gpio.markdown +++ b/source/_components/orangepi_gpio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Orange Pi GPIO" description: "Instructions on how to integrate the GPIO capability of a Orange Pi into Home Assistant." -date: 2019-03-29 19:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - DIY - Binary Sensor diff --git a/source/_components/orvibo.markdown b/source/_components/orvibo.markdown index 670a5100f04..bcd1fdc336d 100644 --- a/source/_components/orvibo.markdown +++ b/source/_components/orvibo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Orvibo Switch" description: "Instructions on how to integrate Orvibo sockets within Home Assistant." -date: 2015-11-15 18:15 -sidebar: true -comments: false -sharing: true -footer: true logo: orvibo.png ha_category: - Switch diff --git a/source/_components/osramlightify.markdown b/source/_components/osramlightify.markdown index d67ee99b32f..5d24ccff1f5 100644 --- a/source/_components/osramlightify.markdown +++ b/source/_components/osramlightify.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Osram Lightify" description: "Instructions on how to integrate Osram Lightify into Home Assistant." -date: 2016-05-29 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: osramlightify.png ha_category: - Light @@ -66,7 +60,7 @@ The only thing that you can do out of the box is to track whether they are avail Also for sensors a list of raw values is exposed as `sensor_values` attribute, and you can use them in automations, if you know what particular values mean for your sensor. -It is suggested to make [scan_interval](https://www.home-assistant.io/docs/configuration/platform_options/#scan-interval) +It is suggested to make [scan_interval](/docs/configuration/platform_options/#scan-interval) (30 seconds by default) less or equal to `interval_lightify_status`, oherwise the latter won't work as expected. Shorter `scan_interval` may improve synchronization speed between individual lights and groups. For example, if you turn on a group, all its lights may be updated to `on` immediately, diff --git a/source/_components/otp.markdown b/source/_components/otp.markdown index 41e4a27980d..eb13a912337 100644 --- a/source/_components/otp.markdown +++ b/source/_components/otp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OTP Sensor" description: "Instructions on how to add One-Time Password (OTP) sensors into Home Assistant." -date: 2017-07-04 07:00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/owlet.markdown b/source/_components/owlet.markdown index e822dfcfc85..506fe5ca46b 100644 --- a/source/_components/owlet.markdown +++ b/source/_components/owlet.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Owlet" description: "Instructions on how to integrate Owlet baby monitor into Home Assistant." -date: 2019-01-19 -sidebar: true -comments: false -sharing: true -footer: true logo: owlet.svg ha_category: - Health diff --git a/source/_components/owntracks.markdown b/source/_components/owntracks.markdown index 244e72fea58..d9bde300359 100644 --- a/source/_components/owntracks.markdown +++ b/source/_components/owntracks.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Owntracks" description: "Instructions on how to use Owntracks to track devices in Home Assistant." -date: 2015-09-22 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: owntracks.png ha_category: - Presence Detection diff --git a/source/_components/panasonic_bluray.markdown b/source/_components/panasonic_bluray.markdown index 9120ea72a6a..145c6e4443d 100644 --- a/source/_components/panasonic_bluray.markdown +++ b/source/_components/panasonic_bluray.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Panasonic Blu-Ray Player" description: "Instructions on how to integrate a Panasonic Blu-Ray player into Home Assistant." -date: 2018-11-13 20:48 -sidebar: true -comments: false -sharing: true -footer: true logo: panasonic.png ha_category: - Media Player diff --git a/source/_components/panasonic_viera.markdown b/source/_components/panasonic_viera.markdown index c6a8761dba1..b725f530f79 100644 --- a/source/_components/panasonic_viera.markdown +++ b/source/_components/panasonic_viera.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Panasonic Viera TV" description: "Instructions on how to integrate a Panasonic Viera TV into Home Assistant." -date: 2016-03-17 13:04 -sidebar: true -comments: false -sharing: true -footer: true logo: panasonic.png ha_category: - Media Player diff --git a/source/_components/pandora.markdown b/source/_components/pandora.markdown index fbb8664e261..7e363e1b12f 100644 --- a/source/_components/pandora.markdown +++ b/source/_components/pandora.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pandora" description: "Instructions on how to integrate Pandora radio into Home Assistant." -date: 2016-06-10 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: pandora.png ha_category: - Media Player diff --git a/source/_components/panel_custom.markdown b/source/_components/panel_custom.markdown index a69d84452a7..1a7932446b7 100644 --- a/source/_components/panel_custom.markdown +++ b/source/_components/panel_custom.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Panel Custom" description: "Instructions on how to add customized panels to the frontend of Home Assistant." -date: 2015-08-08 11:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Front end diff --git a/source/_components/panel_iframe.markdown b/source/_components/panel_iframe.markdown index e3c420f5964..32fd09543f5 100644 --- a/source/_components/panel_iframe.markdown +++ b/source/_components/panel_iframe.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Panel iFrame" description: "Instructions on how to add iFrames in the frontend of Home Assistant." -date: 2015-07-17 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Front end diff --git a/source/_components/pencom.markdown b/source/_components/pencom.markdown index 300fef6149b..394b23b8dc5 100644 --- a/source/_components/pencom.markdown +++ b/source/_components/pencom.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pencom" description: "How to use Pencom Designs 8 channel relay boards." -date: 2018-10-05 23:00 -sidebar: true -comments: false -sharing: true -footer: true logo: pencom.png ha_category: - Switch @@ -16,7 +10,7 @@ redirect_from: - /components/switch.pencom/ --- -[Pencom Design](http://www.pencomdesign.com/) is a manufacturer of computer-controlled relay, I/O and custom boards for commercial and industrial applications. This interface to [Pencom's Relay Control Boards](https://www.pencomdesign.com/relay-boards/) is designed to work over an ethernet to serial adapter (NPort). Each switch (relay) can be turned on/off, and the state of the relay can be read. +[Pencom Design](https://www.pencomdesign.com/) is a manufacturer of computer-controlled relay, I/O and custom boards for commercial and industrial applications. This interface to [Pencom's Relay Control Boards](https://www.pencomdesign.com/relay-boards) is designed to work over an ethernet to serial adapter (NPort). Each switch (relay) can be turned on/off, and the state of the relay can be read. ## Configuration diff --git a/source/_components/persistent_notification.markdown b/source/_components/persistent_notification.markdown index 4138fef8711..32f4ac8c5e2 100644 --- a/source/_components/persistent_notification.markdown +++ b/source/_components/persistent_notification.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Persistent notification" description: "Instructions on how to integrate persistent notifications into Home Assistant." -date: 2016-06-25 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/person.markdown b/source/_components/person.markdown index 0d240eb7351..03d7d39311b 100644 --- a/source/_components/person.markdown +++ b/source/_components/person.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Person" description: "Instructions on how to set up people tracking within Home Assistant." -date: 2019-02-05 22:36 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Presence Detection @@ -14,7 +8,7 @@ ha_qa_scale: internal ha_release: 0.88 --- -The person integration allows connecting [device tracker](https://www.home-assistant.io/components/device_tracker/) entities to one or more person entities. The state updates of a connected device tracker will set the state of the person. When multiple device trackers are used, the state of person will be determined in this order: +The person integration allows connecting [device tracker](/components/device_tracker/) entities to one or more person entities. The state updates of a connected device tracker will set the state of the person. When multiple device trackers are used, the state of person will be determined in this order: 1. If there are stationary trackers (non-GPS trackers, i.e., a router or Bluetooth 'device_trackers') presenting the status 'home', the tracker most recently updated will be used. 2. If there are trackers of type 'gps', then the most recently updated tracker will be used. @@ -23,7 +17,7 @@ The person integration allows connecting [device tracker](https://www.home-assis Let's say, for example, that you have 3 trackers: 'tracker_gps', 'tracker_router' and 'tracker_ble'. 1. You're at home, all 3 devices show status 'home' - status of your Person entity will be 'home' with source 'tracker_router' or 'tracker_ble', whichever was most recently updated. -2. You just left home. 'tracker_gps' shows status 'not_home', but the other two trackers show status 'home' (they may not have yet updated due to their 'consider_home' setting see [device_tracker](https://www.home-assistant.io/components/device_tracker/#configuring-a-device_tracker-platform)). Since the stationary trackers have priority, you are considered 'home'. +2. You just left home. 'tracker_gps' shows status 'not_home', but the other two trackers show status 'home' (they may not have yet updated due to their 'consider_home' setting see [device_tracker](/components/device_tracker/#configuring-a-device_tracker-platform)). Since the stationary trackers have priority, you are considered 'home'. 3. After some time, both stationary trackers show status 'not_home'. Now your Person entity has status 'not_home' with source 'tracker_gps'. 4. While you are away from home, your Home Assistant is restarted. Until 'tracker_gps' receives an update, your status will be determined by the stationary trackers, since they will have the most recent update after a restart. Obviously, the status will be 'not_home'. 5. Then you're going into a zone you have defined as 'zone1', 'tracker_gps' sends an update, and now your status is 'zone1' with source 'tracker_gps'. @@ -32,7 +26,7 @@ Let's say, for example, that you have 3 trackers: 'tracker_gps', 'tracker_router TL;DR: When you're at home, your position is determined first by stationary trackers (if any) and then by GPS. When you're outside your home, your position is determined firstly by GPS and then by stationary trackers. -**Hint**: When you use multiple device trackers together, especially stationary and GPS trackers, it's advisable to set `consider_home` for stationary trackers as low as possible see [device_tracker](https://www.home-assistant.io/components/device_tracker/#configuring-a-device_tracker-platform)). +**Hint**: When you use multiple device trackers together, especially stationary and GPS trackers, it's advisable to set `consider_home` for stationary trackers as low as possible see [device_tracker](/components/device_tracker/#configuring-a-device_tracker-platform)). You can manage persons via the UI from the person page inside the configuration panel or via `YAML` in your `configuration.yaml` file. diff --git a/source/_components/philips_js.markdown b/source/_components/philips_js.markdown index 36cd7db54ce..5b7302ccfd9 100644 --- a/source/_components/philips_js.markdown +++ b/source/_components/philips_js.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Philips TV" description: "Instructions on how to add Philips TVs to Home Assistant." -date: 2016-11-01 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: philips.png ha_category: - Media Player diff --git a/source/_components/pi_hole.markdown b/source/_components/pi_hole.markdown index 9fc4c447797..39c1ae878fc 100644 --- a/source/_components/pi_hole.markdown +++ b/source/_components/pi_hole.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pi-hole Sensor" description: "Instructions on how to integrate Pi-hole sensors into Home Assistant." -date: 2016-09-03 16:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - System Monitor ha_iot_class: Local Polling diff --git a/source/_components/picotts.markdown b/source/_components/picotts.markdown index 72bd863e746..1eb6b3ce654 100644 --- a/source/_components/picotts.markdown +++ b/source/_components/picotts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pico Text-to-Speech" description: "Instructions on how to setup Pico Text-to-Speech with Home Assistant." -date: 2017-01-03 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Text-to-speech diff --git a/source/_components/piglow.markdown b/source/_components/piglow.markdown index 2f239c948a5..8b2fcd8724d 100644 --- a/source/_components/piglow.markdown +++ b/source/_components/piglow.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Piglow" description: "Instructions on how to setup Piglow LED's within Home Assistant." -date: 2017-01-13 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/pilight.markdown b/source/_components/pilight.markdown index f8b9ba414b4..955cd6463b5 100644 --- a/source/_components/pilight.markdown +++ b/source/_components/pilight.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pilight" description: "Instructions on how to setup Pilight within Home Assistant." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: pilight.png ha_category: - DIY diff --git a/source/_components/ping.markdown b/source/_components/ping.markdown index 9d843846aa3..fd0732a01e9 100644 --- a/source/_components/ping.markdown +++ b/source/_components/ping.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ping (ICMP)" description: "Instructions on how to integrate Ping (ICMP)-based into Home Assistant." -date: 2017-04-11 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Network diff --git a/source/_components/pioneer.markdown b/source/_components/pioneer.markdown index a81ebdcdbd3..737cc1adadc 100644 --- a/source/_components/pioneer.markdown +++ b/source/_components/pioneer.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pioneer Network Receivers" description: "Instructions on how to integrate a Pioneer Network Receivers into Home Assistant." -date: 2016-05-07 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: pioneer.png ha_category: - Media Player diff --git a/source/_components/pjlink.markdown b/source/_components/pjlink.markdown index f597e9c2b30..dd09608325d 100644 --- a/source/_components/pjlink.markdown +++ b/source/_components/pjlink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "PJLink" description: "Instructions on how to integrate PJLink enabled projectors into Home Assistant." -date: 2018-06-21 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: pjlink.png ha_category: - Media Player diff --git a/source/_components/plaato.markdown b/source/_components/plaato.markdown index e2a310a85f6..484b968dcf7 100644 --- a/source/_components/plaato.markdown +++ b/source/_components/plaato.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Plaato Airlock" description: "Instructions on how to integrate Plaato Airlock sensors within Home Assistant." -date: 2019-05-07 01:15 -sidebar: true -comments: false -sharing: true -footer: true logo: plaato.png ha_release: 0.95 ha_category: diff --git a/source/_components/plant.markdown b/source/_components/plant.markdown index c694c3b8c8f..c84198204ed 100644 --- a/source/_components/plant.markdown +++ b/source/_components/plant.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Plant monitor" description: "Instructions on how to setup plant monitoring with Home Assistant." -date: 2016-05-7 23:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Environment diff --git a/source/_components/plex.markdown b/source/_components/plex.markdown index 0e551978e04..713c260050a 100644 --- a/source/_components/plex.markdown +++ b/source/_components/plex.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Plex" description: "Instructions on how to integrate Plex into Home Assistant." -date: 2015-10-05 21:21 -sidebar: true -comments: false -sharing: true -footer: true logo: plex.png ha_category: - Media Player diff --git a/source/_components/plum_lightpad.markdown b/source/_components/plum_lightpad.markdown index f8c501c1abb..972e8ec58d9 100644 --- a/source/_components/plum_lightpad.markdown +++ b/source/_components/plum_lightpad.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Plum Lightpad" description: "Instructions on setting up Plum Lightpads within Home Assistant." -date: 2018-10-15 17:58 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Switch ha_iot_class: Local Push diff --git a/source/_components/pocketcasts.markdown b/source/_components/pocketcasts.markdown index 64ad0a07c3a..7b06660dab5 100644 --- a/source/_components/pocketcasts.markdown +++ b/source/_components/pocketcasts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: PocketCasts description: "Instructions on how to set up PocketCasts sensors within Home Assistant." -date: 2017-02-14 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: pocketcasts.png ha_category: - Multimedia diff --git a/source/_components/point.markdown b/source/_components/point.markdown index 9882b0b518f..6865bb0741e 100644 --- a/source/_components/point.markdown +++ b/source/_components/point.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Minut Point" description: "Instructions on how to integrate Minut Point into Home Assistant." -date: 2018-11-19 -sidebar: true -comments: false -sharing: true -footer: true logo: minut.svg ha_category: - Hub @@ -60,7 +54,7 @@ The integration supports the following device types within Home Assistant: - [Sensor](#sensor)

-The Point is just active occasionally so the [Sensors](#sensor) are only updated every hour or so. The [Binary Sensors](#binary-sensor) are however updated via [Cloud Push](https://www.home-assistant.io/blog/2016/02/12/classifying-the-internet-of-things/#cloud-pushing-new-state), making the changes close to instant. +The Point is just active occasionally so the [Sensors](#sensor) are only updated every hour or so. The [Binary Sensors](#binary-sensor) are however updated via [Cloud Push](/blog/2016/02/12/classifying-the-internet-of-things/#cloud-pushing-new-state), making the changes close to instant.

## Alarm diff --git a/source/_components/polling.markdown b/source/_components/polling.markdown index f4e4b23aa93..e1137c24589 100644 --- a/source/_components/polling.markdown +++ b/source/_components/polling.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Telegram polling" description: "Telegram polling support" -date: 2017-04-05 18:50 -sidebar: true -comments: false -sharing: true -footer: true logo: telegram.png ha_category: - Notifications diff --git a/source/_components/postnl.markdown b/source/_components/postnl.markdown index 0ff4c3c6ee8..f49f008629f 100644 --- a/source/_components/postnl.markdown +++ b/source/_components/postnl.markdown @@ -1,12 +1,6 @@ --- -layout: page title: PostNL Sensor description: "Instructions on how to set up PostNL sensors within Home Assistant." -date: 2017-04-22 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: postnl.png ha_category: - Postal Service diff --git a/source/_components/prezzibenzina.markdown b/source/_components/prezzibenzina.markdown index bde2995dbad..8a5eb6a5c03 100644 --- a/source/_components/prezzibenzina.markdown +++ b/source/_components/prezzibenzina.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "PrezziBenzina Sensor" description: "Instructions on how to integrate PrezziBenzina sensors within Home Assistant." -date: 2018-12-14 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: prezzibenzina.png ha_category: - Energy diff --git a/source/_components/proliphix.markdown b/source/_components/proliphix.markdown index ce5e25e1d76..5436b632906 100644 --- a/source/_components/proliphix.markdown +++ b/source/_components/proliphix.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Proliphix Thermostat" description: "Instructions on how to integrate Proliphix thermostats within Home Assistant." -date: 2016-01-15 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: proliphix.png ha_category: - Climate diff --git a/source/_components/prometheus.markdown b/source/_components/prometheus.markdown index c428cefee07..57b7609a353 100644 --- a/source/_components/prometheus.markdown +++ b/source/_components/prometheus.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Prometheus" description: "Record events in Prometheus." -date: 2017-06-25 08:00 -sidebar: true -comments: false -sharing: true logo: prometheus.png -footer: true ha_category: - "History" ha_release: 0.49 diff --git a/source/_components/prowl.markdown b/source/_components/prowl.markdown index a3b86309372..f8b920dd7a2 100644 --- a/source/_components/prowl.markdown +++ b/source/_components/prowl.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Prowl" description: "Instructions on how to add Prowl notifications to Home Assistant." -date: 2017-08-17 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: prowl.png ha_category: - Notifications diff --git a/source/_components/proximity.markdown b/source/_components/proximity.markdown index f38e402fa86..985e03b3932 100644 --- a/source/_components/proximity.markdown +++ b/source/_components/proximity.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Proximity" description: "Instructions on how to setup Proximity monitoring within Home Assistant." -date: 2016-02-07 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/proxy.markdown b/source/_components/proxy.markdown index e2d46e7abff..76f3c7888af 100644 --- a/source/_components/proxy.markdown +++ b/source/_components/proxy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Camera Proxy" description: "Instructions on how to integrate a camera proxy within Home Assistant." -date: 2018-03-08 19:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Camera ha_release: 0.65 diff --git a/source/_components/ps4.markdown b/source/_components/ps4.markdown index 62b9f110f40..3a74a850485 100644 --- a/source/_components/ps4.markdown +++ b/source/_components/ps4.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sony PlayStation 4" description: "Instructions on how to integrate a Sony PlayStation 4 into Home Assistant." -date: 2019-02-12 01:08 -sidebar: true -comments: false -sharing: true -footer: true logo: ps4.png ha_category: - Media Player @@ -77,7 +71,7 @@ sudo setcap 'cap_net_bind_service=+ep' /usr/bin/python3.5 To find your system Python path: -- Add the [System Health](https://www.home-assistant.io/components/system_health/) integration to your `configuration.yaml`. In a web browser access your frontend and navigate to the about/logs page "http:///dev-info). In the System Health box locate the item **python_version** and note the value that is displayed. Then in terminal run: +- Add the [System Health](/components/system_health/) integration to your `configuration.yaml`. In a web browser access your frontend and navigate to the about/logs page "http:///dev-info). In the System Health box locate the item **python_version** and note the value that is displayed. Then in terminal run: ```bash whereis python diff --git a/source/_components/ptvsd.markdown b/source/_components/ptvsd.markdown index 6ec01abb881..a68ec77eea7 100644 --- a/source/_components/ptvsd.markdown +++ b/source/_components/ptvsd.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "PTVSD Debugger (Visual Studio Code)" description: "Debugging from Visual Studio Code." -date: 2019-04-24 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: visual-studio.png ha_category: - Utility diff --git a/source/_components/pulseaudio_loopback.markdown b/source/_components/pulseaudio_loopback.markdown index 08e2768ba13..8361853a577 100644 --- a/source/_components/pulseaudio_loopback.markdown +++ b/source/_components/pulseaudio_loopback.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "PulseAudio Loopback Switch" description: "Instructions on how to use Pulseaudio loopback modules to build a flexible whole-home audio system." -date: 2016-03-22 21:00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: pulseaudio.png ha_category: - Switch diff --git a/source/_components/push.markdown b/source/_components/push.markdown index d085c9c317d..1ab2e3e121f 100644 --- a/source/_components/push.markdown +++ b/source/_components/push.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Push" description: "Instructions how to use Push Camera within Home Assistant." -date: 2018-06-26 23:50 -sidebar: true -comments: false -sharing: true -footer: true logo: camcorder.png ha_category: - Camera diff --git a/source/_components/pushbullet.markdown b/source/_components/pushbullet.markdown index 5082a2a3178..338d6e9da69 100644 --- a/source/_components/pushbullet.markdown +++ b/source/_components/pushbullet.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pushbullet Mirrors" description: "Instructions on how to read user pushes in Home Assistant" -date: 2017-04-20 16:44 -sidebar: true -comments: false -sharing: true -footer: true logo: pushbullet.png ha_category: - Sensor diff --git a/source/_components/pushetta.markdown b/source/_components/pushetta.markdown index 40c729e7d8b..15f19b97601 100644 --- a/source/_components/pushetta.markdown +++ b/source/_components/pushetta.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pushetta" description: "Instructions on how to add Pushetta notifications to Home Assistant." -date: 2015-11-10 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: pushetta.png ha_category: - Notifications diff --git a/source/_components/pushover.markdown b/source/_components/pushover.markdown index bd28231695d..781ac32babd 100644 --- a/source/_components/pushover.markdown +++ b/source/_components/pushover.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pushover" description: "Instructions on how to add Pushover notifications to Home Assistant." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true logo: pushover.png ha_category: - Notifications diff --git a/source/_components/pushsafer.markdown b/source/_components/pushsafer.markdown index 84f3e4dc022..fefd3bfa884 100644 --- a/source/_components/pushsafer.markdown +++ b/source/_components/pushsafer.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Pushsafer" description: "Instructions on how to add Pushsafer notifications to Home Assistant." -date: 2018-01-05 11:15 -sidebar: true -comments: false -sharing: true -footer: true logo: pushsafer.png ha_category: - Notifications diff --git a/source/_components/pvoutput.markdown b/source/_components/pvoutput.markdown index d67614ef98e..2550a42e0e3 100644 --- a/source/_components/pvoutput.markdown +++ b/source/_components/pvoutput.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "PVOutput Sensor" description: "Instructions on how to use PVOutput within Home Assistant." -date: 2016-11-06 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: pvoutput.png ha_category: - Energy diff --git a/source/_components/pyload.markdown b/source/_components/pyload.markdown index b3e6a833ba2..95f20efbdf6 100644 --- a/source/_components/pyload.markdown +++ b/source/_components/pyload.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "pyLoad Sensor" description: "Instructions on how to integrate pyLoad download sensor within Home Assistant." -date: 2017-10-23 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: pyload.png ha_category: - Downloading diff --git a/source/_components/python_script.markdown b/source/_components/python_script.markdown index feb29f8d6ef..c86e5b50d2c 100644 --- a/source/_components/python_script.markdown +++ b/source/_components/python_script.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Python Scripts" description: "Instructions on how to setup Python scripts within Home Assistant." -date: 2017-06-15 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/qbittorrent.markdown b/source/_components/qbittorrent.markdown index 730a7d56d13..673d56d1e9c 100644 --- a/source/_components/qbittorrent.markdown +++ b/source/_components/qbittorrent.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "qBittorrent Sensor" description: "Instructions on how to integrate qBittorrent sensors within Home Assistant." -date: 2018-11-21 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: qbittorrent.png ha_category: - Downloading diff --git a/source/_components/qld_bushfire.markdown b/source/_components/qld_bushfire.markdown index 9596e67d97a..cb988f1b021 100644 --- a/source/_components/qld_bushfire.markdown +++ b/source/_components/qld_bushfire.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Queensland Bushfire Alert" description: "Instructions on how to integrate the Queensland Bushfire Alert feed into Home Assistant." -date: 2019-06-11 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: geo_location.png ha_category: Geolocation ha_iot_class: Cloud Polling diff --git a/source/_components/qnap.markdown b/source/_components/qnap.markdown index e818b35d6a9..4540905fc73 100644 --- a/source/_components/qnap.markdown +++ b/source/_components/qnap.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "QNAP Sensor" description: "Instructions on how to integrate the QNAP sensor within Home Assistant." -date: 2017-02-02 06:39 -sidebar: true -comments: false -sharing: true -footer: true logo: qnap.png ha_category: - System Monitor diff --git a/source/_components/qrcode.markdown b/source/_components/qrcode.markdown index f9e5adef305..6d12ba8ff43 100644 --- a/source/_components/qrcode.markdown +++ b/source/_components/qrcode.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "QR Code Recognition" description: "Instructions on how to integrate QR Code Recognition into Home Assistant." -date: 2019-01-18 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Image Processing diff --git a/source/_components/quantum_gateway.markdown b/source/_components/quantum_gateway.markdown index df4bf1247f1..ae6817fd45c 100644 --- a/source/_components/quantum_gateway.markdown +++ b/source/_components/quantum_gateway.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Quantum Gateway" description: "Instructions on how to integrate Quantum Gateways into Home Assistant." -date: 2018-09-30 01:40 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Presence Detection logo: fios.svg diff --git a/source/_components/qwikswitch.markdown b/source/_components/qwikswitch.markdown index 07302d20fd1..6111a2e6672 100644 --- a/source/_components/qwikswitch.markdown +++ b/source/_components/qwikswitch.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "QwikSwitch QSUSB Hub" description: "Instructions on how to integrate the QwikSwitch QSUSB Hub into Home Assistant." -date: 2016-05-04 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: qwikswitch.png ha_category: - Hub diff --git a/source/_components/rachio.markdown b/source/_components/rachio.markdown index ba3192d2e94..1807a4c4b43 100644 --- a/source/_components/rachio.markdown +++ b/source/_components/rachio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Rachio" description: "Instructions on how to use Rachio with Home Assistant." -date: 2018-06-23 16:04 -sidebar: true -comments: false -sharing: true -footer: true logo: rachio.png ha_category: - Irrigation diff --git a/source/_components/radarr.markdown b/source/_components/radarr.markdown index 0cb895345a5..776afa10f51 100644 --- a/source/_components/radarr.markdown +++ b/source/_components/radarr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Radarr Sensor" description: "Instructions on how to integrate Radarr sensors with Home Assistant" -date: 2017-05-04 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: radarr.png ha_category: - Downloading diff --git a/source/_components/radiotherm.markdown b/source/_components/radiotherm.markdown index 05bf0fe7f8e..a872148f75b 100644 --- a/source/_components/radiotherm.markdown +++ b/source/_components/radiotherm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Radio Thermostat (3M Filtrete) Thermostat" description: "Instructions on how to integrate Radio Thermostat (3M Filtrete) thermostats within Home Assistant." -date: 2015-10-18 17:15 -sidebar: true -comments: false -sharing: true -footer: true logo: radiotherm.png ha_category: - Climate diff --git a/source/_components/rainbird.markdown b/source/_components/rainbird.markdown index 463751fe9af..c9cf0901751 100644 --- a/source/_components/rainbird.markdown +++ b/source/_components/rainbird.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Rain Bird" description: "Instructions on how to integrate your Rain Bird LNK WiFi Module within Home Assistant." -date: 2017-12-07 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: rainbird.png ha_category: - Irrigation diff --git a/source/_components/raincloud.markdown b/source/_components/raincloud.markdown index bd4937e35a4..d1c2ae9430f 100644 --- a/source/_components/raincloud.markdown +++ b/source/_components/raincloud.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Melnor Raincloud" description: "Instructions on how to integrate your Melnor Raincloud sprinkler system within Home Assistant." -date: 2017-09-04 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raincloud.jpg ha_category: - Irrigation diff --git a/source/_components/rainmachine.markdown b/source/_components/rainmachine.markdown index 4650f896f0e..1fe06c4fbe9 100644 --- a/source/_components/rainmachine.markdown +++ b/source/_components/rainmachine.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RainMachine" description: "Instructions on how to integrate RainMachine units within Home Assistant." -date: 2018-04-25 20:32 -sidebar: true -comments: false -sharing: true -footer: true logo: rainmachine.png ha_category: - Irrigation diff --git a/source/_components/random.markdown b/source/_components/random.markdown index d4345a51987..3ad09a4d432 100644 --- a/source/_components/random.markdown +++ b/source/_components/random.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Random" description: "Instructions on how to integrate random numbers into Home Assistant." -date: 2016-10-30 12:10 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/raspihats.markdown b/source/_components/raspihats.markdown index 63a95ddaa3b..8c8017bd2f3 100644 --- a/source/_components/raspihats.markdown +++ b/source/_components/raspihats.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Raspihats" description: "Instructions on how to integrate Raspihats add-on boards for Raspberry Pi into Home Assistant." -date: 2017-05-01 04:06 -sidebar: true -comments: false -sharing: true -footer: true logo: raspihats.png ha_category: - DIY diff --git a/source/_components/raspyrfm.markdown b/source/_components/raspyrfm.markdown index bd20d3fced0..59bcf4f627c 100644 --- a/source/_components/raspyrfm.markdown +++ b/source/_components/raspyrfm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RaspyRFM Switch" description: "Instructions on how to integrate RaspyRFM switches into Home Assistant." -date: 2018-12-08 -sidebar: true -comments: false -sharing: true -footer: true logo: seegelsysteme.png ha_category: - Switch diff --git a/source/_components/recollect_waste.markdown b/source/_components/recollect_waste.markdown index efd433f3eb5..75e7259c1af 100644 --- a/source/_components/recollect_waste.markdown +++ b/source/_components/recollect_waste.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Recollect Waste Sensor description: "Instructions on how to set up Recollect Waste sensor within Home Assistant." -date: 2019-01-14 13:30 -sidebar: true -comments: false -sharing: true -footer: true logo: recollect-waste.png ha_category: - Sensor diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index 5801f9bd61d..3abca0994f5 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Recorder" description: "Instructions on how to configure the data recorder for Home Assistant." -date: 2018-06-03 11:30 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - "History" diff --git a/source/_components/recswitch.markdown b/source/_components/recswitch.markdown index 50bfc818a59..08866aded14 100644 --- a/source/_components/recswitch.markdown +++ b/source/_components/recswitch.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ankuoo Rec Switch" description: "Instructions on how to integrate Ankuoo Rec Switch into Home Assistant." -date: 2018-10-05 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: "ankuoo_recswitch.png" ha_release: 0.81 ha_category: diff --git a/source/_components/reddit.markdown b/source/_components/reddit.markdown index 51727cc8d50..6a37b7b8a8a 100644 --- a/source/_components/reddit.markdown +++ b/source/_components/reddit.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Reddit" description: "How to integrate the Reddit sensor into Home Assistant." -date: 2018-02-21 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: reddit.png ha_category: - Sensor diff --git a/source/_components/rejseplanen.markdown b/source/_components/rejseplanen.markdown index e5b05d7839a..f52e840a407 100644 --- a/source/_components/rejseplanen.markdown +++ b/source/_components/rejseplanen.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Rejseplanen Public Transport" description: "Instructions on how to integrate timetable data for Danish Rejseplanen within Home Assistant." -date: 2019-01-09 08:52 -sidebar: true -comments: false -sharing: true -footer: true logo: rejseplanen.png ha_category: - Transport diff --git a/source/_components/remember_the_milk.markdown b/source/_components/remember_the_milk.markdown index e15ba207128..d7a1c39c79a 100644 --- a/source/_components/remember_the_milk.markdown +++ b/source/_components/remember_the_milk.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Remember The Milk" description: "Instructions on how to use Remember The Milk with Home Assistant." -date: 2017-10-10 10:10 -sidebar: true -comments: false -sharing: true -footer: true logo: rememberthemilk.png ha_category: - Calendar diff --git a/source/_components/remote.markdown b/source/_components/remote.markdown index 41d34ace16b..f8a32910bab 100644 --- a/source/_components/remote.markdown +++ b/source/_components/remote.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Remotes" description: "Instructions on how to setup your remotes with Home Assistant." -date: 2016-11-05 19:39 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.34 --- diff --git a/source/_components/remote.xiaomi_miio.markdown b/source/_components/remote.xiaomi_miio.markdown index 15431804943..3e361e267a8 100644 --- a/source/_components/remote.xiaomi_miio.markdown +++ b/source/_components/remote.xiaomi_miio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi IR Remote" description: "Instructions for how to integrate the Xiaomi IR Remote within Home Assistant." -date: 2017-01-25 17:08 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Remote diff --git a/source/_components/remote_rpi_gpio.markdown b/source/_components/remote_rpi_gpio.markdown index e88e072a0fb..a380c655923 100644 --- a/source/_components/remote_rpi_gpio.markdown +++ b/source/_components/remote_rpi_gpio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Remote Raspberry Pi GPIO" description: "Instructions on how to integrate the GPIO capability of a Remote Raspberry Pi into Home Assistant." -date: 2019-02-20 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/repetier.markdown b/source/_components/repetier.markdown index 3728707405f..d074417a836 100644 --- a/source/_components/repetier.markdown +++ b/source/_components/repetier.markdown @@ -1,17 +1,10 @@ --- -layout: page title: Repetier-Server Component description: "Instructions how to add Repetier-Server sensors to Home Assistant." -date: 2019-05-01 -sidebar: true -comments: false -sharing: true -footer: true logo: repetier.png ha_category: - Hub - Sensor -featured: false ha_release: 0.94 ha_iot_class: Local Polling --- diff --git a/source/_components/rest.markdown b/source/_components/rest.markdown index 9d9ac3eaf66..a717431a5a6 100644 --- a/source/_components/rest.markdown +++ b/source/_components/rest.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RESTful Sensor" description: "Instructions on how to integrate REST sensors into Home Assistant." -date: 2015-09-14 19:10 -sidebar: true -comments: false -sharing: true -footer: true logo: restful.png ha_category: - Sensor diff --git a/source/_components/rest_command.markdown b/source/_components/rest_command.markdown index 0a1f932f527..3f0797b8f91 100644 --- a/source/_components/rest_command.markdown +++ b/source/_components/rest_command.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RESTful Command" description: "Instructions on how to integrate REST commands into Home Assistant." -date: 2018-02-24 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: restful.png ha_category: - Automation diff --git a/source/_components/rflink.markdown b/source/_components/rflink.markdown index 5825413ec29..01cda4aabcc 100644 --- a/source/_components/rflink.markdown +++ b/source/_components/rflink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFLink" description: "Instructions on how to integrate RFLink gateway into Home Assistant." -date: 2016-01-04 -sidebar: true -comments: false -sharing: true -footer: true logo: rflink.png ha_category: - Hub diff --git a/source/_components/rfxtrx.markdown b/source/_components/rfxtrx.markdown index 5cfcfc7e142..5c6c841a032 100644 --- a/source/_components/rfxtrx.markdown +++ b/source/_components/rfxtrx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFXtrx" description: "Instructions on how to integrate RFXtrx into Home Assistant." -date: 2015-10-08 10:15 -sidebar: true -comments: false -sharing: true -footer: true logo: rfxtrx.png ha_category: - Hub diff --git a/source/_components/ring.markdown b/source/_components/ring.markdown index 709352b2f32..b7462e42992 100644 --- a/source/_components/ring.markdown +++ b/source/_components/ring.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ring" description: "Instructions on how to integrate your Ring.com devices within Home Assistant." -date: 2017-04-01 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ring.png ha_category: - Doorbell diff --git a/source/_components/ripple.markdown b/source/_components/ripple.markdown index 71d7d66d372..c19e444ef32 100644 --- a/source/_components/ripple.markdown +++ b/source/_components/ripple.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ripple" description: "Instructions on how to integrate ripple.com data within Home Assistant." -date: 2017-06-06 16:20 -sidebar: true -comments: false -sharing: true -footer: true logo: ripple.png ha_category: - Finance diff --git a/source/_components/ritassist.markdown b/source/_components/ritassist.markdown index 897bcaee558..83fd37d960f 100644 --- a/source/_components/ritassist.markdown +++ b/source/_components/ritassist.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RitAssist" description: "Instructions on how to use a RitAssist as a device tracker." -date: 2018-06-15 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ritassist.png ha_category: - Car diff --git a/source/_components/rmvtransport.markdown b/source/_components/rmvtransport.markdown index d2817cf695b..120fa55969b 100644 --- a/source/_components/rmvtransport.markdown +++ b/source/_components/rmvtransport.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RMV" description: "Instructions on how to integrate Rhein-Main public transport departure times into Home Assistant." -date: 2018-08-02 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: RMV.png ha_category: - Transport diff --git a/source/_components/rocketchat.markdown b/source/_components/rocketchat.markdown index 39ce0259f5c..9fd35c752d6 100644 --- a/source/_components/rocketchat.markdown +++ b/source/_components/rocketchat.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Rocket.Chat" description: "Instructions on how to add Rocket.Chat notifications to Home Assistant." -date: 2017-09-23 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: rocketchat.png ha_category: - Notifications diff --git a/source/_components/roku.markdown b/source/_components/roku.markdown index c4b4e7e3d46..69602f122db 100644 --- a/source/_components/roku.markdown +++ b/source/_components/roku.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Roku" description: "Instructions how to integrate Roku devices into Home Assistant." -date: 2018-10-17 20:47 -sidebar: true -comments: false -sharing: true -footer: true logo: roku.png ha_category: - Hub @@ -94,3 +88,26 @@ data: - left - select ``` + +## Media Player + +When the Home Assistant Roku integration is enabled and has found a Roku device, in the Home Assistant GUI the Roku media player will show a listing of the installed channels, or apps, under “source”. Select one and it will attempt to launch the channel on your Roku device. This action can also be automated, but it requires you to acquire an extra piece of information; the ```appID``` for the channel specific to your Roku. Although this information is gathered by the Roku integration, at the moment it is not exposed to the end user. This item might be added in a future release. For now though, you can easily get the information yourself. All you need to do is a simple GET API call on the same network as your device. + +The api calls are like this: + +``` +GET http:// ROKU_IP:8060/query/apps +POST http://ROKU_IP:8060/launch/APP_ID +``` + +More details can be found on the [Roku dev pages](https://developer.roku.com/docs/developer-program/discovery/external-control-api.md) + +To use this in Home Assistant, for instance in an automation, the format is as follows. Note that ```source: ``` is the appID you discovered in the API call: + +``` + action: + - data: + entity_id: media_player.roku + source: 20197 + service: media_player.select_source +``` diff --git a/source/_components/roomba.markdown b/source/_components/roomba.markdown index b18b0a64e14..6e42d884377 100644 --- a/source/_components/roomba.markdown +++ b/source/_components/roomba.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "iRobot Roomba" description: "Instructions on how to integrate your Wi-Fi enabled Roomba within Home Assistant." -date: 2017-08-04 20:43 -sidebar: true -comments: false -sharing: true -footer: true logo: irobot_roomba.png ha_category: - Vacuum diff --git a/source/_components/route53.markdown b/source/_components/route53.markdown index bdf2140d036..d8f6361059f 100644 --- a/source/_components/route53.markdown +++ b/source/_components/route53.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "route53" description: "Automatically update your AWS Route53 DNS records." -date: 2018-02-10 20:08 -sidebar: true -comments: false -sharing: true -footer: true logo: route53.png ha_category: - Network diff --git a/source/_components/rova.markdown b/source/_components/rova.markdown index 4eb1a5dfc16..1575a7bddb0 100644 --- a/source/_components/rova.markdown +++ b/source/_components/rova.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ROVA Sensor" description: "Instructions on how to integrate ROVA sensor within Home Assistant." -date: 2018-12-08 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: rova.jpg ha_category: - Sensor diff --git a/source/_components/rpi_camera.markdown b/source/_components/rpi_camera.markdown index 09fcbbe266a..15b40320eb0 100644 --- a/source/_components/rpi_camera.markdown +++ b/source/_components/rpi_camera.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Raspberry Pi Camera" description: "Instructions on how to integrate Raspberry Pi within Home Assistant." -date: 2016-04-08 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/rpi_gpio.markdown b/source/_components/rpi_gpio.markdown index a2d38b51761..6a162befba1 100644 --- a/source/_components/rpi_gpio.markdown +++ b/source/_components/rpi_gpio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Raspberry Pi GPIO" description: "Instructions on how to integrate the GPIO capability of a Raspberry Pi into Home Assistant." -date: 2016-08-30 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/rpi_gpio_pwm.markdown b/source/_components/rpi_gpio_pwm.markdown index 803c6c02e0a..27e9d24e01f 100644 --- a/source/_components/rpi_gpio_pwm.markdown +++ b/source/_components/rpi_gpio_pwm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "PWM LED Light" description: "Instructions on how to setup PWM LEDs within Home Assistant." -date: 2017-04-04 13:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - DIY ha_iot_class: Local Push @@ -18,7 +12,7 @@ redirect_from: The `rpi_gpio_pwm` platform allows to control multiple lights using pulse-width modulation, for example led strips. It supports one-color, RGB and RGBW LEDs driven by GPIOs of a Raspberry Pi or a PCA9685 controller. -For controlling the GPIOs, the platform connects to the [pigpio-daemon](http://abyz.co.uk/rpi/pigpio/pigpiod.html), which must be running. On Raspbian Jessie 2016-05-10 or newer the `pigpio` library is already included. On other operating systems it needs to be installed first (see [installation instructions](https://github.com/soldag/python-pwmled#installation)). +For controlling the GPIOs, the platform connects to the [pigpio-daemon](http://abyz.me.uk/rpi/pigpio/pigpiod.html), which must be running. On Raspbian Jessie 2016-05-10 or newer the `pigpio` library is already included. On other operating systems it needs to be installed first (see [installation instructions](https://github.com/soldag/python-pwmled#installation)). ## Configuration diff --git a/source/_components/rpi_pfio.markdown b/source/_components/rpi_pfio.markdown index 895822a85bb..ff841c49b0c 100644 --- a/source/_components/rpi_pfio.markdown +++ b/source/_components/rpi_pfio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "PiFace Digital I/O" description: "Instructions on how to integrate the PiFace Digital I/O module into Home Assistant." -date: 2016-05-08 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/rpi_rf.markdown b/source/_components/rpi_rf.markdown index c5e4841c1dc..e04ee9dc711 100644 --- a/source/_components/rpi_rf.markdown +++ b/source/_components/rpi_rf.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Raspberry Pi RF Switch" description: "Instructions on how to integrate devices controlled via codes sent with low-cost GPIO RF modules on a Raspberry Pi into Home Assistant as a switch." -date: 2016-05-10 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/rss_feed_template.markdown b/source/_components/rss_feed_template.markdown index c6fc484644f..cd2e650c300 100644 --- a/source/_components/rss_feed_template.markdown +++ b/source/_components/rss_feed_template.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RSS feed template" description: "Use this integration to generate RSS feeds showing your latest data." -date: 2017-04-11 20:42 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Front end diff --git a/source/_components/rtorrent.markdown b/source/_components/rtorrent.markdown index 6c94690f97f..debd48d3f82 100644 --- a/source/_components/rtorrent.markdown +++ b/source/_components/rtorrent.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "rtorrent Sensor" description: "Instructions on how to integrate rtorrent sensors within Home Assistant." -date: 2018-10-14 05:40 -sidebar: true -comments: false -sharing: true -footer: true logo: rtorrent.png ha_category: - Downloading diff --git a/source/_components/russound_rio.markdown b/source/_components/russound_rio.markdown index 582c37d959f..a563ac61f24 100644 --- a/source/_components/russound_rio.markdown +++ b/source/_components/russound_rio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Russound RIO" description: "Instructions on how to integrate Russound RIO devices into Home Assistant." -date: 2017-07-12 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: russound.png ha_category: - Media Player diff --git a/source/_components/russound_rnet.markdown b/source/_components/russound_rnet.markdown index e1f75962433..4ce89936250 100644 --- a/source/_components/russound_rnet.markdown +++ b/source/_components/russound_rnet.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Russound RNET" description: "Instructions on how to integrate Russound RNET devices into Home Assistant." -date: 2016-07-21 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: russound.png ha_category: - Media Player diff --git a/source/_components/ruter.markdown b/source/_components/ruter.markdown index c43758a4c90..4e8ca602fde 100644 --- a/source/_components/ruter.markdown +++ b/source/_components/ruter.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ruter Public Transport" description: "Instructions on how to integrate departure times from Ruter within Home Assistant." -date: 2018-11-05 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ruter.png ha_category: - Transport @@ -58,5 +52,5 @@ name: default: Ruter {% endconfiguration %} -[ruter]: https://ruter.no/reiseplanlegger/Stoppested +[ruter]: https://ruter.no/reiseplanlegger/ [ruter-api]: http://reisapi.ruter.no/Help diff --git a/source/_components/sabnzbd.markdown b/source/_components/sabnzbd.markdown index f94a2c827c1..389b11a4b3d 100644 --- a/source/_components/sabnzbd.markdown +++ b/source/_components/sabnzbd.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SABnzbd" description: "Instructions on how to integrate SABnzbd with Home Assistant." -date: 2018-03-03 19:09 -sidebar: true -comments: false -sharing: true -footer: true logo: sabnzbd.png ha_category: - Downloading diff --git a/source/_components/samsungtv.markdown b/source/_components/samsungtv.markdown index 7b816363e0b..1f9b9df0198 100644 --- a/source/_components/samsungtv.markdown +++ b/source/_components/samsungtv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Samsung Smart TV" description: "Instructions on how to integrate a Samsung Smart TV into Home Assistant." -date: 2016-02-13 12:02 -sidebar: true -comments: false -sharing: true -footer: true logo: samsung.png ha_category: - Media Player @@ -78,6 +72,7 @@ Currently known supported models: - F6400 - F6400AF - F6500 +- F7000 - F8000BF - K5579 (port must be set to 8001, On/Off, Forward/Backward, Volume control, but no Play button) - K5600AK (partially supported, turn on works but state is not updated) diff --git a/source/_components/satel_integra.markdown b/source/_components/satel_integra.markdown index e5b006dabc8..07c489e8aa6 100644 --- a/source/_components/satel_integra.markdown +++ b/source/_components/satel_integra.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Satel Integra Alarm" description: "Instructions on how to integrate a Satel Integra alarm panel with Home Assistant using an ETHM network extension from Satel." -date: 2017-09-07 13:28 -sidebar: true -comments: false -sharing: true -footer: true logo: satel.jpg ha_category: - Hub diff --git a/source/_components/scene.knx.markdown b/source/_components/scene.knx.markdown index e1703a23f6f..0ee4c644c9b 100644 --- a/source/_components/scene.knx.markdown +++ b/source/_components/scene.knx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KNX Scene" description: "Instructions on how to integrate KNX Scenes into Home Assistant." -date: 2018-02-03 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: knx.png ha_category: - Scene diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown index 5ade0182a50..b449d388aba 100644 --- a/source/_components/scene.markdown +++ b/source/_components/scene.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Scenes" description: "Instructions on how to setup scenes within Home Assistant." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Organization diff --git a/source/_components/scrape.markdown b/source/_components/scrape.markdown index 686a955077d..ae231fbad09 100644 --- a/source/_components/scrape.markdown +++ b/source/_components/scrape.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Scrape Sensor" description: "Instructions on how to integrate Web scrape sensors into Home Assistant." -date: 2016-10-12 09:10 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Sensor diff --git a/source/_components/script.markdown b/source/_components/script.markdown index 8be598b5c60..e65fd20a047 100644 --- a/source/_components/script.markdown +++ b/source/_components/script.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Scripts" description: "Instructions on how to setup scripts within Home Assistant." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/scsgate.markdown b/source/_components/scsgate.markdown index a880234bbb8..74983195bc7 100644 --- a/source/_components/scsgate.markdown +++ b/source/_components/scsgate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SCSGate" description: "Instructions on how to integrate SCSGate into Home Assistant." -date: 2016-01-31 19:20 -sidebar: true -comments: false -sharing: true -footer: true logo: bus_scs.png ha_category: - Hub diff --git a/source/_components/season.markdown b/source/_components/season.markdown index 9d1ed40a7ba..14fb2abdf02 100644 --- a/source/_components/season.markdown +++ b/source/_components/season.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Season Sensor" description: "Instructions on how to add season sensors into Home Assistant." -date: 2017-07-04 07:00:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Utility logo: home-assistant.png diff --git a/source/_components/sendgrid.markdown b/source/_components/sendgrid.markdown index 893db9b4c3f..1b26efbec18 100644 --- a/source/_components/sendgrid.markdown +++ b/source/_components/sendgrid.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SendGrid" description: "Instructions on how to add email notifications via SendGrid to Home Assistant." -date: 2016-02-27 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: sendgrid.png ha_category: - Notifications diff --git a/source/_components/sense.markdown b/source/_components/sense.markdown index 02034a66225..3fe3878aa9a 100644 --- a/source/_components/sense.markdown +++ b/source/_components/sense.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Sense description: "Instructions on how to integrate Sense within Home Assistant." -date: 2018-10-22 22:50 -sidebar: true -comments: false -sharing: true -footer: true logo: sense.png ha_category: - Energy diff --git a/source/_components/sensehat.markdown b/source/_components/sensehat.markdown index 7a25530ed65..a9bc0865e3d 100644 --- a/source/_components/sensehat.markdown +++ b/source/_components/sensehat.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sense HAT" description: "Instructions on how to setup Sense HAT LED lights within Home Assistant." -date: 2017-04-29 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: sense-hat.png ha_category: - DIY diff --git a/source/_components/sensibo.markdown b/source/_components/sensibo.markdown index af87268a473..fb091619e84 100644 --- a/source/_components/sensibo.markdown +++ b/source/_components/sensibo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sensibo A/C controller" description: "Instructions on how to integrate Sensibo A/C controller into Home Assistant." -date: 2017-04-01 15:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: sensibo.png ha_category: - Climate diff --git a/source/_components/sensor.buienradar.markdown b/source/_components/sensor.buienradar.markdown index d3a043a6bd5..2e22f89d2ae 100644 --- a/source/_components/sensor.buienradar.markdown +++ b/source/_components/sensor.buienradar.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Buienradar Sensor" description: "Instructions on how to integrate buienradar.nl sensor within Home Assistant." -date: 2017-05-15 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: buienradar.png ha_category: - Weather diff --git a/source/_components/sensor.command_line.markdown b/source/_components/sensor.command_line.markdown index d8dcd0f897e..f191bf0ba60 100644 --- a/source/_components/sensor.command_line.markdown +++ b/source/_components/sensor.command_line.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Command line Sensor" description: "Instructions on how to integrate command line sensors into Home Assistant." -date: 2015-09-13 10:10 -sidebar: true -comments: false -sharing: true -footer: true logo: command_line.png ha_category: - Utility diff --git a/source/_components/sensor.ios.markdown b/source/_components/sensor.ios.markdown index a263e1bba78..d80d2198582 100644 --- a/source/_components/sensor.ios.markdown +++ b/source/_components/sensor.ios.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "iOS Sensor" description: "Instructions on how to use the iOS sensors with Home Assistant." -date: 2018-04-06 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: apple.png ha_category: - Sensor diff --git a/source/_components/sensor.knx.markdown b/source/_components/sensor.knx.markdown index 294b6de4741..dbd09b75cff 100644 --- a/source/_components/sensor.knx.markdown +++ b/source/_components/sensor.knx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KNX Sensor" description: "Instructions on how to use the KNX Sensor with Home Assistant." -date: 2016-08-20 22:24 -sidebar: true -comments: false -sharing: true -footer: true logo: knx.png ha_category: - Sensor diff --git a/source/_components/sensor.markdown b/source/_components/sensor.markdown index 8817df1e5c3..7ac97d5280c 100644 --- a/source/_components/sensor.markdown +++ b/source/_components/sensor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sensor" description: "Instructions on how to setup your sensors with Home Assistant." -date: 2015-01-24 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Sensor diff --git a/source/_components/sensor.metoffice.markdown b/source/_components/sensor.metoffice.markdown index 478f9029645..902b88a1fbd 100644 --- a/source/_components/sensor.metoffice.markdown +++ b/source/_components/sensor.metoffice.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Met Office Sensor" description: "Instructions on how to integrate Met Office weather conditions into Home Assistant." -date: 2017-03-23 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: metoffice.jpg ha_category: - Weather diff --git a/source/_components/sensor.modbus.markdown b/source/_components/sensor.modbus.markdown index e5c0ad26785..55410fd6c46 100644 --- a/source/_components/sensor.modbus.markdown +++ b/source/_components/sensor.modbus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Modbus Sensor description: "Instructions on how to integrate Modbus sensors into Home Assistant." -date: 2015-08-30 23:38 -sidebar: true -comments: false -sharing: true -footer: true logo: modbus.png ha_category: - Sensor diff --git a/source/_components/sensor.mqtt.markdown b/source/_components/sensor.mqtt.markdown index 1eadc5db55f..f6ab9cb4d3d 100644 --- a/source/_components/sensor.mqtt.markdown +++ b/source/_components/sensor.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Sensor" description: "Instructions on how to integrate MQTT sensors within Home Assistant." -date: 2015-05-30 23:21 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Sensor diff --git a/source/_components/sensor.mysensors.markdown b/source/_components/sensor.mysensors.markdown index 50374a0ab6a..8e2990c0c9a 100644 --- a/source/_components/sensor.mysensors.markdown +++ b/source/_components/sensor.mysensors.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MySensors Sensor" description: "Instructions on how to integrate MySensors sensors into Home Assistant." -date: 2016-10-01 15:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: mysensors.png ha_category: - DIY diff --git a/source/_components/sensor.rflink.markdown b/source/_components/sensor.rflink.markdown index 534aeb56080..1a2403db3f7 100644 --- a/source/_components/sensor.rflink.markdown +++ b/source/_components/sensor.rflink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFLink Sensor" description: "Instructions on how to integrate RFLink sensors into Home Assistant." -date: 2016-01-04 -sidebar: true -comments: false -sharing: true -footer: true logo: rflink.png ha_category: - Sensor diff --git a/source/_components/sensor.rfxtrx.markdown b/source/_components/sensor.rfxtrx.markdown index 1143d4327c2..1114d1faaa1 100644 --- a/source/_components/sensor.rfxtrx.markdown +++ b/source/_components/sensor.rfxtrx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFXtrx Sensor" description: "Instructions on how to integrate RFXtrx sensors into Home Assistant." -date: 2015-08-06 17:15 -sidebar: true -comments: false -sharing: true -footer: true logo: rfxtrx.png ha_category: - Sensor diff --git a/source/_components/sensor.websocket_api.markdown b/source/_components/sensor.websocket_api.markdown index 28e3287daf9..e5722fd0eaf 100644 --- a/source/_components/sensor.websocket_api.markdown +++ b/source/_components/sensor.websocket_api.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Websocket Connections Sensor" description: "Instructions on how to count connected clients within Home Assistant." -date: 2019-03-20 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/sensor.xiaomi_aqara.markdown b/source/_components/sensor.xiaomi_aqara.markdown index d20c852593b..e80f5b72c8d 100644 --- a/source/_components/sensor.xiaomi_aqara.markdown +++ b/source/_components/sensor.xiaomi_aqara.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Sensor" description: "Instructions on how to setup the Xiaomi sensor within Home Assistant." -date: 2017-07-21 16:34 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Sensor diff --git a/source/_components/sensor.xiaomi_miio.markdown b/source/_components/sensor.xiaomi_miio.markdown index 52e16d10041..e5c91356de7 100644 --- a/source/_components/sensor.xiaomi_miio.markdown +++ b/source/_components/sensor.xiaomi_miio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Air Quality Monitor" description: "Instructions how to integrate your Xiaomi Mi Air Quality Monitor within Home Assistant." -date: 2018-02-28 08:35 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Health diff --git a/source/_components/serial.markdown b/source/_components/serial.markdown index b5bc01f4f0e..c7ac5fb383d 100644 --- a/source/_components/serial.markdown +++ b/source/_components/serial.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Serial Sensor" description: "Instructions on how to integrate data from serial connected sensors into Home Assistant." -date: 2017-10-13 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Sensor diff --git a/source/_components/serial_pm.markdown b/source/_components/serial_pm.markdown index 899fd632c7f..d72c28dc9b0 100644 --- a/source/_components/serial_pm.markdown +++ b/source/_components/serial_pm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Particulate matter Sensor" description: "Instructions on how to integrate particulate matter (dust) sensors with Home Assistant." -date: 2016-08-11 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: serial_pm.png ha_category: - DIY diff --git a/source/_components/sesame.markdown b/source/_components/sesame.markdown index 9c90530f2e5..abc746f2676 100644 --- a/source/_components/sesame.markdown +++ b/source/_components/sesame.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sesame Smart Lock" description: "Instructions on how to integrate Sesame by CANDY HOUSE into Home Assistant." -date: 2017-05-02 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: sesame.png ha_category: - Lock diff --git a/source/_components/seven_segments.markdown b/source/_components/seven_segments.markdown index f896904059d..8d0ab0311a5 100644 --- a/source/_components/seven_segments.markdown +++ b/source/_components/seven_segments.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Seven segments display" description: "Instructions on how to use OCR for seven segments displays into Home Assistant." -date: 2017-05-18 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Image Processing diff --git a/source/_components/seventeentrack.markdown b/source/_components/seventeentrack.markdown index 29d28d88dc0..7395824a723 100644 --- a/source/_components/seventeentrack.markdown +++ b/source/_components/seventeentrack.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "17track.net" description: "Instructions on how to use 17track.net data within Home Assistant" -date: 2018-10-31 10:42 -sidebar: true -comments: false -sharing: true -footer: true logo: 17track.png ha_category: - Postal Service diff --git a/source/_components/shell_command.markdown b/source/_components/shell_command.markdown index 76d4c611f2d..176b64c437d 100644 --- a/source/_components/shell_command.markdown +++ b/source/_components/shell_command.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Shell command" description: "Instructions on how to integrate Shell commands into Home Assistant." -date: 2015-10-13 19:10 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Automation logo: home-assistant.png diff --git a/source/_components/shiftr.markdown b/source/_components/shiftr.markdown index 24ed69ce9c3..24680c4b0c1 100644 --- a/source/_components/shiftr.markdown +++ b/source/_components/shiftr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Shiftr.io" description: "Transfer events to Shiftr.io." -date: 2017-06-16 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: shiftr.png ha_category: - "History" diff --git a/source/_components/shodan.markdown b/source/_components/shodan.markdown index 8670ccf0461..c102c59bcd5 100644 --- a/source/_components/shodan.markdown +++ b/source/_components/shodan.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Shodan Sensor" description: "Instructions on how to integrate Shodan sensors into Home Assistant." -date: 2017-08-09 10:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Sensor ha_iot_class: Cloud Polling diff --git a/source/_components/shopping_list.markdown b/source/_components/shopping_list.markdown index 9032a3e6b2c..2cd9f884492 100644 --- a/source/_components/shopping_list.markdown +++ b/source/_components/shopping_list.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Shopping List" description: "Instructions on how to integrate a Shopping list into Home Assistant using Intent." -date: 2017-07-29 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Intent diff --git a/source/_components/sht31.markdown b/source/_components/sht31.markdown index d88b60b3256..3813faa4519 100644 --- a/source/_components/sht31.markdown +++ b/source/_components/sht31.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sensirion SHT31 Sensor" description: "Instructions on how to integrate SHT31 sensors within Home Assistant." -date: 2018-03-06 19:15 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - DIY ha_release: 0.68 diff --git a/source/_components/sigfox.markdown b/source/_components/sigfox.markdown index 3e5569112f5..b7907e349bd 100644 --- a/source/_components/sigfox.markdown +++ b/source/_components/sigfox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sigfox Sensor" description: "Display messages from Sigfox devices in Home Assistant." -date: 2018-04-07 12:10 -sidebar: true -comments: false -sharing: true -footer: true logo: sigfox.png ha_category: - Sensor diff --git a/source/_components/simplepush.markdown b/source/_components/simplepush.markdown index 362e13c21be..32f27f63603 100644 --- a/source/_components/simplepush.markdown +++ b/source/_components/simplepush.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Simplepush" description: "Instructions on how to add Simplepush notifications to Home Assistant." -date: 2016-09-11 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: simplepush.png ha_category: - Notifications diff --git a/source/_components/simplisafe.markdown b/source/_components/simplisafe.markdown index e1108078e63..2922d60cfdf 100644 --- a/source/_components/simplisafe.markdown +++ b/source/_components/simplisafe.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SimpliSafe" description: "Instructions on how to integrate SimpliSafe into Home Assistant." -date: 2018-10-05 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: simplisafe.png ha_release: 0.81 ha_category: diff --git a/source/_components/simulated.markdown b/source/_components/simulated.markdown index 2fdd7cd635d..38248df1430 100644 --- a/source/_components/simulated.markdown +++ b/source/_components/simulated.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Simulated sensor" description: "Component for simulating a numerical sensor." -date: 2018-02-20 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/sisyphus.markdown b/source/_components/sisyphus.markdown index acee28dbf19..eda4be48d50 100644 --- a/source/_components/sisyphus.markdown +++ b/source/_components/sisyphus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sisyphus" description: "Instructions on how to integrate your Sisyphus Kinetic Art Table within Home Assistant." -date: 2018-05-06 22:26 -sidebar: true -comments: false -sharing: true -footer: true logo: sisyphus.png ha_category: - Hub diff --git a/source/_components/sky_hub.markdown b/source/_components/sky_hub.markdown index 15af6329d70..8777d81beba 100644 --- a/source/_components/sky_hub.markdown +++ b/source/_components/sky_hub.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sky Hub" description: "Instructions on how to integrate Sky Hub routers into Home Assistant." -date: 2017-01-28 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: sky.png ha_category: - Presence Detection diff --git a/source/_components/skybeacon.markdown b/source/_components/skybeacon.markdown index 78a3a3c1447..4c12c37ff4d 100644 --- a/source/_components/skybeacon.markdown +++ b/source/_components/skybeacon.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Skybeacon sensor" description: "Instructions on how to integrate MiFlora BLE plant sensor with Home Assistant." -date: 2017-01-17 10:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - DIY ha_release: 0.37 diff --git a/source/_components/skybell.markdown b/source/_components/skybell.markdown index cc70f53aca7..bf40cd860b7 100644 --- a/source/_components/skybell.markdown +++ b/source/_components/skybell.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Skybell" description: "Instructions on how to integrate your Skybell HD devices within Home Assistant." -date: 2017-10-03 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: skybell.png ha_category: - Doorbell diff --git a/source/_components/slack.markdown b/source/_components/slack.markdown index ca92a6c74eb..3e03d207544 100644 --- a/source/_components/slack.markdown +++ b/source/_components/slack.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Slack" description: "Instructions on how to add Slack notifications to Home Assistant." -date: 2015-08-06 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: slack.png ha_category: - Notifications diff --git a/source/_components/sleepiq.markdown b/source/_components/sleepiq.markdown index 3c0540943f2..3d6ffb180ad 100644 --- a/source/_components/sleepiq.markdown +++ b/source/_components/sleepiq.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SleepIQ" description: "Instructions for how to integrate SleepIQ beds within Home Assistant." -date: 2016-08-28 8:56 -sidebar: true -comments: false -sharing: true -footer: true logo: sleepiq.png ha_category: - Health diff --git a/source/_components/sma.markdown b/source/_components/sma.markdown index 178c7bdd7b0..5a5f0ec2beb 100644 --- a/source/_components/sma.markdown +++ b/source/_components/sma.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SMA Solar WebConnect" description: "Instructions on how to connect your SMA Solar Inverter to Home Assistant." -date: 2015-12-28 21:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Energy logo: sma.png diff --git a/source/_components/smappee.markdown b/source/_components/smappee.markdown index 4351fa50bc6..56796fa8cd6 100644 --- a/source/_components/smappee.markdown +++ b/source/_components/smappee.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Smappee" description: "Instructions on how to setup Smappee within Home Assistant." -date: 2018-02-26 08:37 -sidebar: true -comments: false -sharing: true -footer: true logo: smappee.png ha_release: 0.64 ha_category: diff --git a/source/_components/smarthab.markdown b/source/_components/smarthab.markdown index c911db703a6..cf1b3fed1bf 100644 --- a/source/_components/smarthab.markdown +++ b/source/_components/smarthab.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SmartHab" description: "Instructions on how to integrate SmartHab devices into Home Assistant" -date: 2019-02-13 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: smarthab.png ha_release: 0.94 ha_category: diff --git a/source/_components/smartthings.markdown b/source/_components/smartthings.markdown index cbc312e81aa..5539b2f2c67 100644 --- a/source/_components/smartthings.markdown +++ b/source/_components/smartthings.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SmartThings" description: "Instructions on setting up Samsung SmartThings within Home Assistant." -date: 2018-01-14 00:00 -sidebar: true -comments: false -sharing: true -footer: true featured: true logo: samsung_smartthings.png ha_category: diff --git a/source/_components/smarty.markdown b/source/_components/smarty.markdown index 4fa2d9ef03e..a1fe9070015 100644 --- a/source/_components/smarty.markdown +++ b/source/_components/smarty.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Salda Smarty 2X/3X/4X P/V Ventilation" description: "Instructions on how to integrate Salda Smarty 2X/3X/4X P/V ventilation systems into Home Assistant." -date: 2019-02-25 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: salda.png ha_category: - Hub diff --git a/source/_components/smhi.markdown b/source/_components/smhi.markdown index 5903f985c2d..172b209fb13 100644 --- a/source/_components/smhi.markdown +++ b/source/_components/smhi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SMHI" description: "Instructions on how to integrate SMHI forecasts within Home Assistant." -date: 2018-09-23 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: smhi.png ha_category: - Hub diff --git a/source/_components/smtp.markdown b/source/_components/smtp.markdown index 62a0c0c7d01..92d27c88175 100644 --- a/source/_components/smtp.markdown +++ b/source/_components/smtp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SMTP" description: "Instructions on how to add e-mail notifications to Home Assistant." -date: 2015-06-03 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: smtp.png ha_category: - Notifications diff --git a/source/_components/snapcast.markdown b/source/_components/snapcast.markdown index a08f848139a..14eec149b0d 100644 --- a/source/_components/snapcast.markdown +++ b/source/_components/snapcast.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Snapcast" description: "Instructions on how to integrate Snapcast into Home Assistant." -date: 2016-02-01 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: snapcast.png ha_category: - Media Player diff --git a/source/_components/snips.markdown b/source/_components/snips.markdown index 28df30bcc0e..ce29994e7a1 100644 --- a/source/_components/snips.markdown +++ b/source/_components/snips.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Snips" description: "Instructions on how to integrate Snips within Home Assistant." -date: 2018-05-02 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: snips.png ha_category: - Voice diff --git a/source/_components/snmp.markdown b/source/_components/snmp.markdown index 82c4f80b78c..39962bbf8d2 100644 --- a/source/_components/snmp.markdown +++ b/source/_components/snmp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SNMP" description: "Instructions on how to integrate SNMP into Home Assistant." -date: 2017-10-12 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: network-snmp.png ha_category: - Network diff --git a/source/_components/sochain.markdown b/source/_components/sochain.markdown index 8250691067a..90e6357e037 100644 --- a/source/_components/sochain.markdown +++ b/source/_components/sochain.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SoChain" description: "Instructions on how to integrate chain.so data within Home Assistant." -date: 2017-06-01 16:20 -sidebar: true -comments: false -sharing: true -footer: true logo: sochain.png ha_category: - Finance diff --git a/source/_components/socialblade.markdown b/source/_components/socialblade.markdown index 8176c0c4acc..a9db5e45ba4 100644 --- a/source/_components/socialblade.markdown +++ b/source/_components/socialblade.markdown @@ -1,12 +1,6 @@ --- -layout: page title: Social Blade Sensor description: "Instructions on how to set up Social Blade Sensor within Home Assistant." -date: 2018-04-23 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: socialblade.png ha_category: - Multimedia diff --git a/source/_components/solaredge.markdown b/source/_components/solaredge.markdown index 57f52e24a50..d1f46a44f31 100644 --- a/source/_components/solaredge.markdown +++ b/source/_components/solaredge.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SolarEdge Sensor" description: "Instructions on how to integrate SolarEdge sensor within Home Assistant." -date: 2018-12-04 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: solaredge.png ha_category: - Sensor diff --git a/source/_components/solaredge_local.markdown b/source/_components/solaredge_local.markdown index 7d64a06354a..633278ae6ab 100644 --- a/source/_components/solaredge_local.markdown +++ b/source/_components/solaredge_local.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SolarEdge Local Sensor" description: "Instructions on how to integrate SolarEdge sensor within Home Assistant via Local API." -date: 2018-12-04 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: solaredge.png ha_category: - Sensor diff --git a/source/_components/solax.markdown b/source/_components/solax.markdown index 2412bb1e553..e4419d5d2bf 100644 --- a/source/_components/solax.markdown +++ b/source/_components/solax.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Solax Sensor" description: "Instructions on how to integrate Solax sensor within Home Assistant." -date: 2019-03-31 04:20 -sidebar: true -comments: false -sharing: true -footer: true logo: solax-logo.png ha_category: - Energy diff --git a/source/_components/somfy.markdown b/source/_components/somfy.markdown index 77fae85deda..efa2a945c56 100644 --- a/source/_components/somfy.markdown +++ b/source/_components/somfy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Somfy" description: "Instructions on how to set up the Somfy hub within Home Assistant." -date: 2019-06-07 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: somfy.png ha_category: - Hub diff --git a/source/_components/somfy_mylink.markdown b/source/_components/somfy_mylink.markdown index f93baa0afcc..c913e371795 100644 --- a/source/_components/somfy_mylink.markdown +++ b/source/_components/somfy_mylink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Somfy MyLink" description: "Instructions on how to integrate Somfy MyLink devices with Home Assistant." -date: 2019-03-29 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tahoma.png ha_category: - Hub diff --git a/source/_components/sonarr.markdown b/source/_components/sonarr.markdown index 7850b885849..b71da680933 100644 --- a/source/_components/sonarr.markdown +++ b/source/_components/sonarr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sonarr Sensor" description: "Instructions on how to integrate Sonarr sensors with Home Assistant" -date: 2016-11-19 13:35 -sidebar: true -comments: false -sharing: true -footer: true logo: sonarr.png ha_category: - Downloading diff --git a/source/_components/songpal.markdown b/source/_components/songpal.markdown index 920903162a0..f6879f22998 100644 --- a/source/_components/songpal.markdown +++ b/source/_components/songpal.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sony SongPal compatible devices" description: "Instructions on how to integrate Sony Songpal devices into Home Assistant." -date: 2018-02-03 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: sony.png ha_category: - Media Player diff --git a/source/_components/sonos.markdown b/source/_components/sonos.markdown index a0fce003adb..2a85bb0078b 100644 --- a/source/_components/sonos.markdown +++ b/source/_components/sonos.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sonos" description: "Instructions on how to integrate Sonos devices into Home Assistant." -date: 2015-09-12 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: sonos.png ha_category: - Media Player diff --git a/source/_components/sony_projector.markdown b/source/_components/sony_projector.markdown index 1118a1dffb6..94b5cf71d29 100644 --- a/source/_components/sony_projector.markdown +++ b/source/_components/sony_projector.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sony Projector Switch" description: "Instructions on how to integrate Sony Projector switches into Home Assistant." -date: 2019-01-01 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: sony.png ha_category: - Multimedia diff --git a/source/_components/soundtouch.markdown b/source/_components/soundtouch.markdown index 5ae398cb36c..dd4d69f36f1 100644 --- a/source/_components/soundtouch.markdown +++ b/source/_components/soundtouch.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Soundtouch" description: "Instructions on how to integrate Bose Soundtouch devices into Home Assistant." -date: 2016-11-06 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: soundtouch.png ha_category: - Media Player diff --git a/source/_components/spaceapi.markdown b/source/_components/spaceapi.markdown index bdc7420fa7c..dbc88088745 100644 --- a/source/_components/spaceapi.markdown +++ b/source/_components/spaceapi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SpaceAPI" description: "Instructions on how to configure the SpaceAPI for Home Assistant." -date: 2018-05-08 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: spaceapi.png ha_category: - Social diff --git a/source/_components/spc.markdown b/source/_components/spc.markdown index e2d257b622d..63b6a930a09 100644 --- a/source/_components/spc.markdown +++ b/source/_components/spc.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SPC" description: "Instructions on how to setup Vanderbilt SPC devices within Home Assistant." -date: 2017-05-18 08:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Hub - Alarm @@ -19,7 +13,7 @@ redirect_from: - /components/alarm_control_panel.spc/ --- -Home Assistant has support to integrate your [Vanderbilt SPC](http://www.spc-intruder-detection.com/ssp-spc/) alarm panel and any connected motion, door and smoke sensors. +Home Assistant has support to integrate your [Vanderbilt SPC](https://www.spcsupportinfo.com/SPCConnectPro/) alarm panel and any connected motion, door and smoke sensors. Integration with SPC is done through a third-party API gateway called [SPC Web Gateway](http://www.lundix.se/smarta-losningar/) which must be installed and configured somewhere on your network. @@ -52,7 +46,7 @@ Supported sensors will be automatically discovered and added, however they will ## Alarm -The `spc` alarm control panel platform allows you to control your [Vanderbilt SPC](https://www.spcsupportinfo.com/) alarms. +The `spc` alarm control panel platform allows you to control your [Vanderbilt SPC](https://www.spcsupportinfo.com/SPCConnectPro/) alarms. The `changed_by` attribute enables one to be able to take different actions depending on who armed/disarmed the alarm in [automation](/getting-started/automation/). @@ -73,6 +67,6 @@ automation: ## Binary Sensor -The `spc` platform allows you to get data from your [Vanderbilt SPC](http://www.spc-intruder-detection.com/ssp-spc/) binary sensors from within Home Assistant. +The `spc` platform allows you to get data from your [Vanderbilt SPC](https://www.spcsupportinfo.com/SPCConnectPro/) binary sensors from within Home Assistant. Check the [type/class](/components/binary_sensor/) list for a possible visualization of your zone. Currently motion, smoke and door sensors are supported. diff --git a/source/_components/speedtestdotnet.markdown b/source/_components/speedtestdotnet.markdown index f5d609ed2a3..247763a2896 100644 --- a/source/_components/speedtestdotnet.markdown +++ b/source/_components/speedtestdotnet.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Speedtest.net" description: "How to integrate Speedtest.net within Home Assistant." -date: 2016-02-12 9:06 -sidebar: true -comments: false -sharing: true -footer: true logo: speedtest.png ha_category: - System Monitor diff --git a/source/_components/spider.markdown b/source/_components/spider.markdown index 8e54ef74687..46043d1fe05 100644 --- a/source/_components/spider.markdown +++ b/source/_components/spider.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Spider" description: "Instructions on how to setup the Spider hub within Home Assistant." -date: 2018-07-17 22:01 -sidebar: true -comments: false -sharing: true -footer: true logo: spider.png ha_category: - Hub diff --git a/source/_components/splunk.markdown b/source/_components/splunk.markdown index a5b1ed956ff..ddb057ee181 100644 --- a/source/_components/splunk.markdown +++ b/source/_components/splunk.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Splunk" description: "Record events in Splunk." -date: 2016-02-05 15:31 -sidebar: true -comments: false -sharing: true -footer: true logo: splunk.png ha_category: - "History" diff --git a/source/_components/spotcrime.markdown b/source/_components/spotcrime.markdown index 688328edcad..843d0aa8654 100644 --- a/source/_components/spotcrime.markdown +++ b/source/_components/spotcrime.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Spot Crime" description: "Instructions on how to integrate spotcrime.com into Home Assistant." -date: 2018-02-16 9:30 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.65 ha_iot_class: Cloud Polling redirect_from: diff --git a/source/_components/spotify.markdown b/source/_components/spotify.markdown index 2664a698197..19b98be8387 100644 --- a/source/_components/spotify.markdown +++ b/source/_components/spotify.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Spotify" description: "Instructions on how to integrate Spotify into Home Assistant." -date: 2017-04-10 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: spotify.png ha_category: - Media Player diff --git a/source/_components/sql.markdown b/source/_components/sql.markdown index ccf0aa941da..cef52c359a3 100644 --- a/source/_components/sql.markdown +++ b/source/_components/sql.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SQL Sensor" description: "Instructions how to integrate SQL sensors into Home Assistant." -date: 2018-02-03 00:22 -sidebar: true -comments: false -sharing: true -footer: true logo: sql.png ha_category: - Utility diff --git a/source/_components/squeezebox.markdown b/source/_components/squeezebox.markdown index 8dea1ac93e0..1381e411e84 100644 --- a/source/_components/squeezebox.markdown +++ b/source/_components/squeezebox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Logitech Squeezebox" description: "Instructions on how to integrate a Logitech Squeezebox player into Home Assistant." -date: 2015-08-09 11:00 -sidebar: true -comments: false -sharing: true -footer: true logo: squeezebox.png ha_category: - Media Player diff --git a/source/_components/srp_energy.markdown b/source/_components/srp_energy.markdown index 02a7a217620..b166efaa6e1 100644 --- a/source/_components/srp_energy.markdown +++ b/source/_components/srp_energy.markdown @@ -1,10 +1,6 @@ --- -layout: page title: "SRP Energy Sensor" description: "How to integrate SRP Energy within Home Assistant." -date: 2018-10-30 08:00 -sidebar: true -comments: false ha_category: - Energy ha_release: 0.83 diff --git a/source/_components/ssdp.markdown b/source/_components/ssdp.markdown index 03540d9d371..40120087c64 100644 --- a/source/_components/ssdp.markdown +++ b/source/_components/ssdp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SSDP - Simple Service Discovery Protocol" description: "Discover integrations on the network using the SSDP protocol." -date: 2019-06-02 18:50 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Network ha_release: 0.94 diff --git a/source/_components/starlingbank.markdown b/source/_components/starlingbank.markdown index 2fe08a5f339..4601cea3398 100644 --- a/source/_components/starlingbank.markdown +++ b/source/_components/starlingbank.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Starling Bank" description: "How to integrate your Starling Bank account within Home Assistant." -date: 2018-09-07 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: starlingbank.png ha_category: - Finance diff --git a/source/_components/startca.markdown b/source/_components/startca.markdown index 7139d189156..61bf03913e9 100644 --- a/source/_components/startca.markdown +++ b/source/_components/startca.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Start.ca" description: "Instructions on how to integrate Start.ca data usage within Home Assistant." -date: 2018-02-12 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: startca.png ha_category: - Network diff --git a/source/_components/statistics.markdown b/source/_components/statistics.markdown index 8a10f3f8fd7..9169823913e 100644 --- a/source/_components/statistics.markdown +++ b/source/_components/statistics.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Statistics Sensor" description: "Instructions on how to integrate statistical sensors into Home Assistant." -date: 2016-09-28 12:10 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/statsd.markdown b/source/_components/statsd.markdown index 0ee10e6e850..7078a0a1d2e 100644 --- a/source/_components/statsd.markdown +++ b/source/_components/statsd.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "StatsD" description: "Record events in StatsD." -date: 2016-01-25 08:00 -sidebar: true -comments: false -sharing: true logo: statsd.png -footer: true ha_category: - "History" ha_release: 0.12 diff --git a/source/_components/steam_online.markdown b/source/_components/steam_online.markdown index b7cbfb5a80f..427d964892c 100644 --- a/source/_components/steam_online.markdown +++ b/source/_components/steam_online.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Steam" description: "Instructions on how to set up Steam sensors in Home Assistant." -date: 2016-04-30 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: steam.png ha_category: - Social diff --git a/source/_components/stiebel_eltron.markdown b/source/_components/stiebel_eltron.markdown index 02188f2bbe2..d1d974bdb9a 100644 --- a/source/_components/stiebel_eltron.markdown +++ b/source/_components/stiebel_eltron.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "STIEBEL ELTRON" description: "Instructions on how to integrate STIEBEL ELTRON integral ventilation and heat pump units into Home Assistant." -date: 2019-04-14 21:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: stiebel_eltron.png ha_category: - Climate diff --git a/source/_components/stream.markdown b/source/_components/stream.markdown index 56beb20c832..acb08911a28 100644 --- a/source/_components/stream.markdown +++ b/source/_components/stream.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Stream" description: "Instructions on how to integrate live streams within Home Assistant." -date: 2019-02-06 13:40 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/streamlabswater.markdown b/source/_components/streamlabswater.markdown index 45e2d057f26..a3ffe8f22de 100644 --- a/source/_components/streamlabswater.markdown +++ b/source/_components/streamlabswater.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Streamlabs Water" description: "Instructions on how to integrate Streamlabs Water devices with Home Assistant." -date: 2019-02-25 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: streamlabswater.png ha_category: - Binary Sensor diff --git a/source/_components/stride.markdown b/source/_components/stride.markdown index e48ca592c6c..980d74b9330 100644 --- a/source/_components/stride.markdown +++ b/source/_components/stride.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Stride" description: "Instructions how to add Stride notifications to Home Assistant." -date: 2018-03-14 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: stride.png ha_category: - Notifications diff --git a/source/_components/sun.markdown b/source/_components/sun.markdown index 8c37380f152..58011a72b26 100644 --- a/source/_components/sun.markdown +++ b/source/_components/sun.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sun" description: "Instructions on how to track the sun within Home Assistant." -date: 2015-01-24 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Environment diff --git a/source/_components/supervisord.markdown b/source/_components/supervisord.markdown index a1d76c1fdfb..3c68edbf371 100644 --- a/source/_components/supervisord.markdown +++ b/source/_components/supervisord.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Supervisord" description: "Instructions on how to integrate Supervisord within Home Assistant." -date: 2016-05-13 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: supervisord.png ha_category: - System Monitor diff --git a/source/_components/supla.markdown b/source/_components/supla.markdown index ccfd835e139..7d814011685 100644 --- a/source/_components/supla.markdown +++ b/source/_components/supla.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Supla" description: "Instructions for integration with Supla Cloud's Web API" -date: 2019-03-14 20:05 -sidebar: true -comments: true -sharing: true -footer: true logo: supla.png ha_release: 0.92 ha_category: diff --git a/source/_components/swiss_hydrological_data.markdown b/source/_components/swiss_hydrological_data.markdown index 6d0675ff4bc..31f76ac1610 100644 --- a/source/_components/swiss_hydrological_data.markdown +++ b/source/_components/swiss_hydrological_data.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Swiss Hydrological Data" description: "Instructions on how to integrate hydrological data of Swiss waters within Home Assistant." -date: 2016-06-17 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: swiss-hydrological-data.png ha_category: - Environment diff --git a/source/_components/swiss_public_transport.markdown b/source/_components/swiss_public_transport.markdown index b465c957129..f98b6c2d270 100644 --- a/source/_components/swiss_public_transport.markdown +++ b/source/_components/swiss_public_transport.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Swiss Public Transport" description: "Instructions on how to integrate timetable data for traveling in Switzerland within Home Assistant." -date: 2015-06-02 21:45 -sidebar: true -comments: false -sharing: true -footer: true logo: train.png ha_category: - Transport diff --git a/source/_components/swisscom.markdown b/source/_components/swisscom.markdown index 40407879a16..cfb47622981 100644 --- a/source/_components/swisscom.markdown +++ b/source/_components/swisscom.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Swisscom Internet-Box" description: "Instructions on how to integrate Swisscom Internet-Box into Home Assistant." -date: 2016-10-29 23:30 -sidebar: true -comments: false -sharing: true -footer: true logo: swisscom.png ha_category: - Presence Detection diff --git a/source/_components/switch.command_line.markdown b/source/_components/switch.command_line.markdown index 748eb5a2c80..6470f2c58ad 100644 --- a/source/_components/switch.command_line.markdown +++ b/source/_components/switch.command_line.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Command line Switch" description: "Instructions on how to have switches call command line commands." -date: 2015-06-10 22:41 -sidebar: true -comments: false -sharing: true -footer: true logo: command_line.png ha_category: - Switch diff --git a/source/_components/switch.knx.markdown b/source/_components/switch.knx.markdown index 5b525e9b48e..7765c7c7059 100644 --- a/source/_components/switch.knx.markdown +++ b/source/_components/switch.knx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "KNX Switch" description: "Instructions on how to integrate KNX switches with Home Assistant." -date: 2016-06-24 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: knx.png ha_category: - Switch diff --git a/source/_components/switch.markdown b/source/_components/switch.markdown index 4e20c67cbc3..5e5ace9ec26 100644 --- a/source/_components/switch.markdown +++ b/source/_components/switch.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Switches" description: "Instructions on how to set up your switches with Home Assistant." -date: 2015-01-24 14:39 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Switch diff --git a/source/_components/switch.modbus.markdown b/source/_components/switch.modbus.markdown index c860b7d6f07..c4714555baa 100644 --- a/source/_components/switch.modbus.markdown +++ b/source/_components/switch.modbus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Modbus Switch" description: "Instructions on how to integrate Modbus switches into Home Assistant." -date: 2015-08-30 23:38 -sidebar: true -comments: false -sharing: true -footer: true logo: modbus.png ha_category: - Switch diff --git a/source/_components/switch.mqtt.markdown b/source/_components/switch.mqtt.markdown index bd3a9ec0b9b..7fe62ac1341 100644 --- a/source/_components/switch.mqtt.markdown +++ b/source/_components/switch.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Switch" description: "Instructions on how to integrate MQTT switches into Home Assistant." -date: 2015-08-30 23:38 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Switch diff --git a/source/_components/switch.mysensors.markdown b/source/_components/switch.mysensors.markdown index a135ac7cfbe..9ab396d034a 100644 --- a/source/_components/switch.mysensors.markdown +++ b/source/_components/switch.mysensors.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MySensors Switch" description: "Instructions on how to integrate MySensors switches into Home Assistant." -date: 2016-10-01 15:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true logo: mysensors.png ha_category: - DIY diff --git a/source/_components/switch.pca.markdown b/source/_components/switch.pca.markdown index 2d0f21b9924..53fabf8fa38 100644 --- a/source/_components/switch.pca.markdown +++ b/source/_components/switch.pca.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ELV PCA 301 Switch" description: "Instructions on how to integrate ELV PCA 301 switches into Home Assistant." -date: 2019-02-24 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: elv.png ha_category: Switch ha_iot_class: Local Polling diff --git a/source/_components/switch.rest.markdown b/source/_components/switch.rest.markdown index 4ab4e149f69..dd339fc9b82 100644 --- a/source/_components/switch.rest.markdown +++ b/source/_components/switch.rest.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RESTful Switch" description: "Instructions on how to integrate REST switches into Home Assistant." -date: 2015-09-14 19:10 -sidebar: true -comments: false -sharing: true -footer: true logo: restful.png ha_category: - Switch diff --git a/source/_components/switch.rflink.markdown b/source/_components/switch.rflink.markdown index aa1ebf6e0df..abbd9cd1248 100644 --- a/source/_components/switch.rflink.markdown +++ b/source/_components/switch.rflink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFLink Switch" description: "Instructions on how to integrate RFLink switches into Home Assistant." -date: 2016-01-04 -sidebar: true -comments: false -sharing: true -footer: true logo: rflink.png ha_category: - Switch diff --git a/source/_components/switch.rfxtrx.markdown b/source/_components/switch.rfxtrx.markdown index bcb0ee0da43..6055b32601b 100644 --- a/source/_components/switch.rfxtrx.markdown +++ b/source/_components/switch.rfxtrx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "RFXtrx Switch" description: "Instructions on how to integrate RFXtrx switches into Home Assistant." -date: 2015-10-08 10:15 -sidebar: true -comments: false -sharing: true -footer: true logo: rfxtrx.png ha_category: - Switch diff --git a/source/_components/switch.template.markdown b/source/_components/switch.template.markdown index 2916b8cd30c..ec083f7a53b 100644 --- a/source/_components/switch.template.markdown +++ b/source/_components/switch.template.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Template Switch" description: "Instructions on how to integrate Template Switches into Home Assistant." -date: 2016-02-07 07:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Switch ha_release: 0.13 diff --git a/source/_components/switch.xiaomi_aqara.markdown b/source/_components/switch.xiaomi_aqara.markdown index de158bec3c4..d5e9ae68f2d 100644 --- a/source/_components/switch.xiaomi_aqara.markdown +++ b/source/_components/switch.xiaomi_aqara.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Switch" description: "Instructions on how to set up the Xiaomi switch within Home Assistant." -date: 2017-07-21 16:34 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Switch diff --git a/source/_components/switch.xiaomi_miio.markdown b/source/_components/switch.xiaomi_miio.markdown index 12f8dd5307d..054468d0820 100644 --- a/source/_components/switch.xiaomi_miio.markdown +++ b/source/_components/switch.xiaomi_miio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Smart WiFi Socket and Smart Power Strip" description: "Instructions on how to integrate your Xiaomi Smart WiFi Socket aka Plug or Xiaomi Smart Power Strip within Home Assistant." -date: 2017-08-26 10:18 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Switch diff --git a/source/_components/switchbot.markdown b/source/_components/switchbot.markdown index a31eb364375..aab3a5bbc9d 100644 --- a/source/_components/switchbot.markdown +++ b/source/_components/switchbot.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Switchbot" description: "Instructions on how to set up Switchbot switches." -date: 2018-09-03 22:41 -sidebar: true -comments: false -sharing: true -footer: true logo: switchbot.png ha_category: - Switch diff --git a/source/_components/switcher_kis.markdown b/source/_components/switcher_kis.markdown index 784165a8c32..f57627eda0f 100644 --- a/source/_components/switcher_kis.markdown +++ b/source/_components/switcher_kis.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Switcher" description: "Controlling your Switcher V2 Water Heater." -date: 2018-04-10 17:30 -sidebar: true -comments: false -sharing: true -footer: true logo: switcher_boiler.png ha_category: - Switch diff --git a/source/_components/switchmate.markdown b/source/_components/switchmate.markdown index 49f5583f408..16e5cfb7163 100644 --- a/source/_components/switchmate.markdown +++ b/source/_components/switchmate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Switchmate" description: "Instructions on how to set up Switchmate switches." -date: 2018-08-17 22:41 -sidebar: true -comments: false -sharing: true -footer: true logo: switchmate-logo-rgb.png ha_category: - Switch diff --git a/source/_components/syncthru.markdown b/source/_components/syncthru.markdown index 4d2e98fc55a..d4cdfa9b77c 100644 --- a/source/_components/syncthru.markdown +++ b/source/_components/syncthru.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Samsung SyncThru Printer" description: "Instructions on how to integrate a Samsung printer providing SyncThru within Home Assistant." -date: 2018-02-19 23:33 -sidebar: true -comments: false -sharing: true -footer: true logo: samsung.png ha_category: - System Monitor diff --git a/source/_components/synology.markdown b/source/_components/synology.markdown index 4e56276fab6..ef3a7c89e71 100644 --- a/source/_components/synology.markdown +++ b/source/_components/synology.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Synology Camera" description: "Instructions on how to integrate Synology Surveillance Station cameras within Home Assistant." -date: 2016-10-13 08:01 -sidebar: true -comments: false -sharing: true -footer: true logo: synology.png ha_category: - Camera diff --git a/source/_components/synology_chat.markdown b/source/_components/synology_chat.markdown index 0c000a2f0b7..0e2831e7f78 100644 --- a/source/_components/synology_chat.markdown +++ b/source/_components/synology_chat.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Synology Chat" description: "Instructions on how to add a Synology Chat Bot notifications to Home Assistant." -date: 2018-02-15 07:00 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.65 logo: synology.png ha_category: diff --git a/source/_components/synology_srm.markdown b/source/_components/synology_srm.markdown index 0679e2805f1..a155eb0a6da 100644 --- a/source/_components/synology_srm.markdown +++ b/source/_components/synology_srm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Synology SRM" description: "Instructions on how to integrate Synology SRM routers into Home Assistant." -date: 2019-01-22 13:43 -sidebar: true -comments: false -sharing: true -footer: true logo: synology.png ha_category: - Presence Detection diff --git a/source/_components/synologydsm.markdown b/source/_components/synologydsm.markdown index 7b4760ea5b3..d64128cc4b4 100644 --- a/source/_components/synologydsm.markdown +++ b/source/_components/synologydsm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SynologyDSM Sensor" description: "Instructions on how to integrate the SynologyDSM sensor within Home Assistant." -date: 2016-10-30 23:21 -sidebar: true -comments: false -sharing: true -footer: true logo: synology.png ha_category: - System Monitor diff --git a/source/_components/syslog.markdown b/source/_components/syslog.markdown index 037f53e8660..8e3d3863223 100644 --- a/source/_components/syslog.markdown +++ b/source/_components/syslog.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Syslog" description: "Instructions on how to add syslog notifications to Home Assistant." -date: 2015-06-09 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: syslog.png ha_category: - Notifications diff --git a/source/_components/system_health.markdown b/source/_components/system_health.markdown index 5cd3ae314ca..a1da9a51634 100644 --- a/source/_components/system_health.markdown +++ b/source/_components/system_health.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "System Health" description: "Systeam Health integration will report system info and allow to run system diagnostics." -date: 2019-02-06 13:40 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - "Other" diff --git a/source/_components/system_log.markdown b/source/_components/system_log.markdown index 24849072a3e..cf3a43a24f0 100644 --- a/source/_components/system_log.markdown +++ b/source/_components/system_log.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "System Log" description: "Summary of errors and warnings in Home Assistant during runtime." -date: 2017-11-11 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/systemmonitor.markdown b/source/_components/systemmonitor.markdown index 9ac0066773d..d0df421b127 100644 --- a/source/_components/systemmonitor.markdown +++ b/source/_components/systemmonitor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "System Monitor" description: "Instructions on how to monitor the Home Assistant host." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: system_monitor.png ha_category: - System Monitor diff --git a/source/_components/sytadin.markdown b/source/_components/sytadin.markdown index 3ef830a1316..8333a70c646 100644 --- a/source/_components/sytadin.markdown +++ b/source/_components/sytadin.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sytadin Sensor" description: "Instructions on how to integrate Sytadin sensors into Home Assistant." -date: 2017-10-05 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: sytadin.png ha_release: 0.57 ha_category: diff --git a/source/_components/tado.markdown b/source/_components/tado.markdown index 175470dab79..d0978b83a3a 100644 --- a/source/_components/tado.markdown +++ b/source/_components/tado.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tado" description: "Instructions on how to integrate Tado devices with Home Assistant." -date: 2017-03-20 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tado.png ha_category: - Hub diff --git a/source/_components/tahoma.markdown b/source/_components/tahoma.markdown index 2453d25b827..cd16cd993c0 100644 --- a/source/_components/tahoma.markdown +++ b/source/_components/tahoma.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tahoma" description: "Instructions on how to integrate Somfy Tahoma devices with Home Assistant." -date: 2017-07-18 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tahoma.png ha_category: - Hub diff --git a/source/_components/tank_utility.markdown b/source/_components/tank_utility.markdown index f3082f11984..2cc3074733e 100644 --- a/source/_components/tank_utility.markdown +++ b/source/_components/tank_utility.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tank Utility Sensor" description: "How to integrate Tank Utility sensors within Home Assistant." -date: 2017-08-24 08:21 -sidebar: true -comments: false -sharing: true -footer: true logo: tank_utility.png ha_category: - Energy diff --git a/source/_components/tapsaff.markdown b/source/_components/tapsaff.markdown index 502c2b02c2d..6cdea93cd9d 100644 --- a/source/_components/tapsaff.markdown +++ b/source/_components/tapsaff.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Taps Aff" description: "Instructions on how to use the Taps Aff binary sensor in Home Assistant." -date: 2017-05-28 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tapsaff.png ha_category: - Weather diff --git a/source/_components/tautulli.markdown b/source/_components/tautulli.markdown index a07bd876014..c08eab9d88a 100644 --- a/source/_components/tautulli.markdown +++ b/source/_components/tautulli.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tautulli activity sensor" description: "Instructions on how to set up Tautulli sensors in Home Assistant." -date: 2018-10-27 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tautulli.png ha_category: - Sensor diff --git a/source/_components/tcp.markdown b/source/_components/tcp.markdown index a924b02a110..8ae8b6ac261 100644 --- a/source/_components/tcp.markdown +++ b/source/_components/tcp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: TCP Binary Sensor description: "Instructions on how to set up TCP within Home Assistant." -date: 2016-02-22 11:05 -sidebar: true -comments: false -sharing: true -footer: true logo: tcp_ip.png ha_category: - Binary Sensor diff --git a/source/_components/ted5000.markdown b/source/_components/ted5000.markdown index 7360d97d651..2bcab28ad80 100644 --- a/source/_components/ted5000.markdown +++ b/source/_components/ted5000.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "TED5000 electricity monitoring" description: "How to add a TED5000 to Home Assistant." -date: 2016-09-27 11:19 -sidebar: true -comments: false -sharing: true -footer: true logo: ted.png ha_category: - Energy diff --git a/source/_components/teksavvy.markdown b/source/_components/teksavvy.markdown index fe75e1a0ed4..e967093ffef 100644 --- a/source/_components/teksavvy.markdown +++ b/source/_components/teksavvy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "TekSavvy" description: "Instructions on how to integrate TekSavvy data usage within Home Assistant." -date: 2017-12-17 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: teksavvy.png ha_category: - Network diff --git a/source/_components/telegram.markdown b/source/_components/telegram.markdown index e7d21d34225..e2d80c25c4a 100644 --- a/source/_components/telegram.markdown +++ b/source/_components/telegram.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Telegram" description: "Instructions on how to add Telegram notifications to Home Assistant." -date: 2015-10-09 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: telegram.png ha_category: - Notifications diff --git a/source/_components/telegram_bot.markdown b/source/_components/telegram_bot.markdown index 276e4cf943d..fe01c913c8e 100644 --- a/source/_components/telegram_bot.markdown +++ b/source/_components/telegram_bot.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Telegram chatbot" description: "Telegram chatbot support" -date: 2017-04-05 18:50 -sidebar: true -comments: false -sharing: true -footer: true logo: telegram.png ha_category: - Hub diff --git a/source/_components/tellduslive.markdown b/source/_components/tellduslive.markdown index 8d9a30745bf..17bcbfd7571 100644 --- a/source/_components/tellduslive.markdown +++ b/source/_components/tellduslive.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Telldus Live" description: "Instructions on how to integrate Telldus Live into Home Assistant." -date: 2016-01-17 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tellduslive.svg ha_category: - Hub diff --git a/source/_components/tellstick.markdown b/source/_components/tellstick.markdown index d55bc1d824c..392346be873 100644 --- a/source/_components/tellstick.markdown +++ b/source/_components/tellstick.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "TellStick" description: "Instructions on how to integrate your TellStick into Home Assistant." -date: 2015-03-28 13:06 -sidebar: true -comments: false -sharing: true -footer: true logo: telldus_tellstick.png ha_release: pre 0.7 ha_category: diff --git a/source/_components/telnet.markdown b/source/_components/telnet.markdown index 21befb2743b..32ad3936ddc 100644 --- a/source/_components/telnet.markdown +++ b/source/_components/telnet.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Telnet Switch" description: "Instructions on how to integrate telnet switches into Home Assistant." -date: 2017-08-10 19:19 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Switch ha_release: 0.54 diff --git a/source/_components/temper.markdown b/source/_components/temper.markdown index 6cc7c671ef8..15cdff0f631 100644 --- a/source/_components/temper.markdown +++ b/source/_components/temper.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "TEMPer Sensor" description: "Instructions on how to integrate TEMPer sensors into Home Assistant." -date: 2015-08-06 19:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - DIY ha_iot_class: Local Push diff --git a/source/_components/template.markdown b/source/_components/template.markdown index cf7e2abb4de..7480e2dafc8 100644 --- a/source/_components/template.markdown +++ b/source/_components/template.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Template Sensor" description: "Instructions on how to integrate Template Sensors into Home Assistant." -date: 2016-01-27 07:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Sensor ha_release: 0.12 diff --git a/source/_components/tensorflow.markdown b/source/_components/tensorflow.markdown index b4f385b2e69..c92dd0da3a0 100644 --- a/source/_components/tensorflow.markdown +++ b/source/_components/tensorflow.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "TensorFlow" description: "Detect and recognize objects with TensorFlow." -date: 2018-10-24 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tensorflow.png ha_category: - Image Processing diff --git a/source/_components/tesla.markdown b/source/_components/tesla.markdown index ea667c826ae..46111f4b809 100644 --- a/source/_components/tesla.markdown +++ b/source/_components/tesla.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tesla" description: "Instructions on how to integrate Tesla car into Home Assistant." -date: 2017-08-28 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tesla.png ha_category: - Car diff --git a/source/_components/tfiac.markdown b/source/_components/tfiac.markdown index ae13d160301..b266ce4d429 100644 --- a/source/_components/tfiac.markdown +++ b/source/_components/tfiac.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tfiac AC" description: "Instructions on how to integrate Tfiac AC devices with Home Assistant." -date: 2019-03-10 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tfiac.png ha_category: - Climate diff --git a/source/_components/thermoworks_smoke.markdown b/source/_components/thermoworks_smoke.markdown index eb012abcf14..3fd29769769 100644 --- a/source/_components/thermoworks_smoke.markdown +++ b/source/_components/thermoworks_smoke.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ThermoWorks Smoke Sensor" description: "Pulls temperature data for a ThermoWorks Smoke Thermometer connected with Smoke Gateway." -date: 2018-08-22 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: thermoworks.png ha_category: - Sensor diff --git a/source/_components/thethingsnetwork.markdown b/source/_components/thethingsnetwork.markdown index 310064f010a..baae607ca4b 100644 --- a/source/_components/thethingsnetwork.markdown +++ b/source/_components/thethingsnetwork.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "The Things Network" description: "Instructions for how to integrate The Things Network within Home Assistant." -date: 2017-09-30 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: thethingsnetwork.png ha_category: - Hub diff --git a/source/_components/thingspeak.markdown b/source/_components/thingspeak.markdown index bc91eb20f75..b0f4b18dcf2 100644 --- a/source/_components/thingspeak.markdown +++ b/source/_components/thingspeak.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ThingSpeak" description: "Record one entity in ThingSpeak" -date: 2016-10-24 15:45 -sidebar: true -comments: false -sharing: true -footer: true logo: thingspeak.png ha_category: - "History" diff --git a/source/_components/thinkingcleaner.markdown b/source/_components/thinkingcleaner.markdown index 13dd89ad616..20952495404 100644 --- a/source/_components/thinkingcleaner.markdown +++ b/source/_components/thinkingcleaner.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Thinking Cleaner" description: "Instructions on how to integrate a ThinkingCleaner within Home Assistant." -date: 2016-04-10 17:24 -sidebar: true -comments: false -sharing: true -footer: true logo: thinkingcleaner.png ha_category: - Sensor diff --git a/source/_components/thomson.markdown b/source/_components/thomson.markdown index 4eea5e8d68d..9033a982497 100644 --- a/source/_components/thomson.markdown +++ b/source/_components/thomson.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Thomson" description: "Instructions on how to integrate Thomson routers into Home Assistant." -date: 2015-08-30 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: technicolor.png ha_category: - Presence Detection diff --git a/source/_components/threshold.markdown b/source/_components/threshold.markdown index a30ba6d6161..72c404ab225 100644 --- a/source/_components/threshold.markdown +++ b/source/_components/threshold.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Threshold Binary Sensor" description: "Instructions on how to integrate threshold binary sensors into Home Assistant." -date: 2016-11-26 12:10 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/tibber.markdown b/source/_components/tibber.markdown index babfcf9f502..1997db3a65d 100644 --- a/source/_components/tibber.markdown +++ b/source/_components/tibber.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tibber" description: "Instructions on how to integrate Tibber within Home Assistant." -date: 2015-10-04 16:34 -sidebar: true -comments: false -sharing: true -footer: true logo: tibber.png ha_category: - Energy diff --git a/source/_components/tikteck.markdown b/source/_components/tikteck.markdown index 2054dbf2b85..1cb6013bca9 100644 --- a/source/_components/tikteck.markdown +++ b/source/_components/tikteck.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tikteck" description: "Instructions on how to setup Tikteck LED bulbs within Home Assistant." -date: 2017-01-04 16:32 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Light ha_iot_class: Local Polling diff --git a/source/_components/tile.markdown b/source/_components/tile.markdown index 5fd85c3412a..4182fb6c284 100644 --- a/source/_components/tile.markdown +++ b/source/_components/tile.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tile" description: "Instructions on how to use Tile to track devices in Home Assistant." -date: 2017-11-08 20:40:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tile.png ha_release: 0.58 ha_category: diff --git a/source/_components/time_date.markdown b/source/_components/time_date.markdown index bd0a514ca3c..e9df8e34161 100644 --- a/source/_components/time_date.markdown +++ b/source/_components/time_date.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Time & Date" description: "Instructions on how to integrate the time and the date within Home Assistant." -date: 2015-05-08 17:15 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Calendar diff --git a/source/_components/timer.markdown b/source/_components/timer.markdown index a1865842e6b..1340b3dcd1b 100644 --- a/source/_components/timer.markdown +++ b/source/_components/timer.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Timer" description: "Instructions on how to integrate timers into Home Assistant." -date: 2017-10-23 06:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Automation diff --git a/source/_components/tod.markdown b/source/_components/tod.markdown index ebc1de6d4d6..c44d6ded94d 100644 --- a/source/_components/tod.markdown +++ b/source/_components/tod.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Times of the Day Binary Sensor" description: "Instructions on how to integrate Times of the Day binary sensors within Home Assistant." -date: 2019-01-14 23:35 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Binary Sensor ha_release: 0.89 diff --git a/source/_components/todoist.markdown b/source/_components/todoist.markdown index 146770da818..4d97b34a28f 100644 --- a/source/_components/todoist.markdown +++ b/source/_components/todoist.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Todoist" description: "Instructions on how to integrate Todoist into Home Assistant." -date: 2017-08-31 2:22 -sidebar: true -comments: false -sharing: true -footer: true logo: todoist.png ha_category: - Calendar diff --git a/source/_components/tof.markdown b/source/_components/tof.markdown index 94a40def499..6aba789f39e 100644 --- a/source/_components/tof.markdown +++ b/source/_components/tof.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Time of Flight sensor using VL53L1X" description: "Instructions on how to integrate a VL53L1X ToF sensor into Home Assistant." -date: 2019-02-21 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: raspberry-pi.png ha_category: - DIY diff --git a/source/_components/tomato.markdown b/source/_components/tomato.markdown index 5498a025875..1ef681603fd 100644 --- a/source/_components/tomato.markdown +++ b/source/_components/tomato.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tomato" description: "Instructions on how to integrate Tomato routers into Home Assistant." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: tomato.png ha_category: - Presence Detection diff --git a/source/_components/toon.markdown b/source/_components/toon.markdown index e53342a602d..948b4ce0fd5 100644 --- a/source/_components/toon.markdown +++ b/source/_components/toon.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Toon" description: "Instructions on how to integrate Toon within Home Assistant." -date: 2017-10-22 12:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Climate - Binary Sensor diff --git a/source/_components/torque.markdown b/source/_components/torque.markdown index 350012b87c4..3ac8205297b 100644 --- a/source/_components/torque.markdown +++ b/source/_components/torque.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Torque (OBD2)" description: "Instructions on how to integrate Torque sensors into Home Assistant." -date: 2015-12-20 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: torque.png ha_category: - Car diff --git a/source/_components/totalconnect.markdown b/source/_components/totalconnect.markdown index ac70904d688..9defa1969d8 100644 --- a/source/_components/totalconnect.markdown +++ b/source/_components/totalconnect.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Honeywell TotalConnect Alarm Control Panel" description: "Instructions on how to integrate TotalConnect alarms into Home Assistant." -date: 2017-04-02 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: honeywell-tc.png ha_category: - Alarm diff --git a/source/_components/touchline.markdown b/source/_components/touchline.markdown index 4c76af10075..be3ec2271b0 100644 --- a/source/_components/touchline.markdown +++ b/source/_components/touchline.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Roth Touchline" description: "Instructions on how to integrate Roth Touchline within Home Assistant." -date: 2018-01-03 12:35 -sidebar: true -comments: false -sharing: true -footer: true logo: roth.png ha_category: - Climate diff --git a/source/_components/tplink.markdown b/source/_components/tplink.markdown index dd045966220..b0e6db7fb7e 100644 --- a/source/_components/tplink.markdown +++ b/source/_components/tplink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "TP-Link Smart Home Devices" description: "Instructions on integrating TP-Link Smart Home Devices to Home Assistant." -date: 2018-09-12 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tp-link.png ha_category: - Hub diff --git a/source/_components/tplink_lte.markdown b/source/_components/tplink_lte.markdown index 8fdf9ecaa67..e58f60639b4 100644 --- a/source/_components/tplink_lte.markdown +++ b/source/_components/tplink_lte.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "TP-Link LTE" description: "Instructions on how to integrate your TP-Link LTE routers within Home Assistant." -date: 2018-10-03 21:30 -sidebar: true -comments: false -sharing: true -footer: true logo: tp-link.png ha_release: 0.83 ha_category: diff --git a/source/_components/traccar.markdown b/source/_components/traccar.markdown index bdec576f128..d21ed030071 100644 --- a/source/_components/traccar.markdown +++ b/source/_components/traccar.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Traccar GPS tracker" description: "Instructions how to use Traccar GPS tracker to track devices in Home Assistant." -date: 2018-11-04 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: traccar.png ha_release: 0.83 ha_category: diff --git a/source/_components/trackr.markdown b/source/_components/trackr.markdown index 761f770bbc2..2d9d52a779d 100644 --- a/source/_components/trackr.markdown +++ b/source/_components/trackr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "TrackR" description: "Instructions on how to use TrackR to track devices in Home Assistant." -date: 2016-12-22 1000 -sidebar: true -comments: false -sharing: true -footer: true logo: trackr.png ha_release: 0.36 ha_category: diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown index 8443273e2d1..b888365ef45 100644 --- a/source/_components/tradfri.markdown +++ b/source/_components/tradfri.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "IKEA Trådfri (Tradfri)" description: "Access and control your IKEA Trådfri Gateway (a.k.a. IKEA Tradfri hub/bridge) and via it its connected Zigbee-based devices." -date: 2017-04-12 22.04 -sidebar: true featured: true -comments: false -sharing: true -footer: true logo: ikea.svg ha_iot_class: Local Polling ha_config_flow: true diff --git a/source/_components/trafikverket_weatherstation.markdown b/source/_components/trafikverket_weatherstation.markdown index 543c42d763e..c0e39a1af47 100644 --- a/source/_components/trafikverket_weatherstation.markdown +++ b/source/_components/trafikverket_weatherstation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Trafikverket WeatherStation" description: "Instructions how to integrate Trafikverket WeatherStation within Home Assistant." -date: 2018-02-01 12:06 -sidebar: true -comments: false -sharing: true -footer: true logo: trafikverket.png ha_category: - Weather diff --git a/source/_components/transmission.markdown b/source/_components/transmission.markdown index 11d50c5129b..7abb85bc599 100644 --- a/source/_components/transmission.markdown +++ b/source/_components/transmission.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Transmission" description: "Instructions on how to integrate Transmission within Home Assistant." -date: 2018-12-12 22:44 -sidebar: true -comments: false -sharing: true -footer: true logo: transmission.png ha_category: - Downloading diff --git a/source/_components/transport_nsw.markdown b/source/_components/transport_nsw.markdown index 7e22aa100bd..f7ea7bade5d 100644 --- a/source/_components/transport_nsw.markdown +++ b/source/_components/transport_nsw.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Transport NSW" description: "Instructions on how to integrate timetable data for Transport NSW (Australia) within Home Assistant." -date: 2018-10-05 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: transport_nsw.png ha_category: - Transport diff --git a/source/_components/travisci.markdown b/source/_components/travisci.markdown index 933f4ac6b29..8e6e4f46115 100644 --- a/source/_components/travisci.markdown +++ b/source/_components/travisci.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Travis-CI Sensor" description: "Instructions on how to integrate the test build results reported by Travis-CI within Home Assistant." -date: 2017-09-04 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: travisci.svg ha_category: - Sensor diff --git a/source/_components/trend.markdown b/source/_components/trend.markdown index 72c3b8f885f..8621a4132f4 100644 --- a/source/_components/trend.markdown +++ b/source/_components/trend.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Trend Binary Sensor" description: "Instructions on how to integrate Trend binary sensors into Home Assistant." -date: 2016-09-05 10:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Utility logo: home-assistant.png diff --git a/source/_components/tts.markdown b/source/_components/tts.markdown index 328c076d018..9a6b9a7dc88 100644 --- a/source/_components/tts.markdown +++ b/source/_components/tts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Text-to-Speech (TTS)" description: "Instructions on how to set up Text-to-Speech (TTS) with Home Assistant." -date: 2016-12-13 07:00 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.35 --- diff --git a/source/_components/tuya.markdown b/source/_components/tuya.markdown index 8deafea2a71..2b7fe040f6d 100644 --- a/source/_components/tuya.markdown +++ b/source/_components/tuya.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tuya" description: "Instructions on how to setup the Tuya hub within Home Assistant." -date: 2018-07-09 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: tuya.png ha_category: - Hub diff --git a/source/_components/twilio.markdown b/source/_components/twilio.markdown index 02e5b64a4f8..acc1f236a1d 100644 --- a/source/_components/twilio.markdown +++ b/source/_components/twilio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Twilio" description: "Instructions on how to add Twilio notifications to Home Assistant." -date: 2016-05-14 14:14 -sidebar: true -comments: false -sharing: true -footer: true logo: twilio.png ha_category: - Hub diff --git a/source/_components/twilio_call.markdown b/source/_components/twilio_call.markdown index e9c729be287..e6e6649a859 100644 --- a/source/_components/twilio_call.markdown +++ b/source/_components/twilio_call.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Twilio Call" description: "Instructions on how to add user notifications to Home Assistant." -date: 2017-01-27 00:09 -sidebar: true -comments: false -sharing: true -footer: true logo: twilio.png ha_category: - Notifications diff --git a/source/_components/twilio_sms.markdown b/source/_components/twilio_sms.markdown index 15bdc37ed19..94b12da0dec 100644 --- a/source/_components/twilio_sms.markdown +++ b/source/_components/twilio_sms.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Twilio SMS" description: "Instructions on how to add user notifications to Home Assistant." -date: 2016-05-14 14:14 -sidebar: true -comments: false -sharing: true -footer: true logo: twilio.png ha_category: - Notifications diff --git a/source/_components/twitch.markdown b/source/_components/twitch.markdown index c75028f65a5..c0985ff90d8 100644 --- a/source/_components/twitch.markdown +++ b/source/_components/twitch.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Twitch" description: "Instructions on how to integrate Twitch sensors into Home Assistant." -date: 2015-12-19 09:00 -sidebar: true -comments: false -sharing: true -footer: true logo: twitch.png ha_category: - Social diff --git a/source/_components/twitter.markdown b/source/_components/twitter.markdown index 030fa965c77..e710baf500a 100644 --- a/source/_components/twitter.markdown +++ b/source/_components/twitter.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Twitter" description: "Instructions on how to add Twitter notifications to Home Assistant." -date: 2016-01-27 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: twitter.png ha_category: - Notifications diff --git a/source/_components/ubee.markdown b/source/_components/ubee.markdown index c547d0340a1..4e3084dd6ed 100644 --- a/source/_components/ubee.markdown +++ b/source/_components/ubee.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ubee Router" description: "Instructions on how to integrate Ubee routers into Home Assistant." -date: 2018-12-26 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ubee.png ha_category: - Presence Detection diff --git a/source/_components/ubus.markdown b/source/_components/ubus.markdown index 1d3af14c12a..2e7c30c7c08 100644 --- a/source/_components/ubus.markdown +++ b/source/_components/ubus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OpenWRT (ubus)" description: "Instructions on how to integrate OpenWRT routers into Home Assistant." -date: 2015-03-23 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: openwrt.png ha_category: - Presence Detection @@ -158,7 +152,6 @@ Content-Length: 161 {"jsonrpc": "2.0", "params": ["00000000000000000000000000000000", "session", "login", {"password": "", "username": "root"}], "method": "call", "id": 1} HTTP/1.1 200 OK -Date: Fri, 28 Apr 2017 12:04:46 GMT Content-Type: application/json Transfer-Encoding: chunked Connection: keep-alive @@ -179,7 +172,6 @@ Content-Length: 114 {"jsonrpc": "2.0", "params": ["8b4e1632389fcfd09e96a792e01c332c", "hostapd.*", "", {}], "method": "list", "id": 1} HTTP/1.1 200 OK -Date: Fri, 28 Apr 2017 12:04:46 GMT Content-Type: application/json Transfer-Encoding: chunked Connection: keep-alive diff --git a/source/_components/ue_smart_radio.markdown b/source/_components/ue_smart_radio.markdown index 4910304a65c..21b32777edb 100644 --- a/source/_components/ue_smart_radio.markdown +++ b/source/_components/ue_smart_radio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Logitech UE Smart Radio" description: "Instructions on how to integrate a Logitech UE Smart Radio player into Home Assistant." -date: 2017-12-09 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ueradio.png ha_category: - Media Player diff --git a/source/_components/uk_transport.markdown b/source/_components/uk_transport.markdown index 5b05035cef2..4c95baddb0b 100644 --- a/source/_components/uk_transport.markdown +++ b/source/_components/uk_transport.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "UK transport" description: "Display the current status of UK train and bus departures." -date: 2017-07-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: train.png ha_category: - Transport diff --git a/source/_components/unifi.markdown b/source/_components/unifi.markdown index e9476e6d88a..dbf3bf8684b 100644 --- a/source/_components/unifi.markdown +++ b/source/_components/unifi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "UniFi" description: "Instructions on how to configure UniFi integration with UniFi Controller by Ubiquiti." -date: 2018-10-15 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ubiquiti.png ha_category: - Hub diff --git a/source/_components/unifi_direct.markdown b/source/_components/unifi_direct.markdown index 7dcd0fa5727..a519f58c3b8 100644 --- a/source/_components/unifi_direct.markdown +++ b/source/_components/unifi_direct.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ubiquiti Unifi direct AP" description: "Instructions on how to use a Unifi WAP as a device tracker." -date: 2017-11-17 14:59 -sidebar: true -comments: false -sharing: true -footer: true logo: ubiquiti.png ha_category: - Presence Detection diff --git a/source/_components/universal.markdown b/source/_components/universal.markdown index 2269866adce..5e0b5b4d820 100644 --- a/source/_components/universal.markdown +++ b/source/_components/universal.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Universal" description: "Instructions on how to create a universal media player in Home Assistant." -date: 2016-01-12 22:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Media Player diff --git a/source/_components/upc_connect.markdown b/source/_components/upc_connect.markdown index e4adaf756ac..e314c2e3eb0 100644 --- a/source/_components/upc_connect.markdown +++ b/source/_components/upc_connect.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "UPC ConnectBox" description: "Instructions on how to integrate UPC ConnectBox into Home Assistant." -date: 2016-12-30 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: upc.png ha_category: - Presence Detection diff --git a/source/_components/upcloud.markdown b/source/_components/upcloud.markdown index 5f83898dbaf..f81c1ec6cd1 100644 --- a/source/_components/upcloud.markdown +++ b/source/_components/upcloud.markdown @@ -1,12 +1,6 @@ --- -layout: page title: UpCloud description: Instructions on how to integrate UpCloud within Home Assistant. -date: 2018-01-28 20:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - System Monitor - Binary Sensor diff --git a/source/_components/updater.markdown b/source/_components/updater.markdown index 98ab24191a4..3b5f99d0709 100644 --- a/source/_components/updater.markdown +++ b/source/_components/updater.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Updater" description: "Detecting when Home Assistant updates are available." -date: 2015-11-15 20:40 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Other diff --git a/source/_components/upnp.markdown b/source/_components/upnp.markdown index 5793cfd44fc..3c9d37a4725 100644 --- a/source/_components/upnp.markdown +++ b/source/_components/upnp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "UPnP" description: "Internet Gateway Device (IGD) Protocol for Home Assistant." -date: 2016-04-10 19:16 -sidebar: true -comments: false -sharing: true -footer: true logo: upnp.png ha_category: - Network diff --git a/source/_components/ups.markdown b/source/_components/ups.markdown index 6e9b51d21e9..3f949a05fec 100644 --- a/source/_components/ups.markdown +++ b/source/_components/ups.markdown @@ -1,12 +1,6 @@ --- -layout: page title: UPS Sensor description: "Instructions on how to set up UPS sensors within Home Assistant." -date: 2017-02-14 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ups.png ha_category: - Postal Service diff --git a/source/_components/uptime.markdown b/source/_components/uptime.markdown index d735726b356..cbbf15f50f6 100644 --- a/source/_components/uptime.markdown +++ b/source/_components/uptime.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Uptime Sensor" description: "Instructions on how to integrate an uptime sensor into Home Assistant." -date: 2017-10-13 10:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Utility ha_iot_class: Local Push diff --git a/source/_components/uptimerobot.markdown b/source/_components/uptimerobot.markdown index 003f8324576..6e931b3e2e5 100644 --- a/source/_components/uptimerobot.markdown +++ b/source/_components/uptimerobot.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Uptime Robot" description: "Instructions on how to set up Uptime Robot within Home Assistant." -date: 2018-05-29 21:00 -sidebar: true -comments: false -sharing: true -footer: true logo: uptimerobot.png ha_category: - System Monitor diff --git a/source/_components/uscis.markdown b/source/_components/uscis.markdown index 42ff1be10ee..a28a79bb284 100644 --- a/source/_components/uscis.markdown +++ b/source/_components/uscis.markdown @@ -1,12 +1,6 @@ --- -layout: page title: USCIS Sensor description: "Instructions on how to set up USCIS within Home Assistant." -date: 2018-03-21 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: uscis.png ha_category: - Sensor diff --git a/source/_components/usgs_earthquakes_feed.markdown b/source/_components/usgs_earthquakes_feed.markdown index b48af46103f..0543c2269f4 100644 --- a/source/_components/usgs_earthquakes_feed.markdown +++ b/source/_components/usgs_earthquakes_feed.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "USGS Earthquakes" description: "Instructions on how to integrate the U.S. Geological Survey Earthquake Hazards Program Feed feed into Home Assistant." -date: 2018-11-05 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: us-geological-survey.png ha_category: - Geolocation diff --git a/source/_components/usps.markdown b/source/_components/usps.markdown index 77aa940c330..7e120d4e500 100644 --- a/source/_components/usps.markdown +++ b/source/_components/usps.markdown @@ -1,12 +1,6 @@ --- -layout: page title: USPS description: "Interface USPS mail and package information to Home Assistant." -date: 2017-07-28 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: usps.png ha_category: - Postal Service diff --git a/source/_components/utility_meter.markdown b/source/_components/utility_meter.markdown index 0d362c0a441..c87b2142788 100644 --- a/source/_components/utility_meter.markdown +++ b/source/_components/utility_meter.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Utility Meter" description: "Instructions on how to integrate the Utility Meter into Home Assistant." -date: 2019-01-02 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Sensor ha_release: 0.87 @@ -153,7 +147,7 @@ automation: ## Advanced Configuration for DSMR users -When using the [DSMR component](https://www.home-assistant.io/components/sensor.dsmr/) to get data from the utility meter, each tariff (peak and off-peak) has a separate sensor. Additionally, there is a separate sensor for gas consumption. The meter switches automatically between tariffs, so an automation is not necessary in this case. But, you do have to setup a few more instances of the `utility_meter` component. +When using the [DSMR component](/components/sensor.dsmr/) to get data from the utility meter, each tariff (peak and off-peak) has a separate sensor. Additionally, there is a separate sensor for gas consumption. The meter switches automatically between tariffs, so an automation is not necessary in this case. But, you do have to setup a few more instances of the `utility_meter` component. If you want to create a daily and monthly sensor for each tariff, you have to track separate sensors: diff --git a/source/_components/uvc.markdown b/source/_components/uvc.markdown index 219c0c9beef..3cddc463fdc 100644 --- a/source/_components/uvc.markdown +++ b/source/_components/uvc.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "UniFi Video Camera" description: "Instructions on how to integrate UVC cameras within Home Assistant." -date: 2016-02-07 10:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ubiquiti.png ha_category: - Camera diff --git a/source/_components/vacuum.markdown b/source/_components/vacuum.markdown index 810b1a90ef8..79266e56c73 100644 --- a/source/_components/vacuum.markdown +++ b/source/_components/vacuum.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Vacuum cleaner robots" description: "Instructions on how to setup and use vacuum's in Home Assistant." -date: 2017-07-28 15:00 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.51 --- diff --git a/source/_components/vacuum.mqtt.markdown b/source/_components/vacuum.mqtt.markdown index 76fc337f036..4155f2489cb 100644 --- a/source/_components/vacuum.mqtt.markdown +++ b/source/_components/vacuum.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Vacuum" description: "Instructions on how to integrate your MQTT enabled Vacuum within Home Assistant." -date: 2017-09-11 20:26 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: - Vacuum diff --git a/source/_components/vacuum.xiaomi_miio.markdown b/source/_components/vacuum.xiaomi_miio.markdown index 16c2b1fbcee..104bc948733 100644 --- a/source/_components/vacuum.xiaomi_miio.markdown +++ b/source/_components/vacuum.xiaomi_miio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Mi Robot Vacuum" description: "Instructions on how to integrate your Xiaomi Mi Robot Vacuum within Home Assistant." -date: 2018-06-03 11:30 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Vacuum diff --git a/source/_components/vasttrafik.markdown b/source/_components/vasttrafik.markdown index 95c269f938e..1299626c45f 100644 --- a/source/_components/vasttrafik.markdown +++ b/source/_components/vasttrafik.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Västtrafik Public Transport" description: "Instructions on how to integrate timetable data for traveling in Sweden within Home Assistant." -date: 2016-10-05 08:45 -sidebar: true -comments: false -sharing: true -footer: true logo: vasttrafik.png ha_category: - Transport diff --git a/source/_components/velbus.markdown b/source/_components/velbus.markdown index 235aae7d56c..1d59dd2508e 100644 --- a/source/_components/velbus.markdown +++ b/source/_components/velbus.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Velbus" description: "Access and control your Velbus devices." -date: 2017-06-17 16.58 -sidebar: true -comments: false -sharing: true -footer: true logo: velbus.png ha_category: - Hub diff --git a/source/_components/velux.markdown b/source/_components/velux.markdown index 4ac99f82c60..9332c5a88b5 100644 --- a/source/_components/velux.markdown +++ b/source/_components/velux.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Velux" description: "Instructions on how to integrate Velux KLF 200 integration with Home Assistant." -date: 2017-07-09 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: velux.png ha_category: - Scene diff --git a/source/_components/venstar.markdown b/source/_components/venstar.markdown index 3594e0e6c27..0e827285edd 100644 --- a/source/_components/venstar.markdown +++ b/source/_components/venstar.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Venstar Thermostat" description: "Instructions for how to integrate Venstar WiFi thermostats within Home Assistant." -date: 2018-01-14 00:04 -sidebar: true -comments: false -sharing: true -footer: true logo: venstar.png ha_category: - Climate diff --git a/source/_components/vera.markdown b/source/_components/vera.markdown index d31adca75c9..177ddb8367a 100644 --- a/source/_components/vera.markdown +++ b/source/_components/vera.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Vera" description: "Instructions on how to setup Vera Z-Wave hubs and configure devices within Home Assistant." -date: 2015-03-23 20:04 -sidebar: true -comments: false -sharing: true -footer: true logo: vera.png ha_category: - Hub diff --git a/source/_components/verisure.markdown b/source/_components/verisure.markdown index 410942f781a..66250963d66 100644 --- a/source/_components/verisure.markdown +++ b/source/_components/verisure.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Verisure" description: "Instructions on how to setup Verisure devices within Home Assistant." -date: 2015-08-17 20:28 -sidebar: true -comments: false -sharing: true -footer: true logo: verisure.png ha_category: - Hub diff --git a/source/_components/version.markdown b/source/_components/version.markdown index 4f71b705a50..1aff157e01f 100644 --- a/source/_components/version.markdown +++ b/source/_components/version.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Version Sensor" description: "Instructions on how to integrate a version sensor into Home Assistant." -date: 2017-08-10 10:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Utility ha_iot_class: Local Push diff --git a/source/_components/vesync.markdown b/source/_components/vesync.markdown index ba407364535..fa7e38cf0b8 100644 --- a/source/_components/vesync.markdown +++ b/source/_components/vesync.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "VeSync Switch" description: "Instructions on how to set up Etekcity VeSync switches and outlets within Home Assistant." -date: 2018-03-09 02:11 -sidebar: true -comments: false -sharing: true -footer: true logo: vesync.png ha_category: - Switch diff --git a/source/_components/viaggiatreno.markdown b/source/_components/viaggiatreno.markdown index 9bc03a976ef..13b321434d8 100644 --- a/source/_components/viaggiatreno.markdown +++ b/source/_components/viaggiatreno.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ViaggiaTreno Italian Railroads" description: "Instructions on how to integrate Italian Railroads data (from ViaggiaTreno API) into Home Assistant." -date: 2017-11-07 14:35 -sidebar: true -comments: false -sharing: true -footer: true logo: train.png ha_category: - Transport diff --git a/source/_components/vizio.markdown b/source/_components/vizio.markdown index 59cbe63f60f..1189ef7198c 100644 --- a/source/_components/vizio.markdown +++ b/source/_components/vizio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Vizio SmartCast Device" description: "Instructions on how to integrate Vizio SmartCast TVs and Sound Bars into Home Assistant." -date: 2017-07-10 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: vizio-smartcast.png ha_category: - Media Player diff --git a/source/_components/vlc-telnet.markdown b/source/_components/vlc-telnet.markdown index dd400e6cfac..bc5c9d413a2 100644 --- a/source/_components/vlc-telnet.markdown +++ b/source/_components/vlc-telnet.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "VLC Telnet" description: "Instructions on how to integrate VLC media player into Home Assistant using the telnet interface." -date: 2019-06-02 23:58 -sidebar: true -comments: false -sharing: true -footer: true logo: videolan.png ha_category: - Media Player diff --git a/source/_components/vlc.markdown b/source/_components/vlc.markdown index b9890a054d2..7bb57bfc232 100644 --- a/source/_components/vlc.markdown +++ b/source/_components/vlc.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "VLC" description: "Instructions on how to integrate VLC media player into Home Assistant." -date: 2016-11-02 12:02 -sidebar: true -comments: false -sharing: true -footer: true logo: videolan.png ha_category: - Media Player diff --git a/source/_components/voicerss.markdown b/source/_components/voicerss.markdown index 14c5582ba87..e1b9a4625ff 100644 --- a/source/_components/voicerss.markdown +++ b/source/_components/voicerss.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "VoiceRSS" description: "Instructions on how to setup VoiceRSS TTS with Home Assistant." -date: 2016-12-13 07:00 -sidebar: true -comments: false -sharing: true -footer: true logo: voicerss.png ha_category: - Text-to-speech diff --git a/source/_components/volkszaehler.markdown b/source/_components/volkszaehler.markdown index 7f3206cb084..3400cceead5 100644 --- a/source/_components/volkszaehler.markdown +++ b/source/_components/volkszaehler.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Volkszaehler" description: "Instructions on how to integrate Volkszaehler sensors into Home Assistant." -date: 2018-08-25 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: volkszaehler.png ha_category: - System Monitor diff --git a/source/_components/volumio.markdown b/source/_components/volumio.markdown index 7b7ce7f8ee6..52d64c5e121 100644 --- a/source/_components/volumio.markdown +++ b/source/_components/volumio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Volumio Media Player" description: "How to set up the Volumio media player platform" -date: 2017-03-04 -sidebar: true -comments: false -sharing: true -footer: true logo: volumio.png ha_category: - Media Player diff --git a/source/_components/volvooncall.markdown b/source/_components/volvooncall.markdown index f8474e02332..00d46e2bba2 100644 --- a/source/_components/volvooncall.markdown +++ b/source/_components/volvooncall.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Volvo On Call" description: "Instructions for how to integrate Volvo On Call into Home Assistant." -date: 2016-10-02 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: volvo.png ha_category: - Car diff --git a/source/_components/vultr.markdown b/source/_components/vultr.markdown index 369ab67d33f..e35ba0c3d61 100644 --- a/source/_components/vultr.markdown +++ b/source/_components/vultr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Vultr" description: "Instructions on how to integrate Vultr within Home Assistant." -date: 2017-10-17 21:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - System Monitor - Binary Sensor diff --git a/source/_components/w800rf32.markdown b/source/_components/w800rf32.markdown index 81ef0bfcabd..001a8404dcd 100644 --- a/source/_components/w800rf32.markdown +++ b/source/_components/w800rf32.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "W800rf32" description: "Instructions on how to integrate a W800rf32(a) into Home Assistant." -date: 2018-10-16 10:15 -sidebar: true -comments: false -sharing: true -footer: true logo: w800rf32.png ha_category: - Hub diff --git a/source/_components/wake_on_lan.markdown b/source/_components/wake_on_lan.markdown index 1e691c9d8ca..aa32db7e162 100644 --- a/source/_components/wake_on_lan.markdown +++ b/source/_components/wake_on_lan.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Wake on LAN" description: "Instructions on how to setup the Wake on LAN integration in Home Assistant." -date: 2017-07-8 15:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ethernet.png ha_category: - Network diff --git a/source/_components/waqi.markdown b/source/_components/waqi.markdown index b95de81d5ee..fa5c2858bea 100644 --- a/source/_components/waqi.markdown +++ b/source/_components/waqi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "World Air Quality Index" description: "Instructions on how to setup World Air Quality Index sensor in Home Assistant." -date: 2016-11-17 06:00 -sidebar: true -comments: false -sharing: true -footer: true logo: waqi.png ha_category: - Health diff --git a/source/_components/water_heater.markdown b/source/_components/water_heater.markdown index eed0afff564..61f11e22024 100644 --- a/source/_components/water_heater.markdown +++ b/source/_components/water_heater.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Water Heater" description: "Instructions on how to setup water heater devices within Home Assistant." -date: 2018-10-10 19:00 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.81 --- diff --git a/source/_components/waterfurnace.markdown b/source/_components/waterfurnace.markdown index 8219b19ad04..b8ab30df4d4 100644 --- a/source/_components/waterfurnace.markdown +++ b/source/_components/waterfurnace.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "WaterFurnace" description: "Instructions on how to integrate WaterFurnace Geothermal System into Home Assistant." -date: 2018-01-19 17:00 -sidebar: true -comments: false -sharing: true -footer: true logo: waterfurnace.png ha_category: - Sensor diff --git a/source/_components/watson_iot.markdown b/source/_components/watson_iot.markdown index 4d349cf2dbb..87db524ea15 100644 --- a/source/_components/watson_iot.markdown +++ b/source/_components/watson_iot.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "IBM Watson IoT Platform" description: "Record events in the IBM Watson IoT Platform." -date: 2018-04-03 22:09 -sidebar: true -comments: false -sharing: true -footer: true logo: ibm.png ha_category: - History diff --git a/source/_components/watson_tts.markdown b/source/_components/watson_tts.markdown index f43168eadbc..8326a7aed99 100644 --- a/source/_components/watson_tts.markdown +++ b/source/_components/watson_tts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Watson TTS" description: "Instructions on how to setup IBM Watson TTS with Home Assistant." -date: 2019-04-22 12:00 -sidebar: true -comments: false -sharing: true -footer: true logo: watson_tts.png ha_category: - Text-to-speech diff --git a/source/_components/waze_travel_time.markdown b/source/_components/waze_travel_time.markdown index 805ce68824b..95c18f5d8ab 100644 --- a/source/_components/waze_travel_time.markdown +++ b/source/_components/waze_travel_time.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Waze Travel Time" description: "Instructions on how to add Waze travel time to Home Assistant." -date: 2018-01-23 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: waze.png ha_category: - Transport diff --git a/source/_components/weather.darksky.markdown b/source/_components/weather.darksky.markdown index cfbe92a6fb1..1792e65a9cd 100644 --- a/source/_components/weather.darksky.markdown +++ b/source/_components/weather.darksky.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dark Sky" description: "Instructions on how to integrate Dark Sky within Home Assistant." -date: 2016-09-29 09:00 -sidebar: true -comments: false -sharing: true -footer: true featured: true logo: dark_sky.png ha_category: diff --git a/source/_components/weather.markdown b/source/_components/weather.markdown index 9997a1cd30b..4efe19bfe16 100644 --- a/source/_components/weather.markdown +++ b/source/_components/weather.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Weather" description: "Instructions on how to setup your Weather platforms with Home Assistant." -date: 2016-09-28 14:00 -sidebar: true -comments: false -sharing: true -footer: true ha_release: 0.32 --- diff --git a/source/_components/webhook.markdown b/source/_components/webhook.markdown index f2c292f632c..319fa2a4e22 100644 --- a/source/_components/webhook.markdown +++ b/source/_components/webhook.markdown @@ -1,5 +1,4 @@ --- -date: 2018-10-05 00:01:00 ha_release: 0.80 --- diff --git a/source/_components/webhooks.markdown b/source/_components/webhooks.markdown index 753eb6896bb..2bf0a0ddb35 100644 --- a/source/_components/webhooks.markdown +++ b/source/_components/webhooks.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Telegram webhooks" description: "Telegram webhooks support" -date: 2017-04-05 18:50 -sidebar: true -comments: false -sharing: true -footer: true logo: telegram.png ha_category: - Notifications diff --git a/source/_components/weblink.markdown b/source/_components/weblink.markdown index 02c92674bac..b5119a3e823 100644 --- a/source/_components/weblink.markdown +++ b/source/_components/weblink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Weblink" description: "Instructions on how to setup Links within Home Assistant." -date: 2016-02-02 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Front end diff --git a/source/_components/webostv.markdown b/source/_components/webostv.markdown index ca12de6629c..e459f3f59a6 100644 --- a/source/_components/webostv.markdown +++ b/source/_components/webostv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "LG webOS Smart TV" description: "Instructions on how to integrate a LG webOS Smart TV within Home Assistant." -date: 2016-04-18 23:24 -sidebar: true -comments: false -sharing: true -footer: true logo: webos.png ha_category: - Media Player diff --git a/source/_components/websocket_api.markdown b/source/_components/websocket_api.markdown index cf821507d96..c050221e4b8 100644 --- a/source/_components/websocket_api.markdown +++ b/source/_components/websocket_api.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Websocket API" description: "Instructions on how to setup the WebSocket API within Home Assistant." -date: 2018-01-21 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - "Other" diff --git a/source/_components/wemo.markdown b/source/_components/wemo.markdown index a09f84e09c8..ba6a90b0618 100644 --- a/source/_components/wemo.markdown +++ b/source/_components/wemo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Belkin WeMo" description: "Instructions on how to integrate Belkin WeMo devices into Home Assistant." -date: 2018-11-01 01:53 -sidebar: true -comments: false -sharing: true -footer: true logo: belkin_wemo.png ha_category: - Hub diff --git a/source/_components/whois.markdown b/source/_components/whois.markdown index bb072580563..8252bfcd873 100644 --- a/source/_components/whois.markdown +++ b/source/_components/whois.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Whois Sensor" description: "Instructions on how to integrate WHOIS lookup sensor within Home Assistant." -date: 2017-10-22 00:00 -sidebar: true -comments: false -sharing: true -footer: true logo: icann.png ha_category: - Network diff --git a/source/_components/wink.markdown b/source/_components/wink.markdown index a570ddc4e57..d9735a2fdbf 100644 --- a/source/_components/wink.markdown +++ b/source/_components/wink.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Wink" description: "Instructions on how to set up the Wink hub within Home Assistant." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true logo: wink.png ha_category: - Hub @@ -48,17 +42,17 @@ Home Assistant integrates with the Wink API and automatically sets up any switch There is currently support for the following device types within Home Assistant: -- Alarm -- Binary Sensor -- Climate -- Cover -- Fan -- Light -- Lock +- [Alarm](#alarm-control-panel) +- [Binary Sensor](#binary-sensor) +- [Climate](#climate) +- [Cover](#cover) +- [Fan](#fan) +- [Light](#light) +- [Lock](#lock) - Scene -- Sensor -- Switch -- Water heater +- [Sensor](#sensor) +- [Switch](#switch) +- [Water heater](#water-heater) ## Authenticate using [developer.wink.com](https://developer.wink.com) diff --git a/source/_components/wirelesstag.markdown b/source/_components/wirelesstag.markdown index e3ebbb15415..95d62b38f8d 100644 --- a/source/_components/wirelesstag.markdown +++ b/source/_components/wirelesstag.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "WirelessTag" description: "Instructions on how to integrate your Wireless Tags sensors within Home Assistant." -date: 2018-03-26 21:32 -comments: false -sidebar: true -sharing: true -footer: true logo: wirelesstag.png ha_category: - Hub diff --git a/source/_components/workday.markdown b/source/_components/workday.markdown index 4c2b578b0b1..85356927dac 100644 --- a/source/_components/workday.markdown +++ b/source/_components/workday.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Workday Binary Sensor" description: "Steps to configure the binary workday sensor." -date: 2017-03-13 21:30 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Utility diff --git a/source/_components/worldclock.markdown b/source/_components/worldclock.markdown index 59f7a792192..df07aaa1cf9 100644 --- a/source/_components/worldclock.markdown +++ b/source/_components/worldclock.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Worldclock" description: "Instructions on how to integrate a Worldclock within Home Assistant." -date: 2015-10-02 11:15 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Calendar diff --git a/source/_components/worldtidesinfo.markdown b/source/_components/worldtidesinfo.markdown index 5bea356a0c4..c919a6ad9f4 100644 --- a/source/_components/worldtidesinfo.markdown +++ b/source/_components/worldtidesinfo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "World Tides" description: "Instructions on how to add Tides information to Home Assistant." -date: 2017-08-23 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: worldtidesinfo.png ha_category: - Environment diff --git a/source/_components/worxlandroid.markdown b/source/_components/worxlandroid.markdown index 155b88001ae..77cf94de08c 100644 --- a/source/_components/worxlandroid.markdown +++ b/source/_components/worxlandroid.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Worx Landroid" description: "Instructions on how to integrate Worx Landroid WG796E.1 or WG797E as sensors within Home Assistant." -date: 2017-09-12 13:23 -sidebar: true -comments: false -sharing: true -footer: true logo: worx.png ha_category: - DIY diff --git a/source/_components/wsdot.markdown b/source/_components/wsdot.markdown index d4043cbb7cb..a4b6853483a 100644 --- a/source/_components/wsdot.markdown +++ b/source/_components/wsdot.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Washington State DOT" description: "Instructions on how to integrate WSDOT data into your home." -date: 2017-01-21 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: wsdot.png ha_category: - Transport diff --git a/source/_components/wunderground.markdown b/source/_components/wunderground.markdown index 8fbd51ab139..4ec2bc32496 100644 --- a/source/_components/wunderground.markdown +++ b/source/_components/wunderground.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Weather Underground (WUnderground)" description: "Instructions on how to integrate Weather Underground (WUnderground) Weather within Home Assistant." -date: 2016-08-18 -sidebar: true -comments: false -sharing: true -footer: true logo: wunderground.png ha_category: - Weather diff --git a/source/_components/wunderlist.markdown b/source/_components/wunderlist.markdown index 7bc1dab5e0b..0a3e3367744 100644 --- a/source/_components/wunderlist.markdown +++ b/source/_components/wunderlist.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Wunderlist" description: "Instructions on how to use Wunderlist with Home Assistant." -date: 2018-10-09 10:10 -sidebar: true -comments: false -sharing: true -footer: true logo: wunderlist.png ha_category: - Calendar diff --git a/source/_components/x10.markdown b/source/_components/x10.markdown index 5e12ae41ff1..0d4b7514fcd 100644 --- a/source/_components/x10.markdown +++ b/source/_components/x10.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "X10" description: "Instructions on how to setup X10 devices within Home Assistant." -date: 2016-07-27 -sidebar: true -comments: false -sharing: true -footer: true logo: x10.gif ha_category: - Light diff --git a/source/_components/xbox_live.markdown b/source/_components/xbox_live.markdown index a4fa60c4a7e..87617cae519 100644 --- a/source/_components/xbox_live.markdown +++ b/source/_components/xbox_live.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xbox Live" description: "Instructions on how to set up Xbox Live sensors in Home Assistant." -date: 2016-08-28 02:45 -sidebar: true -comments: false -sharing: true -footer: true logo: xbox-live.png ha_category: - Social diff --git a/source/_components/xeoma.markdown b/source/_components/xeoma.markdown index 02fb766b46f..9b0e42f6984 100644 --- a/source/_components/xeoma.markdown +++ b/source/_components/xeoma.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xeoma Camera" description: "Instructions on how to integrate camera video feeds from a Xeoma server in Home Assistant" -date: 2018-01-12 20:05 -sidebar: true -comments: false -sharing: true -footer: true logo: xeoma.png ha_category: - Camera diff --git a/source/_components/xfinity.markdown b/source/_components/xfinity.markdown index 9bfffd2fa19..e07e029ee13 100644 --- a/source/_components/xfinity.markdown +++ b/source/_components/xfinity.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xfinity Gateway" description: "Instructions on how to integrate Xfinity Gateways into Home Assistant." -date: 2019-02-12 19:44 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Presence Detection logo: xfinity.svg diff --git a/source/_components/xiaomi.markdown b/source/_components/xiaomi.markdown index b8943d2a6eb..290e5eda2e5 100644 --- a/source/_components/xiaomi.markdown +++ b/source/_components/xiaomi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Cameras" description: "Instructions on how to integrate a video feed (via FFmpeg) as a camera within Home Assistant." -date: 2018-06-20 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Camera diff --git a/source/_components/xiaomi_aqara.markdown b/source/_components/xiaomi_aqara.markdown index 38aceb387bd..a400ab8d33c 100644 --- a/source/_components/xiaomi_aqara.markdown +++ b/source/_components/xiaomi_aqara.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Gateway (Aqara)" description: "Instructions for how to integrate the Xiaomi Gateway (Aqara) within Home Assistant." -date: 2017-07-21 16:34 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Hub diff --git a/source/_components/xiaomi_miio.markdown b/source/_components/xiaomi_miio.markdown index 68182ac05e0..b3b61fc2ed0 100644 --- a/source/_components/xiaomi_miio.markdown +++ b/source/_components/xiaomi_miio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi Mi WiFi Repeater 2" description: "Instructions how to integrate your Xiaomi Mi WiFi Repeater 2 within Home Assistant." -date: 2018-04-01 21:06 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Presence Detection diff --git a/source/_components/xiaomi_tv.markdown b/source/_components/xiaomi_tv.markdown index bb871cd98ae..fb2a6f60851 100644 --- a/source/_components/xiaomi_tv.markdown +++ b/source/_components/xiaomi_tv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Xiaomi TV" description: "Instructions on how to integrate a Xiaomi TV into Home Assistant." -date: 2018-02-12 19:00 -sidebar: true -comments: false -sharing: true -footer: true logo: xiaomi.png ha_category: - Media Player diff --git a/source/_components/xmpp.markdown b/source/_components/xmpp.markdown index bed58fb7f66..bdfc3d6e213 100644 --- a/source/_components/xmpp.markdown +++ b/source/_components/xmpp.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Jabber (XMPP)" description: "Instructions on how to add Jabber (XMPP) notifications to Home Assistant." -date: 2015-05-08 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: xmpp.png ha_category: - Notifications diff --git a/source/_components/xs1.markdown b/source/_components/xs1.markdown index 81bc9e210e9..3059a7bd5df 100644 --- a/source/_components/xs1.markdown +++ b/source/_components/xs1.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "EZcontrol XS1" description: "Instructions on how to integrate an XS1 Gateway within Home Assistant." -date: 2018-12-04 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: xs1.jpg ha_category: - Hub diff --git a/source/_components/yale_smart_alarm.markdown b/source/_components/yale_smart_alarm.markdown index cf326f1c8ab..ab04d23c7fb 100644 --- a/source/_components/yale_smart_alarm.markdown +++ b/source/_components/yale_smart_alarm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Yale Smart Alarm Control" description: "Instructions on how to integrate Yale Smart Alarms into Home Assistant." -date: 2018-09-01 11:11 -sidebar: true -comments: false -sharing: true -footer: true logo: yale.png ha_category: - Alarm diff --git a/source/_components/yamaha.markdown b/source/_components/yamaha.markdown index 0d1ca7c479d..1cf3cac940a 100644 --- a/source/_components/yamaha.markdown +++ b/source/_components/yamaha.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Yamaha Network Receivers" description: "Instructions on how to integrate Yamaha Network Receivers into Home Assistant." -date: 2016-03-26 0:58 -0700 -sidebar: true -comments: false -sharing: true -footer: true logo: yamaha.png ha_category: - Media Player diff --git a/source/_components/yamaha_musiccast.markdown b/source/_components/yamaha_musiccast.markdown index ca7f5efc19b..33eddd21704 100644 --- a/source/_components/yamaha_musiccast.markdown +++ b/source/_components/yamaha_musiccast.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Yamaha MusicCast Receivers" description: "Instructions on how to integrate Yamaha MusicCast Receivers into Home Assistant." -date: 2017-09-02 22:00 +0100 -sidebar: true -comments: false -sharing: true -footer: true logo: yamaha.png ha_category: - Media Player diff --git a/source/_components/yandextts.markdown b/source/_components/yandextts.markdown index 0c52531adb7..4466a236e1b 100644 --- a/source/_components/yandextts.markdown +++ b/source/_components/yandextts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Yandex TTS" description: "Instructions on how to setup Yandex SpeechKit TTS with Home Assistant." -date: 2017-01-17 03:04 -sidebar: true -comments: false -sharing: true -footer: true logo: yandex.png ha_category: - Text-to-speech diff --git a/source/_components/yeelight.markdown b/source/_components/yeelight.markdown index d3597397258..faf5316d1fa 100644 --- a/source/_components/yeelight.markdown +++ b/source/_components/yeelight.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Yeelight Wifi Bulb" description: "Instructions on how to setup Yeelight Wifi devices within Home Assistant." -date: 2016-10-29 -sidebar: true -comments: false -sharing: true -footer: true logo: yeelight.png ha_category: - Light diff --git a/source/_components/yeelightsunflower.markdown b/source/_components/yeelightsunflower.markdown index f5099a57d4b..04a83bffe16 100644 --- a/source/_components/yeelightsunflower.markdown +++ b/source/_components/yeelightsunflower.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Yeelight Sunflower Bulb" description: "Instructions on how to setup Yeelight Sunflower hub and bulbs within Home Assistant." -date: 2017-02-11 -sidebar: true -comments: false -sharing: true -footer: true logo: yeelight.png ha_category: - Light diff --git a/source/_components/yessssms.markdown b/source/_components/yessssms.markdown index 2c959a985f4..43870f11f5b 100644 --- a/source/_components/yessssms.markdown +++ b/source/_components/yessssms.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Yesss SMS" description: "Instructions on how to add user notifications to Home Assistant." -date: 2017-10-27 16:00 -sidebar: true -comments: false -sharing: true -footer: true logo: yesssat.png ha_category: - Notifications diff --git a/source/_components/yi.markdown b/source/_components/yi.markdown index 77e8d9e81f7..8c1bf8fb7a0 100644 --- a/source/_components/yi.markdown +++ b/source/_components/yi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Yi Home Camera" description: "Instructions on how to integrate a video feed (via FFmpeg) as a camera within Home Assistant." -date: 2017-10-10 13:00 -sidebar: true -comments: false -sharing: true -footer: true logo: yi.png ha_category: - Camera diff --git a/source/_components/yr.markdown b/source/_components/yr.markdown index 2e453a680c6..999480fb61c 100644 --- a/source/_components/yr.markdown +++ b/source/_components/yr.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "YR" description: "Instructions on how to integrate Yr.no within Home Assistant." -date: 2016-01-04 14:00 -sidebar: true -comments: false -sharing: true -footer: true logo: yr.png ha_category: - Weather diff --git a/source/_components/yweather.markdown b/source/_components/yweather.markdown index 14628b7ac25..a78862e2507 100644 --- a/source/_components/yweather.markdown +++ b/source/_components/yweather.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Yahoo Weather" description: "Instructions on how to integrate Yahoo Weather within Home Assistant." -date: 2016-07-06 9:06 -sidebar: true -comments: false -sharing: true -footer: true logo: yahooweather.png ha_category: - Weather diff --git a/source/_components/zabbix.markdown b/source/_components/zabbix.markdown index d0c60ab9c88..b3e0d269fe9 100644 --- a/source/_components/zabbix.markdown +++ b/source/_components/zabbix.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Zabbix" description: "Instructions on how to integrate Zabbix into Home Assistant." -date: 2016-12-13 22:57 -sidebar: true -comments: false -sharing: true -footer: true logo: zabbix.png ha_category: - System Monitor diff --git a/source/_components/zamg.markdown b/source/_components/zamg.markdown index f5d59b995cf..afbc15e4ff7 100644 --- a/source/_components/zamg.markdown +++ b/source/_components/zamg.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ZAMG" description: "Instructions on how to integrate ZAMG within Home Assistant." -date: 2016-12-06 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: zamg.png ha_category: - Weather diff --git a/source/_components/zengge.markdown b/source/_components/zengge.markdown index 8fc58f36a39..c262d6b846b 100644 --- a/source/_components/zengge.markdown +++ b/source/_components/zengge.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Zengge" description: "Instructions on how to integrate Zengge Bluetooth bulbs into Home Assistant." -date: 2017-01-14 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: zengge.png ha_category: - Light diff --git a/source/_components/zeroconf.markdown b/source/_components/zeroconf.markdown index fa997fafe7d..b7119951f2f 100644 --- a/source/_components/zeroconf.markdown +++ b/source/_components/zeroconf.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Zeroconf/Avahi/Bonjour" description: "Exposes Home Assistant using the Zeroconf protocol." -date: 2016-04-10 18:50 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Network ha_qa_scale: internal diff --git a/source/_components/zestimate.markdown b/source/_components/zestimate.markdown index a1946c761c9..a90ce0fba46 100644 --- a/source/_components/zestimate.markdown +++ b/source/_components/zestimate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Zestimate" description: "Instructions on how to integrate the Zestimate sensor into Home Assistant." -date: 2018-03-02 3:10 -sidebar: true -comments: false -sharing: true -footer: true ha_category: - Sensor logo: zillow.png diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index a1a1203bd6a..13e66e8c7a4 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Zigbee Home Automation" description: "Instructions on how to integrate your Zigbee Home Automation (ZHA) devices within Home Assistant." -date: 2017-02-22 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: zigbee.png ha_category: - Hub diff --git a/source/_components/zhong_hong.markdown b/source/_components/zhong_hong.markdown index 6f12502010d..61b9c1ca6fa 100644 --- a/source/_components/zhong_hong.markdown +++ b/source/_components/zhong_hong.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ZhongHong Thermostats Controller" description: "Instructions on how to integrate ZhongHong Support thermostats within Home Assistant." -date: 2018-06-20 08:30 -sidebar: true -comments: false -sharing: true -footer: true logo: zhong_hong.png ha_category: - Climate diff --git a/source/_components/zigbee.markdown b/source/_components/zigbee.markdown index 5c5cc6af048..52519c50ca0 100644 --- a/source/_components/zigbee.markdown +++ b/source/_components/zigbee.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Zigbee" description: "Instructions on how to integrate a Zigbee network with Home Assistant." -date: 2016-01-27 17:10 -sidebar: true -comments: false -sharing: true -footer: true logo: zigbee.png ha_category: - Binary Sensor diff --git a/source/_components/ziggo_mediabox_xl.markdown b/source/_components/ziggo_mediabox_xl.markdown index ba4c4181069..17aa46f13f1 100644 --- a/source/_components/ziggo_mediabox_xl.markdown +++ b/source/_components/ziggo_mediabox_xl.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Ziggo Mediabox XL" description: "Instructions on how to integrate the Ziggo Mediabox XL into Home Assistant." -date: 2017-11-10 20:00 -sidebar: true -comments: false -sharing: true -footer: true logo: ziggo.png ha_category: - Media Player diff --git a/source/_components/zone.markdown b/source/_components/zone.markdown index 985bb78a0cd..629bb10a3e3 100644 --- a/source/_components/zone.markdown +++ b/source/_components/zone.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Zone" description: "Instructions on how to set up zones within Home Assistant." -date: 2015-10-04 09:23 -sidebar: true -comments: false -sharing: true -footer: true logo: home-assistant.png ha_category: - Organization diff --git a/source/_components/zoneminder.markdown b/source/_components/zoneminder.markdown index 31a50c7ddcf..b8c124f0c35 100644 --- a/source/_components/zoneminder.markdown +++ b/source/_components/zoneminder.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ZoneMinder" description: "How to integrate ZoneMinder into Home Assistant." -date: 2016-10-13 22:57 -sidebar: true -comments: false -sharing: true -footer: true logo: zoneminder.png ha_category: - Hub diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index 70f65f24beb..81ec65ebe8f 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave" description: "Instructions on how to integrate your existing Z-Wave within Home Assistant." -date: 2016-02-27 19:59 -sidebar: true -comments: false -sharing: true -footer: true logo: z-wave.png ha_category: - Hub diff --git a/source/_cookbook/automation_enocean_phue.markdown b/source/_cookbook/automation_enocean_phue.markdown index 2a6a7386845..e522d0ceca6 100644 --- a/source/_cookbook/automation_enocean_phue.markdown +++ b/source/_cookbook/automation_enocean_phue.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Switch Philips Hue with enocean" description: "Automation to switch a Philips Hue lamp with an enocean switch." -date: 2016-09-02 22:35 +0800 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/automation_first_light.markdown b/source/_cookbook/automation_first_light.markdown index c7ca02b74c7..d16a4310e59 100644 --- a/source/_cookbook/automation_first_light.markdown +++ b/source/_cookbook/automation_first_light.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Examples using first light" description: "Automation examples that trigger lights in the morning." -date: 2016-10-08 19:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/automation_flashing_lights.markdown b/source/_cookbook/automation_flashing_lights.markdown index e8f56795238..83157343e31 100644 --- a/source/_cookbook/automation_flashing_lights.markdown +++ b/source/_cookbook/automation_flashing_lights.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Examples for flashing lights" description: "Automation examples for flashing lights in case of an alarm." -date: 2016-03-30 08:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/automation_for_rainy_days.markdown b/source/_cookbook/automation_for_rainy_days.markdown index a6e3b0bb8b7..e1783290dea 100644 --- a/source/_cookbook/automation_for_rainy_days.markdown +++ b/source/_cookbook/automation_for_rainy_days.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automation for rainy days" description: "Basic example how to use weather conditions to set states" -date: 2015-10-08 19:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/automation_sun.markdown b/source/_cookbook/automation_sun.markdown index e250a71d456..18dd040a36d 100644 --- a/source/_cookbook/automation_sun.markdown +++ b/source/_cookbook/automation_sun.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Examples using the sun" description: "Automation examples that use the sun." -date: 2015-10-08 19:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/automation_telegram_presence_alert.markdown b/source/_cookbook/automation_telegram_presence_alert.markdown index 0dcb5aacdbf..da12a5388c1 100644 --- a/source/_cookbook/automation_telegram_presence_alert.markdown +++ b/source/_cookbook/automation_telegram_presence_alert.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Examples sending notification depending of the presence" description: "Examples sending notification depending of the presence" -date: 2017-02-12 19:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/automation_using_timeinterval_inputboolean.markdown b/source/_cookbook/automation_using_timeinterval_inputboolean.markdown index dba0a4bf14b..e601d47f79e 100644 --- a/source/_cookbook/automation_using_timeinterval_inputboolean.markdown +++ b/source/_cookbook/automation_using_timeinterval_inputboolean.markdown @@ -1,12 +1,6 @@ --- -layout: page 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 --- diff --git a/source/_cookbook/configuration_yaml_by_alok_saboo.markdown b/source/_cookbook/configuration_yaml_by_alok_saboo.markdown index a5cfc0512f1..9bfbf050aab 100644 --- a/source/_cookbook/configuration_yaml_by_alok_saboo.markdown +++ b/source/_cookbook/configuration_yaml_by_alok_saboo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Alok Saboo" description: "" -date: 2016-10-25 10:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/arsaboo/homeassistant-config --- diff --git a/source/_cookbook/configuration_yaml_by_aneisch.markdown b/source/_cookbook/configuration_yaml_by_aneisch.markdown index fa59c4f6483..bb21829efee 100644 --- a/source/_cookbook/configuration_yaml_by_aneisch.markdown +++ b/source/_cookbook/configuration_yaml_by_aneisch.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by aneisch" description: "" -date: 2017-2-23 20:27 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/aneisch/home-assistant-config/ --- diff --git a/source/_cookbook/configuration_yaml_by_apocrathia.markdown b/source/_cookbook/configuration_yaml_by_apocrathia.markdown index 6ac2ccd3290..bf0fb8f529d 100644 --- a/source/_cookbook/configuration_yaml_by_apocrathia.markdown +++ b/source/_cookbook/configuration_yaml_by_apocrathia.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Apocrathia" description: "" -date: 2018-05-02 12:40 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/Apocrathia/home-assistant-config/ --- diff --git a/source/_cookbook/configuration_yaml_by_carlo_costanzo.markdown b/source/_cookbook/configuration_yaml_by_carlo_costanzo.markdown index 3109710311b..407fb043c82 100644 --- a/source/_cookbook/configuration_yaml_by_carlo_costanzo.markdown +++ b/source/_cookbook/configuration_yaml_by_carlo_costanzo.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Carlo Costanzo" description: "" -date: 2016-10-11 11:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/CCOSTAN/Home-AssistantConfig --- diff --git a/source/_cookbook/configuration_yaml_by_cbulock.markdown b/source/_cookbook/configuration_yaml_by_cbulock.markdown index c4aa3905bd3..bf5d94ca225 100644 --- a/source/_cookbook/configuration_yaml_by_cbulock.markdown +++ b/source/_cookbook/configuration_yaml_by_cbulock.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by cbulock" description: "" -date: 2016-06-29 15:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/cbulock/home-assistant-configs --- diff --git a/source/_cookbook/configuration_yaml_by_chriskacerguis.markdown b/source/_cookbook/configuration_yaml_by_chriskacerguis.markdown index 6c873a0808e..b82a2830aab 100644 --- a/source/_cookbook/configuration_yaml_by_chriskacerguis.markdown +++ b/source/_cookbook/configuration_yaml_by_chriskacerguis.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by chriskacerguis" description: "" -date: 2017-12-12 09:14 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/chriskacerguis/Home-AssistantConfig --- diff --git a/source/_cookbook/configuration_yaml_by_ciquattrofpv.markdown b/source/_cookbook/configuration_yaml_by_ciquattrofpv.markdown index 247ddab1336..f9bfa2c35b1 100644 --- a/source/_cookbook/configuration_yaml_by_ciquattrofpv.markdown +++ b/source/_cookbook/configuration_yaml_by_ciquattrofpv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Ciquattro" description: "" -date: 2017-06-13 12:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/CiquattroFPV/Homeassistant-Example-Config --- diff --git a/source/_cookbook/configuration_yaml_by_cy1701.markdown b/source/_cookbook/configuration_yaml_by_cy1701.markdown index 34e1c4cab4a..d0ed0ca6217 100644 --- a/source/_cookbook/configuration_yaml_by_cy1701.markdown +++ b/source/_cookbook/configuration_yaml_by_cy1701.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by cy1701" description: "" -date: 2016-12-28 20:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/cy1701/Home-Assistant-Configuration --- diff --git a/source/_cookbook/configuration_yaml_by_fredsmith.markdown b/source/_cookbook/configuration_yaml_by_fredsmith.markdown index 8cd2bdf2080..5ec4ad1a5a6 100644 --- a/source/_cookbook/configuration_yaml_by_fredsmith.markdown +++ b/source/_cookbook/configuration_yaml_by_fredsmith.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by fredsmith" description: "" -date: 2017-04-28 18:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://git.smith.bz/derf/homeautomation --- diff --git a/source/_cookbook/configuration_yaml_by_geekofweek.markdown b/source/_cookbook/configuration_yaml_by_geekofweek.markdown index 7ca356543fb..270eaf9aff7 100644 --- a/source/_cookbook/configuration_yaml_by_geekofweek.markdown +++ b/source/_cookbook/configuration_yaml_by_geekofweek.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by geekofweek" description: "" -date: 2016-04-23 13:51 +0700 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/geekofweek/homeassistant --- diff --git a/source/_cookbook/configuration_yaml_by_gummientchen.markdown b/source/_cookbook/configuration_yaml_by_gummientchen.markdown index 3205562886f..1fe6f5dec16 100644 --- a/source/_cookbook/configuration_yaml_by_gummientchen.markdown +++ b/source/_cookbook/configuration_yaml_by_gummientchen.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Gummientchen" description: "" -date: 2018-03-23 09:13 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/Gummientchen/Home-AssistantConfig --- diff --git a/source/_cookbook/configuration_yaml_by_jonathan_adams.markdown b/source/_cookbook/configuration_yaml_by_jonathan_adams.markdown index 4edd17b938f..a2199ae18e1 100644 --- a/source/_cookbook/configuration_yaml_by_jonathan_adams.markdown +++ b/source/_cookbook/configuration_yaml_by_jonathan_adams.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Jonathan Adams" description: "" -date: 2019-05-07 15:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/jonathanadams/Home-Assistant-Configuration --- diff --git a/source/_cookbook/configuration_yaml_by_joshuagarrison27.markdown b/source/_cookbook/configuration_yaml_by_joshuagarrison27.markdown index baad95ee180..71e81d56896 100644 --- a/source/_cookbook/configuration_yaml_by_joshuagarrison27.markdown +++ b/source/_cookbook/configuration_yaml_by_joshuagarrison27.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Joshua Garrison" description: "" -date: 2018-10-10 17:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/JoshuaGarrison27/Home-Assistant-Configuration --- diff --git a/source/_cookbook/configuration_yaml_by_klaasnicolaas.markdown b/source/_cookbook/configuration_yaml_by_klaasnicolaas.markdown index 5329cff8c32..8b2d621cbda 100644 --- a/source/_cookbook/configuration_yaml_by_klaasnicolaas.markdown +++ b/source/_cookbook/configuration_yaml_by_klaasnicolaas.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by klaasnicolaas" description: "" -date: 2018-10-19 15:40 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/klaasnicolaas/Smarthome-homeassistant-config --- diff --git a/source/_cookbook/configuration_yaml_by_mcaminiti.markdown b/source/_cookbook/configuration_yaml_by_mcaminiti.markdown index 007a785d36c..3eb06b2c74e 100644 --- a/source/_cookbook/configuration_yaml_by_mcaminiti.markdown +++ b/source/_cookbook/configuration_yaml_by_mcaminiti.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by mcaminiti" description: "" -date: 2018-08-30 09:51 +0700 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/mcaminiti/homeassistant --- diff --git a/source/_cookbook/configuration_yaml_by_mf_social.markdown b/source/_cookbook/configuration_yaml_by_mf_social.markdown index 67eb9d16280..a986491238e 100644 --- a/source/_cookbook/configuration_yaml_by_mf_social.markdown +++ b/source/_cookbook/configuration_yaml_by_mf_social.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by mf_social" description: "" -date: 2017-10-11 11:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/mf-social/Home-Assistant --- diff --git a/source/_cookbook/configuration_yaml_by_ntalekt.markdown b/source/_cookbook/configuration_yaml_by_ntalekt.markdown index 657e33b001e..9658e566458 100644 --- a/source/_cookbook/configuration_yaml_by_ntalekt.markdown +++ b/source/_cookbook/configuration_yaml_by_ntalekt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by ntalekt" description: "" -date: 2017-10-26 13:08 -0700 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/ntalekt/homeassistant --- diff --git a/source/_cookbook/configuration_yaml_by_patatman.markdown b/source/_cookbook/configuration_yaml_by_patatman.markdown index 1b45e974202..fe74cdae5c8 100644 --- a/source/_cookbook/configuration_yaml_by_patatman.markdown +++ b/source/_cookbook/configuration_yaml_by_patatman.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by patatman" description: "" -date: 2019-01-13 21:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/patatman/patatman-homeassistant-config --- diff --git a/source/_cookbook/configuration_yaml_by_renemarc.markdown b/source/_cookbook/configuration_yaml_by_renemarc.markdown index 265bf0c8426..f43f6281155 100644 --- a/source/_cookbook/configuration_yaml_by_renemarc.markdown +++ b/source/_cookbook/configuration_yaml_by_renemarc.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by René-Marc Simard" description: "" -date: 2018-12-18 12:18 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/renemarc/home-assistant-config --- diff --git a/source/_cookbook/configuration_yaml_by_shortbloke.markdown b/source/_cookbook/configuration_yaml_by_shortbloke.markdown index d7aa5475550..efba443af03 100644 --- a/source/_cookbook/configuration_yaml_by_shortbloke.markdown +++ b/source/_cookbook/configuration_yaml_by_shortbloke.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Shortbloke" description: "" -date: 2017-08-10 01:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/shortbloke/home_assistant_config --- diff --git a/source/_cookbook/configuration_yaml_by_silvrrgit.markdown b/source/_cookbook/configuration_yaml_by_silvrrgit.markdown index f907d7276e8..f798ec51fd2 100644 --- a/source/_cookbook/configuration_yaml_by_silvrrgit.markdown +++ b/source/_cookbook/configuration_yaml_by_silvrrgit.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by SilvrrGIT" description: "" -date: 2019-04-12 09:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/SilvrrGIT/HomeAssistant --- diff --git a/source/_cookbook/configuration_yaml_by_skalavala.markdown b/source/_cookbook/configuration_yaml_by_skalavala.markdown index 9ead3e1f233..dde426b64b8 100644 --- a/source/_cookbook/configuration_yaml_by_skalavala.markdown +++ b/source/_cookbook/configuration_yaml_by_skalavala.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Mahasri Kalavala (@skalavala)" description: "" -date: 2016-10-25 10:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/skalavala/mysmarthome --- diff --git a/source/_cookbook/configuration_yaml_by_stanvx.markdown b/source/_cookbook/configuration_yaml_by_stanvx.markdown index a40ec0e30be..d3c01cf3783 100644 --- a/source/_cookbook/configuration_yaml_by_stanvx.markdown +++ b/source/_cookbook/configuration_yaml_by_stanvx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Stanvx" description: "" -date: 2017-04-09 21:35 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/stanvx/Home-Assistant-Configuration --- diff --git a/source/_cookbook/configuration_yaml_by_tinkerer.markdown b/source/_cookbook/configuration_yaml_by_tinkerer.markdown index c300a6bd64b..80efdb9bafd 100644 --- a/source/_cookbook/configuration_yaml_by_tinkerer.markdown +++ b/source/_cookbook/configuration_yaml_by_tinkerer.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Tinkerer" description: "" -date: 2018-05-31 13:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/DubhAd/Home-AssistantConfig/ --- diff --git a/source/_cookbook/configuration_yaml_by_vasiley.markdown b/source/_cookbook/configuration_yaml_by_vasiley.markdown index 5334be04d30..ebc98532d05 100644 --- a/source/_cookbook/configuration_yaml_by_vasiley.markdown +++ b/source/_cookbook/configuration_yaml_by_vasiley.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration.yaml by Vasiley" description: "" -date: 2017-09-04 13:50 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Example configuration.yaml ha_external_link: https://github.com/Vasiley/Home-Assistant-Main --- diff --git a/source/_cookbook/custom_panel_using_react.markdown b/source/_cookbook/custom_panel_using_react.markdown index 7a1d132618a..b705c6f9aa1 100644 --- a/source/_cookbook/custom_panel_using_react.markdown +++ b/source/_cookbook/custom_panel_using_react.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Custom Panel using React" description: "" -date: 2016-07-29 12:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: User Interface --- diff --git a/source/_cookbook/custom_ui_by_andrey-git.markdown b/source/_cookbook/custom_ui_by_andrey-git.markdown index 5b593d3250c..cbd9ef1a946 100644 --- a/source/_cookbook/custom_ui_by_andrey-git.markdown +++ b/source/_cookbook/custom_ui_by_andrey-git.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Custom UI state-card by andrey-git" description: "" -date: 2017-02-04 10:45 -sidebar: true -comments: false -sharing: true -footer: true ha_category: User Interface ha_external_link: https://github.com/andrey-git/home-assistant-custom-ui --- diff --git a/source/_cookbook/dim_and_brighten_lights.markdown b/source/_cookbook/dim_and_brighten_lights.markdown index 85ba24b9215..25f4af268ec 100644 --- a/source/_cookbook/dim_and_brighten_lights.markdown +++ b/source/_cookbook/dim_and_brighten_lights.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dim (and brighten) lights via a remote" description: "The scripts and automations to allow you to use a remote to dim and brighten a light" -date: 2017-09-06 18:30 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/dim_lights_when_playing_media.markdown b/source/_cookbook/dim_lights_when_playing_media.markdown index b798901a5de..9fa789cfa67 100644 --- a/source/_cookbook/dim_lights_when_playing_media.markdown +++ b/source/_cookbook/dim_lights_when_playing_media.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dim lights when playing media" description: "Dim lights up or down when playing media" -date: 2015-10-15 19:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/fail2ban.markdown b/source/_cookbook/fail2ban.markdown index 5dba840e460..4162550eb0f 100644 --- a/source/_cookbook/fail2ban.markdown +++ b/source/_cookbook/fail2ban.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "fail2ban" description: "Setting up fail2ban to read Home Assistant's log files to improve security." -date: 2018-08-29 15:30 AEST -sidebar: true -comments: false -sharing: true -footer: true ha_category: Infrastructure --- diff --git a/source/_cookbook/foscam_away_mode_PTZ.markdown b/source/_cookbook/foscam_away_mode_PTZ.markdown index d5b6e9ec0de..f99a72275aa 100644 --- a/source/_cookbook/foscam_away_mode_PTZ.markdown +++ b/source/_cookbook/foscam_away_mode_PTZ.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Foscam Recording during Away Mode Only using Pan/Tilt/Zoom Control and Motion Detection" description: "Example of how to set Foscam to only have Motion Detection Recording while no one is home. When users are home the Foscam will indicate it is not recording by pointing down and away from users" -date: 2016-03-10 13:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/google_maps_card.markdown b/source/_cookbook/google_maps_card.markdown index f22a886d3e8..ebec207a602 100644 --- a/source/_cookbook/google_maps_card.markdown +++ b/source/_cookbook/google_maps_card.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Show Google Maps as a card" description: "Example how to show a Google Map as a Google card." -date: 2016-08-20 19:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: User Interface --- diff --git a/source/_cookbook/ifttt.manything.markdown b/source/_cookbook/ifttt.manything.markdown index 911b0cf249b..f50ba6e8c1e 100644 --- a/source/_cookbook/ifttt.manything.markdown +++ b/source/_cookbook/ifttt.manything.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ManyThing" description: "Instructions on how to setup ManyThing support with IFTTT." -date: 2015-09-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: manything.png ha_category: Camera redirect_from: diff --git a/source/_cookbook/notify.mqtt.markdown b/source/_cookbook/notify.mqtt.markdown index 5bc3274236c..44cba1245d1 100644 --- a/source/_cookbook/notify.mqtt.markdown +++ b/source/_cookbook/notify.mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Notifications" description: "Instructions on how to add MQTT notifications to Home Assistant." -date: 2016-02-01 08:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png ha_category: Notifications ha_iot_class: Configurable diff --git a/source/_cookbook/notify_if__new_ha_release.markdown b/source/_cookbook/notify_if__new_ha_release.markdown index 65149a9810e..bf02f857a8b 100644 --- a/source/_cookbook/notify_if__new_ha_release.markdown +++ b/source/_cookbook/notify_if__new_ha_release.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Send notification if new Home Assistant release" description: "Basic example of how to send a notification if a new Home Assistant release is available" -date: 2016-07-17 10:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/notify_if_over_threshold.markdown b/source/_cookbook/notify_if_over_threshold.markdown index 1d7a32b2f9d..255555063c3 100644 --- a/source/_cookbook/notify_if_over_threshold.markdown +++ b/source/_cookbook/notify_if_over_threshold.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Send notification based on sensor" description: "Basic example of how to send a templated notification if a sensor is over a given threshold" -date: 2016-02-25 15:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/owntracks_two_mqtt_broker.markdown b/source/_cookbook/owntracks_two_mqtt_broker.markdown index bfdee80c666..39ac72d3a38 100644 --- a/source/_cookbook/owntracks_two_mqtt_broker.markdown +++ b/source/_cookbook/owntracks_two_mqtt_broker.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "OwnTracks with two MQTT brokers" description: "Setting up OwnTracks with 2 MQTT brokers bridged for use with the MQTT bridge for SmartThings." -date: 2016-08-27 10:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Infrastructure --- diff --git a/source/_cookbook/perform_actions_based_on_input_select.markdown b/source/_cookbook/perform_actions_based_on_input_select.markdown index 87d8e8ae02a..2fc59a90bb7 100644 --- a/source/_cookbook/perform_actions_based_on_input_select.markdown +++ b/source/_cookbook/perform_actions_based_on_input_select.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Perform actions based on input select" description: "Example playing media to Chromecast based on input select element" -date: 2016-03-07 12:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/python_component_automation.markdown b/source/_cookbook/python_component_automation.markdown index 9e9617cdceb..9b55b7653e3 100644 --- a/source/_cookbook/python_component_automation.markdown +++ b/source/_cookbook/python_component_automation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automation in Code" description: "A sample to do automations in Python Code." -date: 2016-02-14 0:40 -0800 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation in Python Examples --- diff --git a/source/_cookbook/python_component_mqtt_basic.markdown b/source/_cookbook/python_component_mqtt_basic.markdown index a5508d129d8..02d157b7990 100644 --- a/source/_cookbook/python_component_mqtt_basic.markdown +++ b/source/_cookbook/python_component_mqtt_basic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Basic MQTT Example" description: "" -date: 2016-02-07 12:13 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Custom Python Component Examples --- diff --git a/source/_cookbook/python_component_simple_alarm.markdown b/source/_cookbook/python_component_simple_alarm.markdown index 63c5bdf05d8..3271f9cbe7b 100644 --- a/source/_cookbook/python_component_simple_alarm.markdown +++ b/source/_cookbook/python_component_simple_alarm.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Flash lights when intruder detected" description: "Detect intruders by checking if the light is turning on while no one is home." -date: 2016-02-14 0:40 -0800 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation in Python Examples --- diff --git a/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown b/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown index 9b89a1ca2a9..6fb3d65328d 100644 --- a/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown +++ b/source/_cookbook/restart_ha_if_wemo_switch_is_not_detected.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Restart Home Assistant if Wemo Switch is not detected" description: "Restart Home Assistant if Wemo Switch is not detected." -date: 2016-01-29 08:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/send_a_reminder.markdown b/source/_cookbook/send_a_reminder.markdown index 9b965a77bc5..834562bebe9 100644 --- a/source/_cookbook/send_a_reminder.markdown +++ b/source/_cookbook/send_a_reminder.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Send a reminder" description: "Send a reminder" -date: 2015-12-16 08:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/sonos_say.markdown b/source/_cookbook/sonos_say.markdown index 78348c7d2cb..28e34f78761 100644 --- a/source/_cookbook/sonos_say.markdown +++ b/source/_cookbook/sonos_say.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Sonos say script to speak with text-to-speech" description: "Sonos say script to use text-to-speech with Sonos" -date: 2017-01-18 00:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/track_battery_level.markdown b/source/_cookbook/track_battery_level.markdown index 2a114772c5b..d61575426ad 100644 --- a/source/_cookbook/track_battery_level.markdown +++ b/source/_cookbook/track_battery_level.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Track your phone battery level" description: "Basic example how to track the battery level of your mobile devices." -date: 2016-01-29 09:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_cookbook/turn_on_light_for_10_minutes_when_motion_detected.markdown b/source/_cookbook/turn_on_light_for_10_minutes_when_motion_detected.markdown index 204c453ceae..97a5c2b9bcb 100644 --- a/source/_cookbook/turn_on_light_for_10_minutes_when_motion_detected.markdown +++ b/source/_cookbook/turn_on_light_for_10_minutes_when_motion_detected.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Turn on lights for 10 minutes after motion detected" description: "Turn on lights for 10 minutes when motion detected." -date: 2015-10-08 19:05 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Automation Examples --- diff --git a/source/_docs/asterisk_mbox.markdown b/source/_docs/asterisk_mbox.markdown index 1d72074be32..3d964f1ff21 100644 --- a/source/_docs/asterisk_mbox.markdown +++ b/source/_docs/asterisk_mbox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Asterisk Voicemail Server Installation" description: "Instructions on how to integrate your existing Asterisk voicemail within Home Assistant." -date: 2017-06-30 18:30 -sidebar: true -comments: false -sharing: true -footer: true --- Asterisk Voicemail integration allows Home Assistant to view, listen to and delete voicemails from a Asterisk voicemail mailbox. diff --git a/source/_docs/authentication.markdown b/source/_docs/authentication.markdown index c3cfe975858..aa0519578d8 100644 --- a/source/_docs/authentication.markdown +++ b/source/_docs/authentication.markdown @@ -1,14 +1,8 @@ --- -layout: page title: "Authentication" description: "Guide on authentication in Home Assistant." -date: 2018-08-23 09:40 redirect_from: - /components/auth/ -sidebar: true -comments: false -sharing: true -footer: true --- Our authentication system secures access to Home Assistant. diff --git a/source/_docs/authentication/multi-factor-auth.markdown b/source/_docs/authentication/multi-factor-auth.markdown index 531de029609..46a01bf0298 100644 --- a/source/_docs/authentication/multi-factor-auth.markdown +++ b/source/_docs/authentication/multi-factor-auth.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Multi-factor authentication" description: "Guide on configuring different multi-factor authentication modules." -date: 2018-08-23 09:40 redirect_from: /components/auth/ -sidebar: true -comments: false -sharing: true -footer: true --- The Multi-factor Authentication (MFA) modules require you to solve a second challenge after you provide your password. diff --git a/source/_docs/authentication/providers.markdown b/source/_docs/authentication/providers.markdown index c41b24ec3a4..2a3fc2db6a5 100644 --- a/source/_docs/authentication/providers.markdown +++ b/source/_docs/authentication/providers.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Authentication Providers" description: "Guide on configuring different auth providers." -date: 2018-08-23 09:40 redirect_from: /components/auth/ -sidebar: true -comments: false -sharing: true -footer: true --- When you log in, an _auth provider_ checks your credentials to make sure you are an authorized user. diff --git a/source/_docs/automation.markdown b/source/_docs/automation.markdown index 6158ba86ddc..c360b70c7d8 100644 --- a/source/_docs/automation.markdown +++ b/source/_docs/automation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automating Home Assistant" description: "Steps to help you get automation setup in Home Assistant." -date: 2015-09-19 09:40 -sidebar: true -comments: false -sharing: true -footer: true --- Home Assistant offers a wide range of automation configurations. In this section, we'll try to guide you through all the different possibilities and options. Besides this documentation, there are also a couple of people who have made their automations [publicly available](/cookbook/#example-configurationyaml). diff --git a/source/_docs/automation/action.markdown b/source/_docs/automation/action.markdown index 3a99d3e6768..7cd725ab02d 100644 --- a/source/_docs/automation/action.markdown +++ b/source/_docs/automation/action.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automation Actions" description: "Automations result in action." -date: 2016-04-24 08:30 +0100 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/automation-action/ --- diff --git a/source/_docs/automation/condition.markdown b/source/_docs/automation/condition.markdown index 1ec98f8efa9..e276a3ecaa9 100644 --- a/source/_docs/automation/condition.markdown +++ b/source/_docs/automation/condition.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automation Conditions" description: "Automations can test conditions when invoked." -date: 2016-04-24 08:30 +0100 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/automation-condition/ --- diff --git a/source/_docs/automation/editor.markdown b/source/_docs/automation/editor.markdown index 5b7d75855c4..4f4b629ef95 100644 --- a/source/_docs/automation/editor.markdown +++ b/source/_docs/automation/editor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automation Editor" description: "Instructions on how to use the automation editor." -date: 2016-04-24 08:30 +0100 -sidebar: true -comments: false -sharing: true -footer: true --- In Home Assistant 0.45 we introduced the first version of our automation editor. If you just created a new configuration with Home Assistant, then you're all set! Go to the UI and enjoy. diff --git a/source/_docs/automation/examples.markdown b/source/_docs/automation/examples.markdown index 2e2ade256f3..3b19efd458f 100644 --- a/source/_docs/automation/examples.markdown +++ b/source/_docs/automation/examples.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automation Examples" description: "Some automation examples to get you started." -date: 2016-04-24 08:30 +0100 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/automation-examples/ --- diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index 1e2a3129db9..1349bb7ad2b 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automation Templating" description: "Advanced automation documentation using templating." -date: 2016-04-24 08:30 +0100 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/automation-templating/ --- diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 9c839689dfe..529d2abd4f1 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Automation Trigger" description: "All the different ways how automations can be triggered." -date: 2016-04-24 08:30 +0100 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/automation-trigger/ --- diff --git a/source/_docs/automation/troubleshooting.markdown b/source/_docs/automation/troubleshooting.markdown index e6780407d05..9dcc2f662b6 100644 --- a/source/_docs/automation/troubleshooting.markdown +++ b/source/_docs/automation/troubleshooting.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Troubleshooting Automations" description: "Tips on how to troubleshoot your automations." -date: 2016-04-24 08:30 +0100 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/automation-troubleshooting/ --- diff --git a/source/_docs/autostart.markdown b/source/_docs/autostart.markdown index 48ca9fb411f..0831857d111 100644 --- a/source/_docs/autostart.markdown +++ b/source/_docs/autostart.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Autostart Home Assistant" description: "Instructions on how to setup Home Assistant to launch on start." -date: 2015-9-1 22:57 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/autostart/ --- diff --git a/source/_docs/autostart/init.d.markdown b/source/_docs/autostart/init.d.markdown index 086240ad06e..98203c6cc2f 100644 --- a/source/_docs/autostart/init.d.markdown +++ b/source/_docs/autostart/init.d.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Autostart using init.d" description: "Documentation about setting up Home Assistant as a daemon running under init.d." -release_date: 2016-12-02 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/autostart-init.d/ --- diff --git a/source/_docs/autostart/macos.markdown b/source/_docs/autostart/macos.markdown index 012c72ff83a..1c270cec1fd 100644 --- a/source/_docs/autostart/macos.markdown +++ b/source/_docs/autostart/macos.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Autostart on macOS" description: "Instructions on how to setup Home Assistant to launch on Apple macOS." -date: 2015-9-1 22:57 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/autostart-macos/ --- diff --git a/source/_docs/autostart/synology.markdown b/source/_docs/autostart/synology.markdown index f19f15ab734..ec134d4a8aa 100644 --- a/source/_docs/autostart/synology.markdown +++ b/source/_docs/autostart/synology.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Autostart on Synology NAS boot" description: "Instructions on how to setup Home Assistant to launch on boot on Synology NAS." -date: 2015-9-1 22:57 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/autostart-synology/ --- diff --git a/source/_docs/autostart/systemd.markdown b/source/_docs/autostart/systemd.markdown index a717af19201..6fa25e4ac88 100644 --- a/source/_docs/autostart/systemd.markdown +++ b/source/_docs/autostart/systemd.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Autostart using systemd" description: "Instructions on how to setup Home Assistant to launch on boot using systemd." -date: 2015-9-1 22:57 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/autostart-systemd/ --- diff --git a/source/_docs/autostart/upstart.markdown b/source/_docs/autostart/upstart.markdown index c77660a84d7..d85316a7444 100644 --- a/source/_docs/autostart/upstart.markdown +++ b/source/_docs/autostart/upstart.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Autostart using Upstart" description: "Instructions on how to setup Home Assistant to launch on boot using Upstart." -date: 2015-9-1 22:57 -sidebar: true -comments: false -sharing: true -footer: true --- Many linux distributions use the Upstart system (or similar) for managing daemons. Typically, systems based on Debian 7 or previous use Upstart. This includes Ubuntu releases before 15.04. If you are unsure if your system is using Upstart, you may check with the following command: diff --git a/source/_docs/backend.markdown b/source/_docs/backend.markdown index 01b28b17a49..a0ef4cc35c2 100644 --- a/source/_docs/backend.markdown +++ b/source/_docs/backend.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Backend of Home Assistant" description: "Backend of Home Assistant." -date: 2017-02-14 12:50 -sidebar: true -comments: false -sharing: true -footer: true --- The backend of Home Assistant is running with [Python 3](https://www.python.org/). diff --git a/source/_docs/backend/database.markdown b/source/_docs/backend/database.markdown index 5fca7262e86..ace82e2380a 100644 --- a/source/_docs/backend/database.markdown +++ b/source/_docs/backend/database.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Database" description: "Details about the database used by Home Assistant." -date: 2016-10-10 10:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /details/database/ --- diff --git a/source/_docs/backend/updater.markdown b/source/_docs/backend/updater.markdown index e7a5ea9ad7d..8d018eb5f20 100644 --- a/source/_docs/backend/updater.markdown +++ b/source/_docs/backend/updater.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Updater" description: "Details what the updater integration is reporting about your Home Assistant instance." -date: 2016-10-22 08:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /details/updater/ --- diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index cdfa4f1c804..dd73f1e283e 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuring Home Assistant" description: "Configuring Home Assistant." -date: 2018-09-08 16:15 -sidebar: true -comments: false -sharing: true -footer: true --- When launched for the first time, Home Assistant will create a default configuration file enabling the web interface and device discovery. It can take up to a minute after startup for your devices to be discovered and appear in the user interface. diff --git a/source/_docs/configuration/basic.markdown b/source/_docs/configuration/basic.markdown index 5ad0e89bdaf..dde064c07b7 100644 --- a/source/_docs/configuration/basic.markdown +++ b/source/_docs/configuration/basic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Setup basic information" description: "Setting up the basic info of Home Assistant." -date: 2015-03-23 12:50 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/basic/ --- diff --git a/source/_docs/configuration/customizing-devices.markdown b/source/_docs/configuration/customizing-devices.markdown index 21df0681777..9b2c19ae881 100644 --- a/source/_docs/configuration/customizing-devices.markdown +++ b/source/_docs/configuration/customizing-devices.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Customizing entities" description: "Simple customization for entities in the frontend." -date: 2016-04-20 06:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/customizing-devices/ --- diff --git a/source/_docs/configuration/devices.markdown b/source/_docs/configuration/devices.markdown index 6882c866eb8..2bedc4ee10e 100644 --- a/source/_docs/configuration/devices.markdown +++ b/source/_docs/configuration/devices.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Adding devices to Home Assistant" description: "Steps to help you get your devices in Home Assistant." -date: 2015-09-19 09:40 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/devices/ --- diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index a63feb77128..8a8e9e6a924 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Events" description: "Describes all there is to know about events in Home Assistant." -date: 2016-03-12 12:00 -0800 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /topics/events/ --- diff --git a/source/_docs/configuration/group_visibility.markdown b/source/_docs/configuration/group_visibility.markdown index e1bd1efb4b9..03055a0c260 100644 --- a/source/_docs/configuration/group_visibility.markdown +++ b/source/_docs/configuration/group_visibility.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Group Visibility" description: "Instructions on how to change group visibility using automations." -date: 2016-10-29 13:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /topics/group_visibility/ --- diff --git a/source/_docs/configuration/packages.markdown b/source/_docs/configuration/packages.markdown index 51aea54b5af..a966b811710 100644 --- a/source/_docs/configuration/packages.markdown +++ b/source/_docs/configuration/packages.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Packages" description: "Describes all there is to know about configuration packages in Home Assistant." -date: 2017-01-10 20:00 +0200 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /topics/packages/ --- diff --git a/source/_docs/configuration/platform_options.markdown b/source/_docs/configuration/platform_options.markdown index 0c5698e8341..fab2b31340d 100644 --- a/source/_docs/configuration/platform_options.markdown +++ b/source/_docs/configuration/platform_options.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Entity integration platform options" description: "Shows how to customize polling interval for any integration via configuration.yaml." -date: 2016-02-12 23:17 -0800 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /topics/platform_options/ --- diff --git a/source/_docs/configuration/remote.markdown b/source/_docs/configuration/remote.markdown index 89fef2c9e1b..0e872bfd7b4 100644 --- a/source/_docs/configuration/remote.markdown +++ b/source/_docs/configuration/remote.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Remote access" description: "Setting up remote access for Home Assistant." -date: 2015-03-23 12:50 -sidebar: true -comments: false -sharing: true -footer: true ---

Users of Home Assistant Cloud can use the Remote UI without requiring any configuration.

diff --git a/source/_docs/configuration/secrets.markdown b/source/_docs/configuration/secrets.markdown index 1af556d954d..4264c7dbe6c 100644 --- a/source/_docs/configuration/secrets.markdown +++ b/source/_docs/configuration/secrets.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Storing secrets" description: "Storing secrets outside of your configuration.yaml." -date: 2016-07-01 08:30 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /topics/secrets/ --- diff --git a/source/_docs/configuration/securing.markdown b/source/_docs/configuration/securing.markdown index ddaea9686dd..764e3e06be7 100644 --- a/source/_docs/configuration/securing.markdown +++ b/source/_docs/configuration/securing.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Securing" description: "Instructions on how to secure your Home Assistant installation." -date: 2016-10-06 06:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/securing/ --- diff --git a/source/_docs/configuration/splitting_configuration.markdown b/source/_docs/configuration/splitting_configuration.markdown index 663628d1a99..b09e0015afb 100644 --- a/source/_docs/configuration/splitting_configuration.markdown +++ b/source/_docs/configuration/splitting_configuration.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Splitting up the configuration" description: "Splitting the configuration.yaml into several files." -date: 2016-03-25 23:30 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /topics/splitting_configuration/ --- diff --git a/source/_docs/configuration/state_object.markdown b/source/_docs/configuration/state_object.markdown index 61fdcf126c4..f05e85d5f07 100644 --- a/source/_docs/configuration/state_object.markdown +++ b/source/_docs/configuration/state_object.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "State Objects" description: "Describes all there is to know about state objects in Home Assistant." -date: 2016-03-12 12:00 -0800 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /topics/state_object/ --- diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 706d854aaf5..abe1ef62432 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Templating" description: "Instructions on how to use the templating feature of Home Assistant." -date: 2015-12-12 12:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /topics/templating/ --- diff --git a/source/_docs/configuration/troubleshooting.markdown b/source/_docs/configuration/troubleshooting.markdown index 5960c2fe1b5..9d68ea228fd 100644 --- a/source/_docs/configuration/troubleshooting.markdown +++ b/source/_docs/configuration/troubleshooting.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Troubleshooting your configuration" description: "Common problems with tweaking your configuration and their solutions." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/troubleshooting-configuration/ --- diff --git a/source/_docs/configuration/yaml.markdown b/source/_docs/configuration/yaml.markdown index a7fdbaede40..34a9f6b3690 100644 --- a/source/_docs/configuration/yaml.markdown +++ b/source/_docs/configuration/yaml.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "YAML" description: "Details about YAML to configure Home Assistant." -date: 2015-03-23 12:50 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/yaml/ --- diff --git a/source/_docs/ecosystem.markdowm b/source/_docs/ecosystem.markdowm index 2d221faf007..6dc58da9db0 100644 --- a/source/_docs/ecosystem.markdowm +++ b/source/_docs/ecosystem.markdowm @@ -1,12 +1,6 @@ --- -layout: page title: "Ecosystem" description: "External tools for Home Assistant" -date: 2016-10-26 00:46 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ --- diff --git a/source/_docs/ecosystem/apache.markdown b/source/_docs/ecosystem/apache.markdown index 35821db4788..22021840546 100644 --- a/source/_docs/ecosystem/apache.markdown +++ b/source/_docs/ecosystem/apache.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Apache Proxy" description: "Configure Apache to work with Home Assistant as a subdomain" -date: 2016-06-20 13:05 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /cookbook/apache_configuration/ --- diff --git a/source/_docs/ecosystem/appdaemon.markdown b/source/_docs/ecosystem/appdaemon.markdown index 5a65808db1a..58b20ea4642 100755 --- a/source/_docs/ecosystem/appdaemon.markdown +++ b/source/_docs/ecosystem/appdaemon.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "AppDaemon" description: "AppDaemon is a loosely coupled, multithreaded, sandboxed Python execution environment for writing automation apps for Home Assistant" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/ --- diff --git a/source/_docs/ecosystem/appdaemon/api.markdown b/source/_docs/ecosystem/appdaemon/api.markdown index 48c105fbd5c..80afe9b3494 100755 --- a/source/_docs/ecosystem/appdaemon/api.markdown +++ b/source/_docs/ecosystem/appdaemon/api.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "AppDaemon API Reference" description: "AppDaemon API Reference" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/api/ --- diff --git a/source/_docs/ecosystem/appdaemon/configuration.markdown b/source/_docs/ecosystem/appdaemon/configuration.markdown index 14af3590256..785cf0728fd 100644 --- a/source/_docs/ecosystem/appdaemon/configuration.markdown +++ b/source/_docs/ecosystem/appdaemon/configuration.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration" description: "AppDaemon Configuration" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/configuration/ --- diff --git a/source/_docs/ecosystem/appdaemon/example_apps.markdown b/source/_docs/ecosystem/appdaemon/example_apps.markdown index bf696f634c4..ca34797c993 100644 --- a/source/_docs/ecosystem/appdaemon/example_apps.markdown +++ b/source/_docs/ecosystem/appdaemon/example_apps.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Example Apps" description: "AppDaemon Example Apps" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/example_apps/ --- diff --git a/source/_docs/ecosystem/appdaemon/installation.markdown b/source/_docs/ecosystem/appdaemon/installation.markdown index 46acc734e85..61361d02a64 100644 --- a/source/_docs/ecosystem/appdaemon/installation.markdown +++ b/source/_docs/ecosystem/appdaemon/installation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation" description: "AppDaemon Installation" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/installation/ --- diff --git a/source/_docs/ecosystem/appdaemon/operation.markdown b/source/_docs/ecosystem/appdaemon/operation.markdown index 4ef343f3533..a80ae58307c 100644 --- a/source/_docs/ecosystem/appdaemon/operation.markdown +++ b/source/_docs/ecosystem/appdaemon/operation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Operation" description: "Operation" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/tutorial/ --- diff --git a/source/_docs/ecosystem/appdaemon/reboot.markdown b/source/_docs/ecosystem/appdaemon/reboot.markdown index 2eba9f75a6c..386cd39e291 100644 --- a/source/_docs/ecosystem/appdaemon/reboot.markdown +++ b/source/_docs/ecosystem/appdaemon/reboot.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Starting at Reboot" description: "Starting at Reboot" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/reboot/ --- diff --git a/source/_docs/ecosystem/appdaemon/running.markdown b/source/_docs/ecosystem/appdaemon/running.markdown index 9364405bb64..a15e404d6e7 100755 --- a/source/_docs/ecosystem/appdaemon/running.markdown +++ b/source/_docs/ecosystem/appdaemon/running.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Running AppDaemon" description: "Running AppDaemon" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/running/ --- diff --git a/source/_docs/ecosystem/appdaemon/tutorial.markdown b/source/_docs/ecosystem/appdaemon/tutorial.markdown index d0ac359bbcd..c0344c8ec1a 100755 --- a/source/_docs/ecosystem/appdaemon/tutorial.markdown +++ b/source/_docs/ecosystem/appdaemon/tutorial.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "AppDaemon Tutorial" description: "AppDaemon Tutorial" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/tutorial/ --- diff --git a/source/_docs/ecosystem/appdaemon/updating.markdown b/source/_docs/ecosystem/appdaemon/updating.markdown index af29d8b578c..9d95683b5c7 100644 --- a/source/_docs/ecosystem/appdaemon/updating.markdown +++ b/source/_docs/ecosystem/appdaemon/updating.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Updating AppDaemon" description: "Updating AppDaemon" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/updating/ --- diff --git a/source/_docs/ecosystem/appdaemon/windows.markdown b/source/_docs/ecosystem/appdaemon/windows.markdown index 82a99d470a5..e886ef1529b 100755 --- a/source/_docs/ecosystem/appdaemon/windows.markdown +++ b/source/_docs/ecosystem/appdaemon/windows.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Windows Support" description: "Windows Support" -release_date: 2016-11-27 08:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/appdaemon/windows/ --- diff --git a/source/_docs/ecosystem/backup/backup_dropbox.markdown b/source/_docs/ecosystem/backup/backup_dropbox.markdown index 1a59e4a7ba9..83124615336 100644 --- a/source/_docs/ecosystem/backup/backup_dropbox.markdown +++ b/source/_docs/ecosystem/backup/backup_dropbox.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration Backup to Dropbox" description: "Instructions on how backup your Home Assistant configuration to Dropbox" -date: 2017-04-24 18:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /cookbook/dropboxbackup/ --- diff --git a/source/_docs/ecosystem/backup/backup_github.markdown b/source/_docs/ecosystem/backup/backup_github.markdown index 477b017458c..6d673a86fc7 100644 --- a/source/_docs/ecosystem/backup/backup_github.markdown +++ b/source/_docs/ecosystem/backup/backup_github.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration Backup to GitHub" description: "Instructions on how backup your Home Assistant configuration to GitHub" -date: 2017-01-05 18:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /cookbook/githubbackup/ --- diff --git a/source/_docs/ecosystem/backup/backup_usb.markdown b/source/_docs/ecosystem/backup/backup_usb.markdown index 6f6a6030144..0a6dbfabfb5 100644 --- a/source/_docs/ecosystem/backup/backup_usb.markdown +++ b/source/_docs/ecosystem/backup/backup_usb.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Configuration Backup to USB drive" description: "Instructions on how backup your Home Assistant configuration to USB drive" -date: 2017-04-29 08:00 -sidebar: true -comments: false -sharing: true -footer: true --- This will step you through the process of setting up a backup of your Home Assistant configuration to a USB device. This is a good method if you don't want to mask all of your passwords since the backup is kept locally at your home/residence. diff --git a/source/_docs/ecosystem/caddy.markdown b/source/_docs/ecosystem/caddy.markdown index cd261dc3e2c..569c5fefe45 100644 --- a/source/_docs/ecosystem/caddy.markdown +++ b/source/_docs/ecosystem/caddy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Caddy Server reverse proxy" description: "Configure Caddy Server as a reverse proxy to Home Assistant." -date: 2017-08-22 22:20 -sidebar: true -comments: false -sharing: true -footer: true --- [Caddy Server](https://caddyserver.com/) is a powerful HTTP/2 server, that enables HTTPS by default with automatically generated Let's Encrypt certificates, which allows a simple configuration procces. diff --git a/source/_docs/ecosystem/certificates.markdown b/source/_docs/ecosystem/certificates.markdown index b678e77746d..d965df84939 100644 --- a/source/_docs/ecosystem/certificates.markdown +++ b/source/_docs/ecosystem/certificates.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Certificates" description: "Protect your communication with Home Assistant." -release_date: 2016-11-13 15:00:00 -sidebar: true -comments: false -sharing: true -footer: true --- If you plan to expose your Home Assistant to the internet or want an extra layer of protection in your local network, consider to use SSL/TLS. This way you can protect your communication. Especially sensitive data like usernames and passwords are encrypted between the endpoints. diff --git a/source/_docs/ecosystem/certificates/lets_encrypt.markdown b/source/_docs/ecosystem/certificates/lets_encrypt.markdown index 419a676890c..1c6faa9c138 100644 --- a/source/_docs/ecosystem/certificates/lets_encrypt.markdown +++ b/source/_docs/ecosystem/certificates/lets_encrypt.markdown @@ -1,28 +1,17 @@ --- -layout: page title: "Remote Access with TLS/SSL via Let's Encrypt" description: "A guide to remotely accessing Home Assistant and securing the connection with an SSL certificate from Let's Encrypt" -date: 2018-06-03 11:00 -sidebar: true -comments: false -sharing: true -footer: true ---

If you are using Hass.io or Hassbian, do not use this guide. Instead, use the [DuckDNS add-on](/addons/duckdns/) for Hass.io or the [DuckDNS suite](https://github.com/home-assistant/hassbian-scripts/blob/master/docs/suites/duckdns.md) for Hassbian to automatically maintain a subdomain including HTTPS certificates via Let's Encrypt.

-

-Before exposing your Home Assistant instance to the outside world it is ESSENTIAL that you have set a password following the advice on the [http](/components/http/) page. -

- - This guide was added by mf_social on 16/03/2017 and was valid at the time of writing. This guide makes the following assumptions: * You can access your Home Assistant instance across your local network, and access the device that it is on via SSH from your local network. * You know the internal IP address of your router and can access your router's configuration pages. - * You have already set up a password for your Home Assistant instance, following the advice on this page: [http](/docs/configuration/basic/) + * You have already secured your Home Assistant instance, following the advice on [this page](/docs/configuration/securing/) * You want to access your Home Assistant instance when you are away from home (ie, not connected to your local network) and secure it with a TLS/SSL certificate. * You have a basic understanding of the phrases I have used so far. * You are not currently running anything on port 80 on your network (you'd know if you were). diff --git a/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown b/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown index 05f98878c5f..92131164e30 100644 --- a/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown +++ b/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Certificate for SSL/TLS via domain ownership" description: "Configure a certificate to use with Home Assistant" -date: 2017-02-17 08:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /cookbook/tls_domain_certificate/ --- diff --git a/source/_docs/ecosystem/certificates/tls_self_signed_certificate.markdown b/source/_docs/ecosystem/certificates/tls_self_signed_certificate.markdown index 5efe94ec42e..4c71ad65b42 100644 --- a/source/_docs/ecosystem/certificates/tls_self_signed_certificate.markdown +++ b/source/_docs/ecosystem/certificates/tls_self_signed_certificate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Self-signed certificate for SSL/TLS" description: "Configure a self-signed certificate to use with Home Assistant" -date: 2016-10-06 08:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /cookbook/tls_self_signed_certificate/ --- diff --git a/source/_docs/ecosystem/hadashboard.markdown b/source/_docs/ecosystem/hadashboard.markdown index 9daa0518206..1f01eb23fda 100755 --- a/source/_docs/ecosystem/hadashboard.markdown +++ b/source/_docs/ecosystem/hadashboard.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HADashboard" description: "HADashboard is a dashboard for Home Assistant that is intended to be wall mounted, and is optimized for distance viewing." -release_date: 2016-11-13 15:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/hadashboard/ --- diff --git a/source/_docs/ecosystem/haproxy.markdown b/source/_docs/ecosystem/haproxy.markdown index b62f8ba75f9..bfb298381f6 100644 --- a/source/_docs/ecosystem/haproxy.markdown +++ b/source/_docs/ecosystem/haproxy.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HAProxy" description: "Documentation about setting up Home Assistant with HAProxy" -date: 2018-01-02 11:23:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true --- Using HAProxy to proxy for Home Assistant allows you to serve Home Assistant securely over standard ports with HTTP to HTTPS redirection. @@ -95,7 +89,7 @@ Replace 443 with whatever port you chose to bind to in the config if different. ### Configure Home Assistant HTTP Component -In your `configuration.yaml` file, edit the [http component](https://www.home-assistant.io/components/http/). +In your `configuration.yaml` file, edit the [http component](/components/http/). ```text http: diff --git a/source/_docs/ecosystem/hass-configurator.markdown b/source/_docs/ecosystem/hass-configurator.markdown index a921e075d53..19b13639774 100644 --- a/source/_docs/ecosystem/hass-configurator.markdown +++ b/source/_docs/ecosystem/hass-configurator.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HASS Configurator" description: "Instructions on how to install and use the HASS Configurator" -release_date: 2017-03-10 00:50:00 +0100 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/hass-configurator/ --- diff --git a/source/_docs/ecosystem/ios.markdown b/source/_docs/ecosystem/ios.markdown index bb3e44d1310..c65cac8f08b 100644 --- a/source/_docs/ecosystem/ios.markdown +++ b/source/_docs/ecosystem/ios.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "iOS" description: "Documentation about the Home Assistant iOS app." -release_date: 2016-10-24 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/ --- diff --git a/source/_docs/ecosystem/ios/devices_file.markdown b/source/_docs/ecosystem/ios/devices_file.markdown index 4b27059456f..9d1d2043786 100644 --- a/source/_docs/ecosystem/ios/devices_file.markdown +++ b/source/_docs/ecosystem/ios/devices_file.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ios.conf" description: "Describes the contents and purpose of ios.conf" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true --- The `ios.conf` file contains the most recent state of all registered iOS devices. Deleting this file will not disable the devices and the file will be recreated the next time a new device is connected or an existing one reconnects. diff --git a/source/_docs/ecosystem/ios/integration.markdown b/source/_docs/ecosystem/ios/integration.markdown index b6c27dd4373..aa1b8252607 100644 --- a/source/_docs/ecosystem/ios/integration.markdown +++ b/source/_docs/ecosystem/ios/integration.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Integration" description: "Examples of how Home Assistant for iOS can be integrated with other apps" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/integration/ --- diff --git a/source/_docs/ecosystem/ios/location.markdown b/source/_docs/ecosystem/ios/location.markdown index f23997119f0..87cd0bce96c 100644 --- a/source/_docs/ecosystem/ios/location.markdown +++ b/source/_docs/ecosystem/ios/location.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Location" description: "Documentation about the location tracking abilities in Home Assistant for iOS" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/location/ --- diff --git a/source/_docs/ecosystem/ios/notifications.markdown b/source/_docs/ecosystem/ios/notifications.markdown index 9d382585761..2d7ec759bf1 100644 --- a/source/_docs/ecosystem/ios/notifications.markdown +++ b/source/_docs/ecosystem/ios/notifications.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Notifications Introduction" description: "Getting started with iOS notifications" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/notifications/ --- diff --git a/source/_docs/ecosystem/ios/notifications/actions.markdown b/source/_docs/ecosystem/ios/notifications/actions.markdown index b1321b5b713..f67edbf5eba 100644 --- a/source/_docs/ecosystem/ios/notifications/actions.markdown +++ b/source/_docs/ecosystem/ios/notifications/actions.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Actionable notifications" description: "Making push notifications a two way system" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/notifications/actions/ --- diff --git a/source/_docs/ecosystem/ios/notifications/architecture.markdown b/source/_docs/ecosystem/ios/notifications/architecture.markdown index b7dac74dfb1..13719e92967 100644 --- a/source/_docs/ecosystem/ios/notifications/architecture.markdown +++ b/source/_docs/ecosystem/ios/notifications/architecture.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Architecture" description: "The push notification system layout" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/notifications/architecture/ --- diff --git a/source/_docs/ecosystem/ios/notifications/attachments.markdown b/source/_docs/ecosystem/ios/notifications/attachments.markdown index 9bd56ae0633..52c45ae5260 100644 --- a/source/_docs/ecosystem/ios/notifications/attachments.markdown +++ b/source/_docs/ecosystem/ios/notifications/attachments.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Notification attachments" description: "Adding attachments to iOS push notifications" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/notifications/attachments/ --- diff --git a/source/_docs/ecosystem/ios/notifications/basic.markdown b/source/_docs/ecosystem/ios/notifications/basic.markdown index 4ab600b699e..6bc2a2c5f84 100644 --- a/source/_docs/ecosystem/ios/notifications/basic.markdown +++ b/source/_docs/ecosystem/ios/notifications/basic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Basic Notifications" description: "Basic notes about iOS notifications" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/notifications/basic/ --- diff --git a/source/_docs/ecosystem/ios/notifications/content_extensions.markdown b/source/_docs/ecosystem/ios/notifications/content_extensions.markdown index 4c4940b2afa..4badaa3df48 100644 --- a/source/_docs/ecosystem/ios/notifications/content_extensions.markdown +++ b/source/_docs/ecosystem/ios/notifications/content_extensions.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dynamic content" description: "Extend your notifications with dynamic content" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/notifications/content_extensions/ --- diff --git a/source/_docs/ecosystem/ios/notifications/privacy_security_rate_limits.markdown b/source/_docs/ecosystem/ios/notifications/privacy_security_rate_limits.markdown index f1085c1d90c..aec550b5a7e 100644 --- a/source/_docs/ecosystem/ios/notifications/privacy_security_rate_limits.markdown +++ b/source/_docs/ecosystem/ios/notifications/privacy_security_rate_limits.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Privacy, rate limiting and security" description: "Notes about important topics relating to push notifications" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/notifications/privacy_security_rate_limits/ --- diff --git a/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown b/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown index ad30c68b5af..acb937c2211 100644 --- a/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown +++ b/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Requesting location updates" description: "Ask the device to send a location update remotely" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/notifications/requesting_location_updates/ --- diff --git a/source/_docs/ecosystem/ios/notifications/sounds.markdown b/source/_docs/ecosystem/ios/notifications/sounds.markdown index f318c04f42a..c4aec13c6b9 100644 --- a/source/_docs/ecosystem/ios/notifications/sounds.markdown +++ b/source/_docs/ecosystem/ios/notifications/sounds.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Notification Sounds" description: "Adding sounds to notifications" -date: 2016-10-25 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/ios/notifications/sounds/ --- diff --git a/source/_docs/ecosystem/nginx.markdown b/source/_docs/ecosystem/nginx.markdown index 4106b75c99e..8fb4f6e56c6 100644 --- a/source/_docs/ecosystem/nginx.markdown +++ b/source/_docs/ecosystem/nginx.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NGINX" description: "Documentation about setting up Home Assistant with NGINX." -release_date: 2016-12-02 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/nginx/ --- diff --git a/source/_docs/ecosystem/nginx_subdomain.markdown b/source/_docs/ecosystem/nginx_subdomain.markdown index a405f90c08e..49bd7ff8ca8 100644 --- a/source/_docs/ecosystem/nginx_subdomain.markdown +++ b/source/_docs/ecosystem/nginx_subdomain.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "NGINX Configuration" description: "Configure Nginx to work with Home Assistant as a subdomain" -date: 2016-06-20 13:05 -sidebar: true -comments: false -sharing: true -footer: true --- This example demonstrates how you can configure NGINX to act as a proxy for Home Assistant. diff --git a/source/_docs/ecosystem/notebooks.markdown b/source/_docs/ecosystem/notebooks.markdown index b7fb97f2bac..f6b37e226ce 100644 --- a/source/_docs/ecosystem/notebooks.markdown +++ b/source/_docs/ecosystem/notebooks.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Jupyter Notebooks" description: "Jupyter Notebooks to interact offline and online with Home Assistant." -release_date: 2016-11-13 15:00:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/notebooks/ --- diff --git a/source/_docs/ecosystem/notebooks/api.markdown b/source/_docs/ecosystem/notebooks/api.markdown index 5cfb2851561..063510542e2 100644 --- a/source/_docs/ecosystem/notebooks/api.markdown +++ b/source/_docs/ecosystem/notebooks/api.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Home Assistant Python API" description: "Basic example of interacting with Home Assistant live from a Jupyter notebook using the Python API." -date: 2016-07-23 09:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/notebooks/api/ --- diff --git a/source/_docs/ecosystem/notebooks/database.markdown b/source/_docs/ecosystem/notebooks/database.markdown index 58117385269..b300d0d110f 100644 --- a/source/_docs/ecosystem/notebooks/database.markdown +++ b/source/_docs/ecosystem/notebooks/database.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Database" description: "Accessing the Home-Assistant database from a Jupyter notebook." -date: 2016-07-23 09:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/notebooks/database/ --- diff --git a/source/_docs/ecosystem/notebooks/graph.markdown b/source/_docs/ecosystem/notebooks/graph.markdown index ca17727cd6b..5c34a6c86e9 100644 --- a/source/_docs/ecosystem/notebooks/graph.markdown +++ b/source/_docs/ecosystem/notebooks/graph.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Graph" description: "Basic example how to create a graph with a Jupyter notebook." -date: 2016-07-23 09:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/notebooks/graph/ --- diff --git a/source/_docs/ecosystem/notebooks/installation.markdown b/source/_docs/ecosystem/notebooks/installation.markdown index eb0b16a7982..8cd502a497f 100644 --- a/source/_docs/ecosystem/notebooks/installation.markdown +++ b/source/_docs/ecosystem/notebooks/installation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation" description: "Setup and first steps for Jupyter Notebooks and Home Assistant." -date: 2016-07-23 09:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/notebooks/installation/ --- diff --git a/source/_docs/ecosystem/notebooks/stats.markdown b/source/_docs/ecosystem/notebooks/stats.markdown index 105134ecf70..b80d7396693 100644 --- a/source/_docs/ecosystem/notebooks/stats.markdown +++ b/source/_docs/ecosystem/notebooks/stats.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Statistics" description: "Basic example how to create basic statistics with a Jupyter notebook." -date: 2016-10-03 09:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/notebooks/stats/ --- diff --git a/source/_docs/ecosystem/scenegen.markdown b/source/_docs/ecosystem/scenegen.markdown index b4101b5641f..61fc8f0e40d 100644 --- a/source/_docs/ecosystem/scenegen.markdown +++ b/source/_docs/ecosystem/scenegen.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "SceneGen" description: "Scenegen is a scene generation tool for Home Assistant" -release_date: 2016-10-30 15:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/scenegen/ --- diff --git a/source/_docs/ecosystem/synology.markdown b/source/_docs/ecosystem/synology.markdown index eb459ec969a..413cffd4838 100644 --- a/source/_docs/ecosystem/synology.markdown +++ b/source/_docs/ecosystem/synology.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Synology" description: "Instructions on how to get Home Assistant up and running on Synology" -release_date: 2016-12-07 15:00:00 -0500 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /ecosystem/synology/ --- diff --git a/source/_docs/ecosystem/tor.markdown b/source/_docs/ecosystem/tor.markdown index ce9a4dde7f7..613d57f5ce7 100644 --- a/source/_docs/ecosystem/tor.markdown +++ b/source/_docs/ecosystem/tor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tor Onion Service Configuration" description: "Configure Tor to work with Home Assistant to provide secure remote access without opening your firewall" -date: 2016-07-06 13:05 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /cookbook/tor_configuration/ --- diff --git a/source/_docs/frontend.markdown b/source/_docs/frontend.markdown index 4c6d26dcabf..d8edee51223 100644 --- a/source/_docs/frontend.markdown +++ b/source/_docs/frontend.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Frontend of Home Assistant" description: "Frontend of Home Assistant." -date: 2017-02-13 12:50 -sidebar: true -comments: false -sharing: true -footer: true --- The frontend of Home Assistant is built with [Polymer](https://www.polymer-project.org/). diff --git a/source/_docs/frontend/browsers.markdown b/source/_docs/frontend/browsers.markdown index a9b14b44fe9..a6bb3be42f6 100644 --- a/source/_docs/frontend/browsers.markdown +++ b/source/_docs/frontend/browsers.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Browsers" description: "Browser Compatibility List" -date: 2016-06-25 08:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/browsers/ --- diff --git a/source/_docs/frontend/mobile.markdown b/source/_docs/frontend/mobile.markdown index 2a2ca9ccde7..e126c8ee755 100644 --- a/source/_docs/frontend/mobile.markdown +++ b/source/_docs/frontend/mobile.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Getting started on Mobile" description: "Android/iOS instructions to add Home Assistant to your homescreen." -date: 2015-03-08 21:36 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/mobile/ --- diff --git a/source/_docs/glossary.markdown b/source/_docs/glossary.markdown index c5a76c534f7..d6373656913 100644 --- a/source/_docs/glossary.markdown +++ b/source/_docs/glossary.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Glossary" description: "Home Assistant's Glossary." -date: 2017-10-08 08:30 -sidebar: true -comments: false -sharing: true -footer: true --- {% assign entries = site.data.glossary | sort: 'topic' %} diff --git a/source/_docs/installation.markdown b/source/_docs/installation.markdown index 47ded99b1c5..bd1f67cf179 100644 --- a/source/_docs/installation.markdown +++ b/source/_docs/installation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation of Home Assistant" description: "Instructions on how to install Home Assistant to launch on start." -date: 2017-02-15 08:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/installation/ --- diff --git a/source/_docs/installation/archlinux.markdown b/source/_docs/installation/archlinux.markdown index 68c6c70ff11..d8277cb7ba4 100644 --- a/source/_docs/installation/archlinux.markdown +++ b/source/_docs/installation/archlinux.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on Arch Linux" description: "Installation of Home Assistant on your Arch Linux computer." -date: 2017-03-01 07:00 -sidebar: true -comments: false -sharing: true -footer: true --- [Arch Linux](https://www.archlinux.org/) is a lightweight and flexible Linux distribution for x86_64. diff --git a/source/_docs/installation/armbian.markdown b/source/_docs/installation/armbian.markdown index 14f548a0453..22a0ade9841 100644 --- a/source/_docs/installation/armbian.markdown +++ b/source/_docs/installation/armbian.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on a Armbian system" description: "Instructions to install Home Assistant on an Armbian-powered systems." -date: 2017-02-23 11:00 -sidebar: true -comments: false -sharing: true -footer: true --- [armbian](https://www.armbian.com) runs on a wide-variety of [ARM development boards](https://www.armbian.com/download/). Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid. diff --git a/source/_docs/installation/centos.markdown b/source/_docs/installation/centos.markdown index 824320c1526..4fa3d22b4a4 100644 --- a/source/_docs/installation/centos.markdown +++ b/source/_docs/installation/centos.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on CentOS/RHEL" description: "Installation of Home Assistant on your CentOS/RHEL computer." -date: 2017-03-01 07:00 -sidebar: true -comments: false -sharing: true -footer: true --- To run Python 3.x on [CentOS](https://www.centos.org/) or RHEL (Red Hat Enterprise Linux), [Software Collections](https://www.softwarecollections.org/en/scls/rhscl/rh-python36/) needs to be activated first. diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index d0e7efdefe9..c1ed1029eab 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on Docker" description: "Instructions to install Home Assistant on a Docker." -date: 2016-04-16 11:36 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/installation-docker/ --- diff --git a/source/_docs/installation/fedora.markdown b/source/_docs/installation/fedora.markdown index 847984b31b3..f241774e06f 100644 --- a/source/_docs/installation/fedora.markdown +++ b/source/_docs/installation/fedora.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on Fedora" description: "Installation of Home Assistant on your Fedora computer." -date: 2017-03-01 07:00 -sidebar: true -comments: false -sharing: true -footer: true --- [Fedora](https://fedoraproject.org) is an operating system based on the Linux kernel, developed by the community-supported Fedora Project. There are releases for x86 and x86_64 including ARM and other architectures. diff --git a/source/_docs/installation/freenas.markdown b/source/_docs/installation/freenas.markdown index f5919c098e2..f1ab1a38461 100644 --- a/source/_docs/installation/freenas.markdown +++ b/source/_docs/installation/freenas.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on FreeNAS 11.2" description: "Installation of Home Assistant on your FreeNAS." -date: 2017-06-20 11:00 -sidebar: true -comments: false -sharing: true -footer: true --- [FreeNAS](https://www.freenas.org) is a free and open-source network-attached storage (NAS) software based on FreeBSD and the OpenZFS file system. It is licensed under the terms of the BSD License and runs on commodity x86-64 hardware. diff --git a/source/_docs/installation/hassbian.markdown b/source/_docs/installation/hassbian.markdown index 47b5224abba..3f1b772d888 100644 --- a/source/_docs/installation/hassbian.markdown +++ b/source/_docs/installation/hassbian.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Hassbian" description: "Instructions to flash the Home Assistant Hassbian image on a Raspberry Pi." -date: 2016-09-26 21:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/hassbian/ --- diff --git a/source/_docs/installation/hassbian/common-tasks.markdown b/source/_docs/installation/hassbian/common-tasks.markdown index dd3b084b90f..660ddedc379 100644 --- a/source/_docs/installation/hassbian/common-tasks.markdown +++ b/source/_docs/installation/hassbian/common-tasks.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Common tasks on Hassbian" description: "Instructions on how to do common tasks on Hassbian." -date: 2018-06-03 11:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /docs/hassbian/common-tasks/ --- diff --git a/source/_docs/installation/hassbian/customization.markdown b/source/_docs/installation/hassbian/customization.markdown index 68f24ab51d5..d85e2352a9e 100644 --- a/source/_docs/installation/hassbian/customization.markdown +++ b/source/_docs/installation/hassbian/customization.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Customization" description: "Instructions to flash the Home Assistant Hassbian image on a Raspberry Pi." -date: 2016-09-26 21:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /docs/hassbian/customization/ --- diff --git a/source/_docs/installation/hassbian/installation.markdown b/source/_docs/installation/hassbian/installation.markdown index 42cf57a292c..e11187956fb 100644 --- a/source/_docs/installation/hassbian/installation.markdown +++ b/source/_docs/installation/hassbian/installation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installing Hassbian" description: "Instructions to flash the Home Assistant Hassbian image on a Raspberry Pi." -date: 2016-09-26 21:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /docs/hassbian/installation/ --- diff --git a/source/_docs/installation/hassbian/integrations.markdown b/source/_docs/installation/hassbian/integrations.markdown index 35b0fc9597a..87936b2707b 100644 --- a/source/_docs/installation/hassbian/integrations.markdown +++ b/source/_docs/installation/hassbian/integrations.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Raspberry Pi integrations" description: "Home Assistant integrations specific to the Raspberry Pi." -date: 2016-09-26 21:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /docs/hassbian/integrations/ --- diff --git a/source/_docs/installation/hassbian/upgrading.markdown b/source/_docs/installation/hassbian/upgrading.markdown index fb4b7be7639..88d98bba1e1 100644 --- a/source/_docs/installation/hassbian/upgrading.markdown +++ b/source/_docs/installation/hassbian/upgrading.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Upgrading Hassbian" description: "Instructions on how to upgrade Hassbian to the latest version." -date: 2018-06-03 11:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /docs/hassbian/upgrading/ --- diff --git a/source/_docs/installation/macos.markdown b/source/_docs/installation/macos.markdown index 45720754da9..8658f7cedc8 100644 --- a/source/_docs/installation/macos.markdown +++ b/source/_docs/installation/macos.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on macOS" description: "Installation of Home Assistant on your macOS system." -date: 2017-03-01 07:00 -sidebar: true -comments: false -sharing: true -footer: true --- [macOS](http://www.apple.com/macos/) is available by default on Apple computer. If you run a different operating system, please refer to the other section of the documentation. diff --git a/source/_docs/installation/python.markdown b/source/_docs/installation/python.markdown index 7f8c01ad421..42e50c4be88 100644 --- a/source/_docs/installation/python.markdown +++ b/source/_docs/installation/python.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on your computer" description: "Installation of Home Assistant on your computer." -date: 2014-12-18 22:57 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/installation-python/ --- diff --git a/source/_docs/installation/raspberry-pi-all-in-one.markdown b/source/_docs/installation/raspberry-pi-all-in-one.markdown index f983bb9d0be..84b4fe4a93c 100644 --- a/source/_docs/installation/raspberry-pi-all-in-one.markdown +++ b/source/_docs/installation/raspberry-pi-all-in-one.markdown @@ -1,10 +1,5 @@ --- -layout: page title: "Raspberry Pi All-In-One Installer" -date: 2016-05-12 01:39 -comments: false -sharing: true -footer: true redirect_from: /getting-started/installation-raspberry-pi-all-in-one/ --- diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index 36d6aade77e..3cd62230e84 100644 --- a/source/_docs/installation/raspberry-pi.markdown +++ b/source/_docs/installation/raspberry-pi.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Manual installation on a Raspberry Pi" description: "Instructions to install Home Assistant on a Raspberry Pi running Raspbian Lite." -date: 2018-06-03 11:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/installation-raspberry-pi/ --- diff --git a/source/_docs/installation/synology.markdown b/source/_docs/installation/synology.markdown index 454dcd8858c..34221433849 100644 --- a/source/_docs/installation/synology.markdown +++ b/source/_docs/installation/synology.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on a Synology NAS" description: "Instructions to install Home Assistant on a Synology NAS." -date: 2016-04-16 11:36 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/installation-synology/ --- diff --git a/source/_docs/installation/troubleshooting.markdown b/source/_docs/installation/troubleshooting.markdown index 40b8e4c84fd..c9fc3c2eb9b 100644 --- a/source/_docs/installation/troubleshooting.markdown +++ b/source/_docs/installation/troubleshooting.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Troubleshooting installation problems" description: "Common installation problems and their solutions." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/troubleshooting/ --- diff --git a/source/_docs/installation/updating.markdown b/source/_docs/installation/updating.markdown index cb72a13f291..4b06dda4503 100644 --- a/source/_docs/installation/updating.markdown +++ b/source/_docs/installation/updating.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Updating Home Assistant" description: "Step to update Home Assistant." -date: 2016-05-04 10:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/updating/ --- diff --git a/source/_docs/installation/vagrant.markdown b/source/_docs/installation/vagrant.markdown index 4ebcf7f4f2d..409712c4090 100644 --- a/source/_docs/installation/vagrant.markdown +++ b/source/_docs/installation/vagrant.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on Vagrant" description: "Instructions to run Home Assistant on a Vagrant VM." -date: 2016-05-28 10:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/installation-vagrant/ --- diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index 4164658a955..2540a8dfe58 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation in Python virtual environment" description: "How to install Home Assistant in a Python virtual environment." -date: 2016-4-16 16:40 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/installation-virtualenv/ --- diff --git a/source/_docs/installation/windows.markdown b/source/_docs/installation/windows.markdown index b88a7f590fb..33b24845f76 100644 --- a/source/_docs/installation/windows.markdown +++ b/source/_docs/installation/windows.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Installation on a Windows system" description: "Instructions to install Home Assistant on a Microsoft Windows system." -date: 2017-02-23 11:00 -sidebar: true -comments: false -sharing: true -footer: true --- To run Home Assistant on Microsoft Windows installation you need to install Python first. Download Python (the latest version of Python 3.6 is recommended) for [https://www.python.org/downloads/windows/](https://www.python.org/downloads/windows/) and follow the instructions of the installer. diff --git a/source/_docs/mqtt.markdown b/source/_docs/mqtt.markdown index 179850b301a..bc403b15b66 100644 --- a/source/_docs/mqtt.markdown +++ b/source/_docs/mqtt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT" description: "Details about the MQTT support of Home Assistant." -date: 2017-02-15 08:00 -sidebar: true -comments: false -sharing: true -footer: true --- MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things" connectivity protocol on top of TCP/IP. It allows extremely lightweight publish/subscribe messaging transport. diff --git a/source/_docs/mqtt/birth_will.markdown b/source/_docs/mqtt/birth_will.markdown index d0c46687279..0a6c2f818e9 100644 --- a/source/_docs/mqtt/birth_will.markdown +++ b/source/_docs/mqtt/birth_will.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Birth and Last will" description: "Instructions on how to setup MQTT birth and last will messages within Home Assistant." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png --- diff --git a/source/_docs/mqtt/broker.markdown b/source/_docs/mqtt/broker.markdown index 55813f5b8ee..6061e975dcb 100644 --- a/source/_docs/mqtt/broker.markdown +++ b/source/_docs/mqtt/broker.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Brokers" description: "Instructions on how to setup MQTT brokers for Home Assistant." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png --- diff --git a/source/_docs/mqtt/certificate.markdown b/source/_docs/mqtt/certificate.markdown index f673741c245..9a07f556419 100644 --- a/source/_docs/mqtt/certificate.markdown +++ b/source/_docs/mqtt/certificate.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Certificate" description: "Instructions on how to setup MQTT with a certificate in Home Assistant." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png --- diff --git a/source/_docs/mqtt/discovery.markdown b/source/_docs/mqtt/discovery.markdown index 4bb58d18abd..19b7d35bc6f 100644 --- a/source/_docs/mqtt/discovery.markdown +++ b/source/_docs/mqtt/discovery.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Discovery" description: "Instructions on how to setup MQTT Discovery within Home Assistant." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png --- diff --git a/source/_docs/mqtt/logging.markdown b/source/_docs/mqtt/logging.markdown index b282e6df557..ae8b29cee50 100644 --- a/source/_docs/mqtt/logging.markdown +++ b/source/_docs/mqtt/logging.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Logging" description: "Instructions on how to setup MQTT Logging within Home Assistant." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png --- diff --git a/source/_docs/mqtt/processing_json.markdown b/source/_docs/mqtt/processing_json.markdown index 8afb951f8e6..0a9c36cdf13 100644 --- a/source/_docs/mqtt/processing_json.markdown +++ b/source/_docs/mqtt/processing_json.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Processing JSON" description: "Instructions on how to process the MQTT payload." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png --- diff --git a/source/_docs/mqtt/service.markdown b/source/_docs/mqtt/service.markdown index bd1d89e752f..19f8397ada3 100644 --- a/source/_docs/mqtt/service.markdown +++ b/source/_docs/mqtt/service.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Publish service" description: "Instructions on how to setup the MQTT Publish service within Home Assistant." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png --- diff --git a/source/_docs/mqtt/testing.markdown b/source/_docs/mqtt/testing.markdown index 3957b8e8693..7db04673c45 100644 --- a/source/_docs/mqtt/testing.markdown +++ b/source/_docs/mqtt/testing.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "MQTT Testing" description: "Instructions on how to test your MQTT setup." -date: 2015-08-07 18:00 -sidebar: true -comments: false -sharing: true -footer: true logo: mqtt.png --- diff --git a/source/_docs/quality_scale.markdown b/source/_docs/quality_scale.markdown index 327d51a85f8..4f4b7dd3051 100644 --- a/source/_docs/quality_scale.markdown +++ b/source/_docs/quality_scale.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Quality Scale" description: "Details about the classification of integrations." -date: 2018-09-26 23:50 -sidebar: true -comments: false -sharing: true -footer: true --- The Integration Quality Scale scores each integration based on the code quality and user experience. Each level of the quality scale consists of a list of requirements. If an integration matches all requirements, it's considered to have reached that level. diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index 64a336da207..15169f367a1 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Script Syntax" description: "Documentation for the Home Assistant Script Syntax." -date: 2016-04-24 08:30 +0100 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/scripts/ --- diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown index 83e4ddf8c24..8eb94550471 100644 --- a/source/_docs/scripts/conditions.markdown +++ b/source/_docs/scripts/conditions.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Conditions" description: "Documentation about all available conditions." -date: 2016-04-24 08:30 +0100 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/scripts-conditions/ --- diff --git a/source/_docs/scripts/editor.markdown b/source/_docs/scripts/editor.markdown index d298b1d36ba..a321fdd5497 100644 --- a/source/_docs/scripts/editor.markdown +++ b/source/_docs/scripts/editor.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Script Editor" description: "Instructions on how to use the new script editor." -date: 2016-08-26 03:30 +0000 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /docs/script/editor/ --- diff --git a/source/_docs/scripts/service-calls.markdown b/source/_docs/scripts/service-calls.markdown index 802f06172d0..d987c31a6df 100644 --- a/source/_docs/scripts/service-calls.markdown +++ b/source/_docs/scripts/service-calls.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Service Calls" description: "Instructions on how to call services in Home Assistant." -date: 2016-03-12 12:00 -0800 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/scripts-service-calls/ --- diff --git a/source/_docs/security.markdown b/source/_docs/security.markdown index 3d7f08fd801..82b6557a15f 100644 --- a/source/_docs/security.markdown +++ b/source/_docs/security.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Security of Home Assistant" description: "Security of Home Assistant." -date: 2017-02-13 12:50 -sidebar: true -comments: false -sharing: true -footer: true --- As Home Assistant is like every other service or daemon that is running on a computer system that allows access over a network connection, certain measures were taken to increase the overall security while still staying operational. diff --git a/source/_docs/security/porosity.markdown b/source/_docs/security/porosity.markdown index 59c6f5a398f..72f61ad4e11 100644 --- a/source/_docs/security/porosity.markdown +++ b/source/_docs/security/porosity.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Home Assistant/Hass.io porosity" description: "Use nmap to scan your Home Assistant instance." -date: 2016-10-06 08:00 -sidebar: true -comments: false -sharing: true -footer: true --- As a large amount of users are running [Hass.io](/hassio/), here we are using a Raspberry Pi 3 B and Hass.io 0.70.0 to show how Home Assistant looks from the network side. This is not a full blown investigation, just a quick overview. diff --git a/source/_docs/security/webserver.markdown b/source/_docs/security/webserver.markdown index 4392041b456..a2a9fa975e3 100644 --- a/source/_docs/security/webserver.markdown +++ b/source/_docs/security/webserver.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Web server fingerprint" description: "Use nmap to scan your Home Assistant instance." -date: 2016-10-06 08:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /docs/frontend/webserver/ --- diff --git a/source/_docs/tools.markdown b/source/_docs/tools.markdown index 5bdf3eb0dda..118e507f542 100644 --- a/source/_docs/tools.markdown +++ b/source/_docs/tools.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tools" description: "Description of tools which helps when using Home Assistant." -release_date: 2016-11-13 15:00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Home Assistant ships a couple of helpers for the command-line and the frontend which simplify common tasks, are helping with migrations, and ensure that Home Assistant runs properly. diff --git a/source/_docs/tools/benchmark.markdown b/source/_docs/tools/benchmark.markdown index 04ac884068c..4127702b99a 100644 --- a/source/_docs/tools/benchmark.markdown +++ b/source/_docs/tools/benchmark.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "benchmark" description: "Script to perform benchmarking of Home Assistant" -release_date: 2017-02-23 11:00:00 -sidebar: true -comments: false -sharing: true -footer: true --- For testing the performance of Home Assistant the Benchmark script runs until you exit using Control+C. diff --git a/source/_docs/tools/check_config.markdown b/source/_docs/tools/check_config.markdown index b09ea5b17c2..cba0007c903 100644 --- a/source/_docs/tools/check_config.markdown +++ b/source/_docs/tools/check_config.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "check_config" description: "Script to perform a check of the current configuration" -release_date: 2017-02-23 11:00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Test any changes to your `configuration.yaml` file before launching Home Assistant. This script allows you to test changes without the need to restart Home Assistant. diff --git a/source/_docs/tools/credstash.markdown b/source/_docs/tools/credstash.markdown index 34bf8b0e2f9..8833cd09013 100644 --- a/source/_docs/tools/credstash.markdown +++ b/source/_docs/tools/credstash.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "credstash" description: "Script to store credentials securely in AWS" -release_date: 2017-02-23 11:00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Using [Credstash](https://github.com/fugue/credstash) is an alternative way to `secrets.yaml`. They can be managed from the command line via the credstash script. diff --git a/source/_docs/tools/dev-tools.markdown b/source/_docs/tools/dev-tools.markdown index 70922185279..f5ce662e245 100644 --- a/source/_docs/tools/dev-tools.markdown +++ b/source/_docs/tools/dev-tools.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Development Tools" description: "Description of the Developer Tools." -release_date: 2017-02-23 11:00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The frontend contains a section called "Developer Tools". diff --git a/source/_docs/tools/ensure_config.markdown b/source/_docs/tools/ensure_config.markdown index 596c44d5717..78b7dd6def4 100644 --- a/source/_docs/tools/ensure_config.markdown +++ b/source/_docs/tools/ensure_config.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "ensure_config" description: "Script to perform a check if the configuration file exists" -release_date: 2017-02-23 11:00:00 -sidebar: true -comments: false -sharing: true -footer: true --- This script checks if the `configuration.yaml` file exists. If the file is not available, one is created. diff --git a/source/_docs/tools/hass.markdown b/source/_docs/tools/hass.markdown index 73e0bd68cd2..05a91d9f6ba 100644 --- a/source/_docs/tools/hass.markdown +++ b/source/_docs/tools/hass.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "hass" description: "Description of hass." -release_date: 2017-02-23 11:00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The command-line part of Home Assistant is `hass`. diff --git a/source/_docs/tools/keyring.markdown b/source/_docs/tools/keyring.markdown index be4f2634a0d..9b184b4b00e 100644 --- a/source/_docs/tools/keyring.markdown +++ b/source/_docs/tools/keyring.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "keyring" description: "Script to store secrets in a keyring" -release_date: 2017-02-23 11:00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Using [Keyring](https://github.com/jaraco/keyring) is an alternative way to `secrets.yaml`. The secrets can be managed from the command line via the `keyring` script. diff --git a/source/_docs/tools/scripts.markdown b/source/_docs/tools/scripts.markdown index 2b40ba28c5c..fba7e0af4d7 100644 --- a/source/_docs/tools/scripts.markdown +++ b/source/_docs/tools/scripts.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Tools" description: "Description of tools which helps when using Home Assistant." -release_date: 2017-02-23 11:00:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /docs/tools/ --- diff --git a/source/_docs/z-wave.markdown b/source/_docs/z-wave.markdown index d047909146a..acb5a9cc8b2 100644 --- a/source/_docs/z-wave.markdown +++ b/source/_docs/z-wave.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave" description: "Using Z-Wave with Home Assistant." -date: 2017-09-21 10:59 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/z-wave/ --- diff --git a/source/_docs/z-wave/adding.markdown b/source/_docs/z-wave/adding.markdown index 30b0bcfde8c..a3bcfb736ae 100644 --- a/source/_docs/z-wave/adding.markdown +++ b/source/_docs/z-wave/adding.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave Devices - Adding and Removing" description: "How to add and remove Z-Wave devices." -date: 2017-11-08 19:06 -sidebar: true -comments: false -sharing: true -footer: true --- ## Adding Non-Secure Devices diff --git a/source/_docs/z-wave/control-panel.markdown b/source/_docs/z-wave/control-panel.markdown index e7d311f79d1..848321de11f 100644 --- a/source/_docs/z-wave/control-panel.markdown +++ b/source/_docs/z-wave/control-panel.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave Control Panel" description: "How to use the Z-Wave control panel." -date: 2017-09-21 12:49 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/z-wave-panel/ --- diff --git a/source/_docs/z-wave/controllers.markdown b/source/_docs/z-wave/controllers.markdown index 40f9119523d..28740df56af 100644 --- a/source/_docs/z-wave/controllers.markdown +++ b/source/_docs/z-wave/controllers.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave Controllers" description: "Extended instructions how to setup Z-Wave." -date: 2016-03-24 08:49 -0700 -sidebar: true -comments: false -sharing: true -footer: true --- ## Supported Z-Wave USB Sticks & Hardware Modules diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index ba399e458d3..dc9d65e3c40 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave Device Specific Settings" description: "Notes for specific Z-Wave devices." -date: 2016-03-24 08:49 -0700 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/z-wave-device-specific/ --- diff --git a/source/_docs/z-wave/devices.markdown b/source/_docs/z-wave/devices.markdown index 65b76ba669f..a3d9a71a976 100644 --- a/source/_docs/z-wave/devices.markdown +++ b/source/_docs/z-wave/devices.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave Devices" description: "What you need to know about Z-Wave devices." -date: 2017-09-21 11:49 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/z-wave-devices/ --- diff --git a/source/_docs/z-wave/entities.markdown b/source/_docs/z-wave/entities.markdown index 4b165097f07..d1fb3095a75 100644 --- a/source/_docs/z-wave/entities.markdown +++ b/source/_docs/z-wave/entities.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave Entity Naming" description: "A summary of common entity names." -date: 2017-09-21 10:59 -sidebar: true -comments: false -sharing: true -footer: true ---

diff --git a/source/_docs/z-wave/events.markdown b/source/_docs/z-wave/events.markdown index 9867108994e..fc586ce37c9 100644 --- a/source/_docs/z-wave/events.markdown +++ b/source/_docs/z-wave/events.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave Events" description: "Events generated by the Z-Wave component." -date: 2017-09-21 10:59 -sidebar: true -comments: false -sharing: true -footer: true --- ## zwave.network_complete diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 7a29e132b67..2ff4bf18eb1 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave" description: "Installation of the Z-Wave component." -date: 2017-09-21 10:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: /getting-started/z-wave-installation/ --- diff --git a/source/_docs/z-wave/query-stage.markdown b/source/_docs/z-wave/query-stage.markdown index 7112cd055b6..ce56787a752 100644 --- a/source/_docs/z-wave/query-stage.markdown +++ b/source/_docs/z-wave/query-stage.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave Query Stage" description: "What are the Query Stages." -date: 2017-09-21 11:49 -sidebar: true -comments: false -sharing: true -footer: true --- When the Z-Wave mesh is first started, the controller will go through all the following stages for every device on the mesh. This is a slow process, and to complete requires that the devices be awake. While devices that are mains or USB powered are always awake, battery-powered devices spend most of their time asleep. Because of this, you can expect that after startup your battery powered devices will spend time in `Initializing (CacheLoad)` - how long depends on the device. diff --git a/source/_docs/z-wave/services.markdown b/source/_docs/z-wave/services.markdown index 017c7844006..0e9e77d802b 100644 --- a/source/_docs/z-wave/services.markdown +++ b/source/_docs/z-wave/services.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Z-Wave Services" description: "Services exposed by the Z-Wave component." -date: 2017-09-21 10:59 -sidebar: true -comments: false -sharing: true -footer: true --- The `zwave` integration exposes multiple services to help maintain the network. All of these are available through the Z-Wave control panel. diff --git a/source/_faq/after-upgrading.markdown b/source/_faq/after-upgrading.markdown index c74ca7d7646..574d7cd4ee1 100644 --- a/source/_faq/after-upgrading.markdown +++ b/source/_faq/after-upgrading.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "After upgrading, your browser login gets stuck" description: "After upgrading, your browser login gets stuck" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Usage --- diff --git a/source/_faq/browser.markdown b/source/_faq/browser.markdown index 78ae2000c46..427ae0c4922 100644 --- a/source/_faq/browser.markdown +++ b/source/_faq/browser.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "Frontend is acting weird" description: "Frontend is acting weird" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Usage --- diff --git a/source/_faq/character_t.markdown b/source/_faq/character_t.markdown index 7deae536748..4380b0bd2f5 100644 --- a/source/_faq/character_t.markdown +++ b/source/_faq/character_t.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "found character '\t' that cannot start any token" description: "found character '\t' that cannot start any token" -date: 2018-06-02 10:00 -comments: false -sharing: true -footer: true ha_category: Usage --- diff --git a/source/_faq/component.markdown b/source/_faq/component.markdown index 1c8194ec1df..49db9c4525a 100644 --- a/source/_faq/component.markdown +++ b/source/_faq/component.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "My integration does not show up" description: "My integration does not show up" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Configuration --- diff --git a/source/_faq/configuration-file.markdown b/source/_faq/configuration-file.markdown index c33e1678269..88fda41f0ea 100644 --- a/source/_faq/configuration-file.markdown +++ b/source/_faq/configuration-file.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "Why are you using YAML for the configuration file?" description: "Why are you using YAML for the configuration file?" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Configuration --- diff --git a/source/_faq/connection-error.markdown b/source/_faq/connection-error.markdown index cad8704c49f..ba007cdd559 100644 --- a/source/_faq/connection-error.markdown +++ b/source/_faq/connection-error.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "Connection error" description: "Connection error" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Usage --- diff --git a/source/_faq/dependencies.markdown b/source/_faq/dependencies.markdown index 3e8e5781f8b..99b5e249c0b 100644 --- a/source/_faq/dependencies.markdown +++ b/source/_faq/dependencies.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "Dependencies" description: "Dependencies" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Usage --- diff --git a/source/_faq/distutils.markdown b/source/_faq/distutils.markdown index 75f9a72e615..21a9e58020b 100644 --- a/source/_faq/distutils.markdown +++ b/source/_faq/distutils.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "distutils.errors.DistutilsOptionError" description: "distutils.errors.DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Installation --- diff --git a/source/_faq/documentation-tool.markdown b/source/_faq/documentation-tool.markdown index 15357cae46a..7ea2ddeb649 100644 --- a/source/_faq/documentation-tool.markdown +++ b/source/_faq/documentation-tool.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Documentation tools" description: "Tools for creating the documentation" -date: 2017-06-18 09:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Documentation --- diff --git a/source/_faq/ha-vs-hassio.markdown b/source/_faq/ha-vs-hassio.markdown index 41e373cfee0..6b6a8988c33 100644 --- a/source/_faq/ha-vs-hassio.markdown +++ b/source/_faq/ha-vs-hassio.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Home Assistant vs. Hass.io" description: "Home Assistant vs. Hass.io" -date: 2018-02-12 09:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Installation --- diff --git a/source/_faq/libyaml.markdown b/source/_faq/libyaml.markdown index 59b89bee0b3..b054b0be9f9 100644 --- a/source/_faq/libyaml.markdown +++ b/source/_faq/libyaml.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "libyaml is not found or a compiler error" description: "libyaml is not found or a compiler error" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Installation --- diff --git a/source/_faq/missing-documentation.markdown b/source/_faq/missing-documentation.markdown index a37bde635d2..b952e61823b 100644 --- a/source/_faq/missing-documentation.markdown +++ b/source/_faq/missing-documentation.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Missing Documentation" description: "The docs are missing or outdated" -date: 2017-06-18 09:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Documentation --- diff --git a/source/_faq/pip.markdown b/source/_faq/pip.markdown index 45b3d127318..2f865fbf6dc 100644 --- a/source/_faq/pip.markdown +++ b/source/_faq/pip.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "No module named pip" description: "No module named pip" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Installation --- diff --git a/source/_faq/pip3.markdown b/source/_faq/pip3.markdown index ff61d2fdc46..ad7503ec18c 100644 --- a/source/_faq/pip3.markdown +++ b/source/_faq/pip3.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "pip3: command not found" description: "pip3: command not found" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Installation --- diff --git a/source/_faq/problems-with-dependencies.markdown b/source/_faq/problems-with-dependencies.markdown index 4af26ecc082..0de5ab78a14 100644 --- a/source/_faq/problems-with-dependencies.markdown +++ b/source/_faq/problems-with-dependencies.markdown @@ -1,11 +1,6 @@ --- -layout: page title: "Problems with dependencies" description: "Problems with dependencies" -date: 2017-06-18 09:00 -comments: false -sharing: true -footer: true ha_category: Usage --- diff --git a/source/_faq/python.markdown b/source/_faq/python.markdown index 97cdacb34c7..d46767dd774 100644 --- a/source/_faq/python.markdown +++ b/source/_faq/python.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Python 2" description: "Support for Python 2" -date: 2017-06-18 09:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Common --- diff --git a/source/_faq/release.markdown b/source/_faq/release.markdown index f109e5468d0..a7c2636552d 100644 --- a/source/_faq/release.markdown +++ b/source/_faq/release.markdown @@ -1,14 +1,13 @@ --- -layout: page title: "Releases" description: "Releases" -date: 2017-06-18 09:00 -sidebar: true -comments: false -sharing: true -footer: true ha_category: Common --- -The usual release cycle is two weeks. Every other weekend will a new release of Home Assistant be available. There is no fix day or time when the release will happen because that depends on the person who is finishing the release. It can already be Monday at your location. If there was no announcement made in the previous release notes or on another communication channel then the release will happen. +The current release cycle is three weeks. This allows for two weeks of development time and 1 week of beta testing and fixing. Releases usually occur on a Wednesday. There is no fixed time of day when the release will happen because that depends on the person who is finishing the release, it could therefore be Tuesday or Thursday depending on your timezone when its available for you. If there was no announcement made in the previous release notes or on another communication channel then the release will happen. + +Beta's are normally released on the 2nd Wednesday after the last major release. Please subscribe to the Beta Channel on the [Home Assistant Discord server](https://discord.gg/RMC8WkX) for help running beta versions. +When a beta release is in progress the the release notes for it can be found here [Beta Release Notes](https://rc.home-assistant.io/latest-release-notes/). + +The release schedule is published in the upcoming events calender on the [Home Assistant Developers](https://developers.home-assistant.io/) website. diff --git a/source/_layouts/category_index.html b/source/_layouts/category_index.html index 770900ba361..764a9f5c15f 100644 --- a/source/_layouts/category_index.html +++ b/source/_layouts/category_index.html @@ -1,6 +1,6 @@ --- -layout: page title: "Blog index" +layout: page ---

diff --git a/source/_lovelace/alarm-panel.markdown b/source/_lovelace/alarm-panel.markdown index 3ee3ee6dd24..0155f19dcb6 100644 --- a/source/_lovelace/alarm-panel.markdown +++ b/source/_lovelace/alarm-panel.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Alarm Panel Card" sidebar_label: Alarm Panel description: "The Alarm Panel allows you to Arm and Disarm your Alarm Control Panel Integrations" -date: 2018-10-15 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The Alarm Panel allows you to Arm and Disarm your Alarm Control Panel Integrations. diff --git a/source/_lovelace/conditional.markdown b/source/_lovelace/conditional.markdown index 225c987832c..7df1118ab3f 100644 --- a/source/_lovelace/conditional.markdown +++ b/source/_lovelace/conditional.markdown @@ -1,13 +1,7 @@ --- -layout: page title: Conditional Card sidebar_label: Conditional description: Displays another card based on entity states. -date: 2018-07-26 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Displays another card based on entity states. diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 570152a73e1..f07667d07bf 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Entities Card" sidebar_label: Entities description: "Entities will be the most common type of card that will also be the most familiar to people using the standard interface. It groups items together very close to how groups used to do." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Entities will be the most common type of card that will also be the most familiar to people using the standard interface. It groups items together very close to how groups used to do. diff --git a/source/_lovelace/entity-button.markdown b/source/_lovelace/entity-button.markdown index 654be440d77..af60f750093 100644 --- a/source/_lovelace/entity-button.markdown +++ b/source/_lovelace/entity-button.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Entity Button Card" sidebar_label: Entity Button description: "The Entity Button card allows you to add buttons to perform tasks" -date: 2018-10-11 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The Entity Button card allows you to add buttons to perform tasks. diff --git a/source/_lovelace/entity-filter.markdown b/source/_lovelace/entity-filter.markdown index 0e569efe61c..69d324359ea 100644 --- a/source/_lovelace/entity-filter.markdown +++ b/source/_lovelace/entity-filter.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Entity Filter Card" sidebar_label: Entity Filter description: "This card allows you to define a list of entities that you want to track only when in a certain state. Very useful for showing lights that you forgot to turn off or show a list of people only when they're at home. " -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- This card allows you to define a list of entities that you want to track only when in a certain state. Very useful for showing lights that you forgot to turn off or show a list of people only when they're at home. diff --git a/source/_lovelace/gauge.markdown b/source/_lovelace/gauge.markdown index 73ff3dddf4f..235b019ea73 100644 --- a/source/_lovelace/gauge.markdown +++ b/source/_lovelace/gauge.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Gauge Card" sidebar_label: Gauge description: "The Gauge card allows you to display sensor information visually" -date: 2018-10-11 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Gauge card is a basic card that allows visually seeing sensor data. diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index 0f2114b17ec..7be12fbab7d 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Glance Card" sidebar_label: Glance description: "The Glance card allows you to see a list of entities at a glance." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Glance cards are very compact. Very useful to group together multiple sensors for a quick and easy overview. Keep in mind that this can be used together with [entity-filter](/lovelace/entity-filter/) cards to create dynamic cards. diff --git a/source/_lovelace/history-graph.markdown b/source/_lovelace/history-graph.markdown index 57d1aa63e2d..50d5224e013 100644 --- a/source/_lovelace/history-graph.markdown +++ b/source/_lovelace/history-graph.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "History Graph Card" sidebar_label: History Graph description: "History graph is a basic card, allowing you to display a graph for each of the entities in the list specified as config." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- History graph is a basic card, allowing you to display a graph for each of the entities in the list specified as config. diff --git a/source/_lovelace/horizontal-stack.markdown b/source/_lovelace/horizontal-stack.markdown index 9173a971381..9a5ab1d0308 100644 --- a/source/_lovelace/horizontal-stack.markdown +++ b/source/_lovelace/horizontal-stack.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Horizontal Stack Card" sidebar_label: Horizontal Stack description: "Horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column. diff --git a/source/_lovelace/iframe.markdown b/source/_lovelace/iframe.markdown index bc8004e14cf..cc6bf3b40b8 100644 --- a/source/_lovelace/iframe.markdown +++ b/source/_lovelace/iframe.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Iframe Card" sidebar_label: Iframe description: "Embed data from other webservices in your dashboard." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Embed data from other webservices in your dashboard. You can also embed files stored in your `/www` folder and reference them using `/local/`. diff --git a/source/_lovelace/light.markdown b/source/_lovelace/light.markdown index 7759b4696e3..abf5493d8b6 100644 --- a/source/_lovelace/light.markdown +++ b/source/_lovelace/light.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Light Card" sidebar_label: Light description: "The Light card allows you to change the brightness of the light." -date: 2018-10-29 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The Light card allows you to change the brightness of the light. diff --git a/source/_lovelace/map.markdown b/source/_lovelace/map.markdown index 40a47671cfe..36d4092c2ea 100644 --- a/source/_lovelace/map.markdown +++ b/source/_lovelace/map.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Map Card" sidebar_label: Map description: "A card that allows you to display entities on a map" -date: 2018-07-08 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- A card that allows you to display entities on a map. diff --git a/source/_lovelace/markdown.markdown b/source/_lovelace/markdown.markdown index 0ad273d640d..63a8d298ca1 100644 --- a/source/_lovelace/markdown.markdown +++ b/source/_lovelace/markdown.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Markdown Card" sidebar_label: Markdown description: "Markdown card is used to render markdown" -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Markdown card is used to render [markdown](http://commonmark.org/help/). diff --git a/source/_lovelace/media-control.markdown b/source/_lovelace/media-control.markdown index ea668596fe5..d4cf755588c 100644 --- a/source/_lovelace/media-control.markdown +++ b/source/_lovelace/media-control.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Media Control Card" sidebar_label: Media Control description: "The media controller card is used to display Media Player entities on an interface with easy to use controls. " -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The media control card is used to display [Media Player](/components/#search/media-player) entities on an interface with easy to use controls. diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index ee128fa5c7a..cde84c378c7 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Picture Elements Card" sidebar_label: Picture Elements description: "Picture elements card is one of the most versatile types of cards" -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Picture elements card is one of the most versatile types of cards. diff --git a/source/_lovelace/picture-entity.markdown b/source/_lovelace/picture-entity.markdown index 11d09b5f547..3225e190e65 100644 --- a/source/_lovelace/picture-entity.markdown +++ b/source/_lovelace/picture-entity.markdown @@ -1,13 +1,7 @@ --- -layout: page title: Picture Entity Card sidebar_label: Picture Entity description: Displays the entity in form of an image. Instead of images from URL it can also show the picture of `camera` entities. -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Displays the entity in form of an image. Instead of images from URL it can also show the picture of `camera` entities. @@ -149,4 +143,4 @@ tap_action: ``` {% endraw %} -The filename needs to be a path that is writable by Home Assistant in your system. You may need to configure `whitelist_external_dirs` ([documentation](https://www.home-assistant.io/docs/configuration/basic/)). +The filename needs to be a path that is writable by Home Assistant in your system. You may need to configure `whitelist_external_dirs` ([documentation](/docs/configuration/basic/)). diff --git a/source/_lovelace/picture-glance.markdown b/source/_lovelace/picture-glance.markdown index 95e8ccd4c75..42d98123222 100644 --- a/source/_lovelace/picture-glance.markdown +++ b/source/_lovelace/picture-glance.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Picture Glance Card" sidebar_label: Picture Glance description: "Show an image card and corresponding entity states as icon" -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Show an image card and corresponding entity states as icon. The entities on the right side allow toggle actions, others show the more-info-dialog. diff --git a/source/_lovelace/picture.markdown b/source/_lovelace/picture.markdown index 7941d86a4f2..c1ccdf77d66 100644 --- a/source/_lovelace/picture.markdown +++ b/source/_lovelace/picture.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Picture Card" sidebar_label: Picture description: "A very simple card that allows you to set an image to use for navigation to various paths in your interface or to call a service." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- A very simple card that allows you to set an image to use for navigation to various paths in your interface or to call a service. diff --git a/source/_lovelace/plant-status.markdown b/source/_lovelace/plant-status.markdown index de9bf0c8eeb..9b357cfe09d 100644 --- a/source/_lovelace/plant-status.markdown +++ b/source/_lovelace/plant-status.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Plant Status Card" sidebar_label: Plant Status description: "The Plant card gives you an easy way of viewing the status of your plants" -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- A card for all the lovely botanists out there. diff --git a/source/_lovelace/sensor.markdown b/source/_lovelace/sensor.markdown index 8b91b4c9f0c..d856949503d 100644 --- a/source/_lovelace/sensor.markdown +++ b/source/_lovelace/sensor.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Sensor Card" sidebar_label: Sensor description: "The sensor card gives you information about the sensor state" -date: 2018-10-07 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time. diff --git a/source/_lovelace/shopping-list.markdown b/source/_lovelace/shopping-list.markdown index 83fbda19148..6614f0144d4 100644 --- a/source/_lovelace/shopping-list.markdown +++ b/source/_lovelace/shopping-list.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Shopping List Card" sidebar_label: Shopping List description: "The Shopping List Card allows you to add, edit, check-off, and clear items from your shopping list" -date: 2018-11-02 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The Shopping List Card allows you to add, edit, check-off, and clear items from your shopping list. diff --git a/source/_lovelace/thermostat.markdown b/source/_lovelace/thermostat.markdown index 5695e821766..ba54973011a 100644 --- a/source/_lovelace/thermostat.markdown +++ b/source/_lovelace/thermostat.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Thermostat Card" sidebar_label: Thermostat description: "The thermostat card allows you to control a climate entity." -date: 2018-10-25 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The thermostat card gives control of your climate entity. diff --git a/source/_lovelace/vertical-stack.markdown b/source/_lovelace/vertical-stack.markdown index 418274e7b73..146f009220d 100644 --- a/source/_lovelace/vertical-stack.markdown +++ b/source/_lovelace/vertical-stack.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Vertical Stack Card" sidebar_label: Vertical Stack description: "The Vertical Stack card allows you to stack multiple cards together" -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- Vertical stack allows you to group multiple cards so they always sit in the same column. diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index 0c7f9c8dea0..95fdd9d18c9 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -1,13 +1,7 @@ --- -layout: page title: "Weather Forecast Card" sidebar_label: Weather Forecast description: "The Weather card allows you a visual card to display the weather." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The weather forecast is a card to display the weather. Very useful to include on interfaces that people display on the wall. diff --git a/source/_posts/2014-12-18-website-launched.markdown b/source/_posts/2014-12-18-website-launched.markdown index ba5b72487c5..d29daf46447 100644 --- a/source/_posts/2014-12-18-website-launched.markdown +++ b/source/_posts/2014-12-18-website-launched.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Website launched!" description: "Home Assistant website has launched!" date: 2014-12-18 23:24:45 0000 date_formatted: "December 18, 2014" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Website --- diff --git a/source/_posts/2014-12-26-home-control-home-automation-and-the-smart-home.markdown b/source/_posts/2014-12-26-home-control-home-automation-and-the-smart-home.markdown index 11021623c7f..57c89c7b547 100644 --- a/source/_posts/2014-12-26-home-control-home-automation-and-the-smart-home.markdown +++ b/source/_posts/2014-12-26-home-control-home-automation-and-the-smart-home.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Control, Automation & the Smart Home" description: "Overview of how the internet of things relates to home control, home automation and the smart home." date: 2014-12-26 10:23:13 -0800 date_formatted: December 26, 2014 author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Internet-of-Things --- diff --git a/source/_posts/2015-01-04-hey-pushbullet-nice-talking-to-you.markdown b/source/_posts/2015-01-04-hey-pushbullet-nice-talking-to-you.markdown index b27e7804561..2e6acf5183f 100644 --- a/source/_posts/2015-01-04-hey-pushbullet-nice-talking-to-you.markdown +++ b/source/_posts/2015-01-04-hey-pushbullet-nice-talking-to-you.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Hello PushBullet, nice talking to you" description: "Introducing the new notify component and PushBullet platform" date: 2015-01-04 13:29:07 -0800 date_formatted: January 4, 2015 author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -33,7 +31,7 @@ platform=pushbullet api_key=ABCDEFGHJKLMNOPQRSTUVXYZ ``` -You can get your api key from [your account page on PushBullet.com](https://www.pushbullet.com/account). +You can get your api key from [your account page on PushBullet.com](https://www.pushbullet.com/#settings/account). ### Sending messages from your component diff --git a/source/_posts/2015-01-11-bootstrapping-your-setup-with-discovery.markdown b/source/_posts/2015-01-11-bootstrapping-your-setup-with-discovery.markdown index a5e7026dd99..c91d1f9296e 100644 --- a/source/_posts/2015-01-11-bootstrapping-your-setup-with-discovery.markdown +++ b/source/_posts/2015-01-11-bootstrapping-your-setup-with-discovery.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Bootstrapping your setup with Discovery" description: "Home Assistant can now auto detect and setup certain devices in your network." date: 2015-01-11 21:49:08 0000 date_formatted: January 11, 2015 author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-01-13-nest-in-da-house.markdown b/source/_posts/2015-01-13-nest-in-da-house.markdown index b1d4a4e4f05..9de412752d8 100644 --- a/source/_posts/2015-01-13-nest-in-da-house.markdown +++ b/source/_posts/2015-01-13-nest-in-da-house.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Nest in the house!" 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 author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-01-24-release-notes.markdown b/source/_posts/2015-01-24-release-notes.markdown index 4379a21a9c2..b2277356cea 100644 --- a/source/_posts/2015-01-24-release-notes.markdown +++ b/source/_posts/2015-01-24-release-notes.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Release notes for January 24, 2015" description: "The release notes for January 24, 2015" date: 2015-01-24 18:36 0000 date_formatted: "January 24, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-02-07-looking-at-the-past.markdown b/source/_posts/2015-02-07-looking-at-the-past.markdown index bac7154ca78..1d730654212 100644 --- a/source/_posts/2015-02-07-looking-at-the-past.markdown +++ b/source/_posts/2015-02-07-looking-at-the-past.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Looking at the past" description: "Introducing history tracking for Home Assistant." date: 2015-02-08 9:01:23 -0800 date_formatted: "February 8, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-02-24-streaming-updates.markdown b/source/_posts/2015-02-24-streaming-updates.markdown index 88589cc870f..75796173a9b 100644 --- a/source/_posts/2015-02-24-streaming-updates.markdown +++ b/source/_posts/2015-02-24-streaming-updates.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Streaming updates" description: "The frontend will now get the latest changes pushed while open." date: 2015-02-24 22:41:27 0000 date_formatted: February 24, 2015 author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -18,7 +16,7 @@ A new toggle has been added to the sidebar to turn streaming updates on and off. -Streaming updates has been implemented using the HTML5 `EventSource` tag. Implementation is pretty straight forward as all the reconnection logic will be handled by the event source tag. The [server-side code](https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/api.py#L90) is 50 lines and the [client-side code](https://github.com/home-assistant/home-assistant-js/blob/master/src/actions/stream.js) is 80 lines of code. +Streaming updates has been implemented using the HTML5 `EventSource` tag. Implementation is pretty straight forward as all the reconnection logic will be handled by the event source tag. The [server-side code](https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/api/__init__.py) is 50 lines and the client-side code is 80 lines of code. All events that happen on the server will now also be sent to the browser. This turns any browser running the UI into a fully functioning [slave instance](/developers/architecture/#multiple-connected-instances) of Home Assistant. This opens up new possibilities for Home Assistant components that live completely client-side. diff --git a/source/_posts/2015-02-28-home-assistant-migrating-to-yaml.markdown b/source/_posts/2015-02-28-home-assistant-migrating-to-yaml.markdown index 255f17db9e3..ce5ebc0b797 100644 --- a/source/_posts/2015-02-28-home-assistant-migrating-to-yaml.markdown +++ b/source/_posts/2015-02-28-home-assistant-migrating-to-yaml.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Home Assistant moving to YAML" description: "Configuration will now be more flexible" date: 2015-03-01 20:38:00 +0100 date_formatted: March 1, 2015 author: "Theodor Lindquist" -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-03-08-new-logo.markdown b/source/_posts/2015-03-08-new-logo.markdown index 4280e6be47b..753e0d06791 100644 --- a/source/_posts/2015-03-08-new-logo.markdown +++ b/source/_posts/2015-03-08-new-logo.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "New logo for Home Assistant" description: "A new logo has arrived for Home Assistant" date: 2015-03-08 22:16:10 0000 date_formatted: March 8, 2015 author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Organization --- diff --git a/source/_posts/2015-03-11-release-notes.markdown b/source/_posts/2015-03-11-release-notes.markdown index 260890e6c1e..54cfbb8b481 100644 --- a/source/_posts/2015-03-11-release-notes.markdown +++ b/source/_posts/2015-03-11-release-notes.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Release notes for March 11, 2015" description: "The release notes for March 11, 2015" date: 2015-03-11 18:36 0000 date_formatted: "March 11, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-03-22-release-notes.markdown b/source/_posts/2015-03-22-release-notes.markdown index 3092c6f4e78..92c8c530bb3 100644 --- a/source/_posts/2015-03-22-release-notes.markdown +++ b/source/_posts/2015-03-22-release-notes.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Release notes for March 22, 2015" description: "New support added for SabNZBD, Pushover, scenes and scripts." date: 2015-03-22 0:21 -0800 date_formatted: "March 22, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true 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: diff --git a/source/_posts/2015-04-25-release-notes.markdown b/source/_posts/2015-04-25-release-notes.markdown index e737d072ad3..7a42e43e138 100644 --- a/source/_posts/2015-04-25-release-notes.markdown +++ b/source/_posts/2015-04-25-release-notes.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Release notes for April 25, 2015" description: "Introducing support for line charts, a logbook, ISY994 hub, Transmission and modbus." date: 2015-04-25 6:57 -0700 date_formatted: "April 25, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-05-09-utc-time-zone-awareness.markdown b/source/_posts/2015-05-09-utc-time-zone-awareness.markdown index d0a935f5181..16c01ae1e45 100644 --- a/source/_posts/2015-05-09-utc-time-zone-awareness.markdown +++ b/source/_posts/2015-05-09-utc-time-zone-awareness.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "UTC & Time zone awareness" description: "The Home Assistant core now uses UTC as the internal date time." date: 2015-05-09 23:08 0000 date_formatted: "May 9, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-05-14-release-notes.markdown b/source/_posts/2015-05-14-release-notes.markdown index 1b16ae2fa74..857305d674b 100644 --- a/source/_posts/2015-05-14-release-notes.markdown +++ b/source/_posts/2015-05-14-release-notes.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Release notes for May 14, 2015" description: "Introducing support for MySensors, InstaPush, Notify My Android, OpenWeatherMap and Jabber." date: 2015-05-14 22:25 0000 date_formatted: "May 14, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -69,13 +67,13 @@ sensor: ``` __InstaPush__ - [Fabaff](https://github.com/fabaff) has contributed support for [InstaPush](https://instapush.im). This will allow you send messages from Home Assistant to your iOS and Android devices. +[Fabaff](https://github.com/fabaff) has contributed support for InstaPush. This will allow you send messages from Home Assistant to your iOS and Android devices. ```yaml # Example configuration.yaml entry notify: platform: instapush - # Get those by creating a new application, event, and tracker on https://instapush.im + # Get those by creating a new application, event and tracker api_key: ABCDEFGHJKLMNOPQRSTUVXYZ app_secret: ABCDEFGHJKLMNOPQRSTUVXYZ event: ABCDEFGHJKLMNOPQRSTUVXYZ diff --git a/source/_posts/2015-06-10-release-notes.markdown b/source/_posts/2015-06-10-release-notes.markdown index 551a199f485..d97415cc7f9 100644 --- a/source/_posts/2015-06-10-release-notes.markdown +++ b/source/_posts/2015-06-10-release-notes.markdown @@ -1,18 +1,16 @@ --- -layout: post title: "Release notes for June 10, 2015" description: "Polymer 1.0, reviving media player support and the command line switch." date: 2015-06-10 18:54 0000 date_formatted: "June 10, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true 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. -This release sets a record for the amount of people involved: 8! [Andythigpen](https://github.com/Andythigpen), [Jamespcole](https://github.com/Jamespcole), [Azelphur](https://github.com/Azelphur), [Fabaff](https://github.com/Fabaff), [Dutchy-](https://github.com/Dutchy-), [Fbradyirl](https://github.com/Fbradyirl), [wind-rider](https://github.com/wind-rider) and [ettisan](https://github.com/ettisan), thanks a lot for your contributions! +This release sets a record for the amount of people involved: 8! [Andythigpen](https://github.com/Andythigpen), [Jamespcole](https://github.com/Jamespcole), [Azelphur](https://github.com/Azelphur), [Fabaff](https://github.com/Fabaff), [Dutchy-](https://github.com/Dutchy-), [Fbradyirl](https://github.com/Fbradyirl), wind-rider and [ettisan](https://github.com/ettisan), thanks a lot for your contributions! A big improvement has been brought this release by wind-rider. He took the time to revive the Chromecast support and started improving the media player integration. This triggered other people to join in resulting in a revamped media player experience and support for the Music Player Daemon. diff --git a/source/_posts/2015-07-11-ip-cameras-arduino-kodi-efergy-support.markdown b/source/_posts/2015-07-11-ip-cameras-arduino-kodi-efergy-support.markdown index ce431a91dab..b9e3905d56a 100644 --- a/source/_posts/2015-07-11-ip-cameras-arduino-kodi-efergy-support.markdown +++ b/source/_posts/2015-07-11-ip-cameras-arduino-kodi-efergy-support.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "IP Cameras, Arduinos, Kodi and Efergy Energy Monitors now supported" description: "New support for IP Cameras, Arduinos, Kodi and Efergy monitors" date: 2015-07-11 01:37 -0700 date_formatted: "July 11, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-08-09-mqtt-raspberry-pi-squeezebox-asuswrt-support.markdown b/source/_posts/2015-08-09-mqtt-raspberry-pi-squeezebox-asuswrt-support.markdown index 2707b3e7f0f..60e6b0b76ad 100644 --- a/source/_posts/2015-08-09-mqtt-raspberry-pi-squeezebox-asuswrt-support.markdown +++ b/source/_posts/2015-08-09-mqtt-raspberry-pi-squeezebox-asuswrt-support.markdown @@ -1,21 +1,19 @@ --- -layout: post title: "MQTT, Rasperry Pi, Logitech Squeezebox and ASUSWRT routers now supported" description: "New support for MQTT, Rasperry Pi GPIO, Logitech Squeezebox and ASUSWRT routers" date: 2015-08-09 18:01 0000 date_formatted: "August 9, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true 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/home-assistant/home-assistant/pull/251). [@fabaff](https://github.com/fabaff) did another great round of documenting all the various components. __MQTT Support__ - The big new addition in this release is the support for the MQTT protocol by [@fabaff](https://github.com/fabaff) with some help from [@balloob](https://github.com/balloob). It will now be possible to integrate any IoT device that talks via MQTT. For the initial release we support connecting Home Assistant to a broker (no TLS yet). Components can now subscribe and publish to MQTT topics ([see the example][mqtt-example]) and also support for the automation component [has been added][mqtt-automation]. For more information, see [the MQTT component page][mqtt-component]. + The big new addition in this release is the support for the MQTT protocol by [@fabaff](https://github.com/fabaff) with some help from [@balloob](https://github.com/balloob). It will now be possible to integrate any IoT device that talks via MQTT. For the initial release we support connecting Home Assistant to a broker (no TLS yet). Components can now subscribe and publish to MQTT topics and also support for the automation component [has been added][mqtt-automation]. For more information, see [the MQTT component page][mqtt-component]. + -[mqtt-example]: https://github.com/home-assistant/home-assistant/blob/dev/config/custom_components/mqtt_example.py [mqtt-automation]: /getting-started/automation-trigger/#mqtt-trigger [mqtt-component]: /components/mqtt/ diff --git a/source/_posts/2015-08-17-verisure-and-modern-tp-link-router-support.markdown b/source/_posts/2015-08-17-verisure-and-modern-tp-link-router-support.markdown index 75133a157a0..9090275312a 100644 --- a/source/_posts/2015-08-17-verisure-and-modern-tp-link-router-support.markdown +++ b/source/_posts/2015-08-17-verisure-and-modern-tp-link-router-support.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Verisure devices and modern TP-Link routers now supported" description: "New support for Verisure switches, sensors and hygrometers and modern TP-Link routers" date: 2015-08-17 20:00 0000 date_formatted: "August 17, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-08-26-laundry-automation-with-moteino-mqtt-and-home-assistant.markdown b/source/_posts/2015-08-26-laundry-automation-with-moteino-mqtt-and-home-assistant.markdown index 9c7f9893881..ba63cf1bd6d 100644 --- a/source/_posts/2015-08-26-laundry-automation-with-moteino-mqtt-and-home-assistant.markdown +++ b/source/_posts/2015-08-26-laundry-automation-with-moteino-mqtt-and-home-assistant.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Laundry Automation: insight and notifications" description: "Nolan describes how he gets notified when laundry is done." date: 2015-08-26 08:12 -0700 date_formatted: "August 26, 2015" author: Nolan Gilley -comments: true categories: User-Stories og_image: /images/blog/2015-08-laundry-automation/moteino-and-sensors.jpg --- diff --git a/source/_posts/2015-08-31-version-7-revamped-ui-and-improved-distribution.markdown b/source/_posts/2015-08-31-version-7-revamped-ui-and-improved-distribution.markdown index e690fbf3136..5e74f0325b9 100644 --- a/source/_posts/2015-08-31-version-7-revamped-ui-and-improved-distribution.markdown +++ b/source/_posts/2015-08-31-version-7-revamped-ui-and-improved-distribution.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.7: Better UI and improved distribution" description: "Home Assistant gains a version number and a face lift." date: 2015-08-31 14:12 -0700 date_formatted: "August 31, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/screenshots/ui2015.png --- @@ -91,7 +89,7 @@ device_tracker: ``` __DHT temperature and humidity sensors__ -[@MakeMeASandwich](https://github.com/makemeasandwich) has contributed support for DHT temperature and humidity sensors. It allows you to get the current temperature and humidity from a DHT11, DHT22, or AM2302 device. +@MakeMeASandwich has contributed support for DHT temperature and humidity sensors. It allows you to get the current temperature and humidity from a DHT11, DHT22, or AM2302 device. ```yaml # Example configuration.yaml entry diff --git a/source/_posts/2015-09-11-different-ways-to-use-mqtt-with-home-assistant.markdown b/source/_posts/2015-09-11-different-ways-to-use-mqtt-with-home-assistant.markdown index 697d37f62c3..16385e0c4d5 100644 --- a/source/_posts/2015-09-11-different-ways-to-use-mqtt-with-home-assistant.markdown +++ b/source/_posts/2015-09-11-different-ways-to-use-mqtt-with-home-assistant.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Using MQTT with Home Assistant" description: "This post describes three different ways to use MQTT with Home Assistant." date: 2015-09-11 11:19:38 +0200 date_formatted: "September 11, 2015" author: Fabian Affolter -comments: true categories: How-To MQTT og_image: /images/blog/2015-09-mqtt/arduino.png --- diff --git a/source/_posts/2015-09-13-home-assistant-meets-ifttt.markdown b/source/_posts/2015-09-13-home-assistant-meets-ifttt.markdown index 674ebf5442f..ae76841132d 100644 --- a/source/_posts/2015-09-13-home-assistant-meets-ifttt.markdown +++ b/source/_posts/2015-09-13-home-assistant-meets-ifttt.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant meets IFTTT" description: "Announcing new integration with IFTTT and some samples to get started." date: 2015-09-13 09:28 -0700 date_formatted: "September 13, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: How-To Release-Notes og_image: /images/blog/2015-09-ifttt/og_facebook.png --- diff --git a/source/_posts/2015-09-18-monitoring-with-glances-and-home-assistant.markdown b/source/_posts/2015-09-18-monitoring-with-glances-and-home-assistant.markdown index 9753a074adb..a42a75e54b8 100644 --- a/source/_posts/2015-09-18-monitoring-with-glances-and-home-assistant.markdown +++ b/source/_posts/2015-09-18-monitoring-with-glances-and-home-assistant.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Remote Monitoring with Glances" description: "This post describes the setup for monitoring remote hosts with Home Assistant." date: 2015-09-18 11:00:00 +0200 date_formatted: "September 18, 2015" author: Fabian Affolter -comments: true categories: How-To og_image: /images/supported_brands/glances.png --- diff --git a/source/_posts/2015-09-19-alarm-sonos-and-itunes-support.markdown b/source/_posts/2015-09-19-alarm-sonos-and-itunes-support.markdown index 8c20fd7c4fc..05a28c95ea3 100644 --- a/source/_posts/2015-09-19-alarm-sonos-and-itunes-support.markdown +++ b/source/_posts/2015-09-19-alarm-sonos-and-itunes-support.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Alarms, Sonos and iTunes now supported" description: "Home Assistant 0.7.3 has been released with support for Sonos, iTunes and improved ." date: 2015-09-19 21:47:00 0000 date_formatted: "September 19, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown b/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown index 4c09548c777..7c1d05be98d 100644 --- a/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown +++ b/source/_posts/2015-10-05-home-assistant-goes-geo-with-owntracks.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant goes geo with OwnTracks" description: "Home Assistant 0.7.4 has been released with support for OwnTracks and geofencing." date: 2015-10-05 21:49:00 0000 date_formatted: "October 5, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/screenshots/map.png --- diff --git a/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown b/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown index b297ed4d5f7..796d8293500 100644 --- a/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown +++ b/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Report the temperature with ESP8266 to MQTT" description: "Step by step tutorial to use ESP8266 and a HDC1008 to ." date: 2015-10-11 12:10:00 -0700 date_formatted: "October 11, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: How-To MQTT ESP8266 og_image: /images/blog/2015-10-esp8266-temp/ha-sensor.png --- diff --git a/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown b/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown index f5faa530dbd..3b4ff5a6e9e 100644 --- a/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown +++ b/source/_posts/2015-10-11-rfxtrx-blinkstick-and-snmp-support.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.7.5: Blinkstick, SNMP, Telegram" description: "Home Assistant 0.7.5 has been released with support for RFXtrx, Blinkstick, SNMP and Telegram." date: 2015-10-11 10:10:00 -0700 date_formatted: "October 11, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown b/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown index 5fef5d532a5..5b180f5b650 100644 --- a/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown +++ b/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.7.6: Amazon FireTV, Radiotherm thermostats" description: "Home Assistant 0.7.6 has been released with lots of squashed bugs and support for Amazon FireTV and Radiotherm thermostats." date: 2015-10-26 18:10:00 0000 date_formatted: "October 26, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -18,12 +16,12 @@ After two weeks of hard work I'm proud to announce the release of Home Assistant - Device tracker: Newer [TP-Link routers](/components/device_tracker.tplink/) now supported ([@mKeRix](https://github.com/mKeRix)) - Alarm Control Panel: [Manual alarm](/components/alarm_control_panel.manual/) added ([@sfam](https://github.com/sfam)) - - Thermostat: [Radiotherm](/components/thermostat.radiotherm/) now supported ([@toddeye](https://github.com/toddeye)) + - Thermostat: [Radiotherm](/components/radiotherm/) now supported ([@toddeye](https://github.com/toddeye)) - Media Player: [Amazon FireTV](/components/media_player.firetv/) now supported ([@happyleavesaoc](https://github.com/happyleavesaoc)) - - Device Tracker: [Geofancy](/components/device_tracker.locative/) now supported ([@wind-rider](https://github.com/wind-rider)) + - Device Tracker: [Geofancy](/components/device_tracker.locative/) now supported (@wind-rider) - New component [Shell Command](/components/shell_command/) can expose shell commands as services ([@balloob](https://github.com/balloob)) - [Scripts](/components/script/) can now be customized using `customize` key in `configuration.yaml` ([@balloob](https://github.com/balloob)) - - Light: [Hyperion](/components/light.hyperion/) now supported ([@MakeMeASandwich](https://github.com/MakeMeASandwich)) + - Light: [Hyperion](/components/light.hyperion/) now supported (@MakeMeASandwich) - Sensor: [aRest](/components/sensor.arest/) can now also read out pins ([@balloob](https://github.com/balloob)) - Sensor: [Forecast.io](/components/sensor.forecast/) now supports specifying units in `configuration.yaml` ([@balloob](https://github.com/balloob)) - Thermostat: [Heat Control](/components/thermostat.heat_control/) has been completely rewritten ([@balloob](https://github.com/balloob)) diff --git a/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown b/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown index 404bf3d4427..417cd1279b4 100644 --- a/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown +++ b/source/_posts/2015-11-16-zwave-switches-lights-and-honeywell-thermostats-now-supported.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.8: Honeywell Thermostats, Orvibo switches and Z-Wave switches and lights " description: "Home Assistant 0.8 can now interact with Honeywell thermostats, Orvibo switches and has improved Z-Wave support." date: 2015-11-16 21:27:00 0000 date_formatted: "November 16, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -28,7 +26,7 @@ homeassistant: - * Thermostat: [Honeywell](/components/thermostat.honeywell/) now supported ([@sander76]) + * Thermostat: [Honeywell](/components/honeywell/) now supported ([@sander76]) * Switch: [Orvibo](/components/switch.orvibo/) now supported ([@happyleavesaoc]) * Camera: [mjpeg camera's](/components/camera.mjpeg/) now supported ([@ryanturner]) * Notify: [Pushetta](/components/notify.pushetta/) now supported ([@fabaff]) diff --git a/source/_posts/2015-11-22-survey-november-2015.markdown b/source/_posts/2015-11-22-survey-november-2015.markdown index 38a84c00a3f..3c7451bab4f 100644 --- a/source/_posts/2015-11-22-survey-november-2015.markdown +++ b/source/_posts/2015-11-22-survey-november-2015.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Survey November 2015" description: "Results from our survey about usage of various parts of Home Assistant." date: 2015-11-22 15:51:18 +0100 date_formatted: "November 22, 2015" author: Fabian Affolter -comments: true categories: Survey og_image: /images/blog/2015-11-survey/releases.png --- diff --git a/source/_posts/2015-12-06-community-highlights.markdown b/source/_posts/2015-12-06-community-highlights.markdown index 9452008fc95..70b1189f838 100644 --- a/source/_posts/2015-12-06-community-highlights.markdown +++ b/source/_posts/2015-12-06-community-highlights.markdown @@ -1,12 +1,10 @@ --- -layout: post title: Community Highlights description: Interesting links from the Home Assistant community. date: 2015-12-05 23:39:00 0000 date_formatted: "December 5, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Community Video og_image: /images/blog/2015-12-community/hass-alexa.png --- diff --git a/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown b/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown index 14e1b5685e4..25c8da6b02a 100644 --- a/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown +++ b/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.9: Rollershutters, locks, binary sensors and InfluxDB" description: Version 0.9 of Home Assistant has been released. date: 2015-12-06 12:29:00 -0700 date_formatted: "December 6, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2015-12-release-09/facebook-09.png --- @@ -17,7 +15,7 @@ It's been a few weeks but we managed to polish a nice new release of Home Assist - New [lock component] including [Wink][lock.wink] support ([@miniconfig]) - New [binary sensor component] including [aRest][binary_sensor.arest] and [MQTT][binary_sensor.mqtt] support ([@fabaff]) - - New [rollershutter component] including [MQTT][rollershutter.mqtt] support ([@sfam]) + - New rollershutter component including MQTT support ([@sfam]) - New [InfluxDB component] to store data in InfluxDB ([@fabaff]) - Thermostat: [Ecobee] now supported ([@nkgilley]) - Thermostat: [Homematic] now supported ([@goir]) @@ -31,11 +29,9 @@ To update, run `pip3 install --upgrade homeassistant`. [binary sensor component]: /components/binary_sensor/ [binary_sensor.arest]: /components/binary_sensor.arest/ [binary_sensor.mqtt]: /components/binary_sensor.mqtt/ -[rollershutter component]: /components/rollershutter/ -[rollershutter.mqtt]: /components/rollershutter.mqtt/ [InfluxDB component]: /components/influxdb/ -[Ecobee]: /components/thermostat.ecobee/ -[Homematic]: /components/thermostat.homematic/ +[Ecobee]: /components/ecobee/#thermostat +[Homematic]: /components/homematic/ [parsing JSON values]: /components/mqtt/#processing-json [@miniconfig]: https://github.com/miniconfig diff --git a/source/_posts/2015-12-07-influxdb-and-grafana.markdown b/source/_posts/2015-12-07-influxdb-and-grafana.markdown index fdd8f659ce5..30367848413 100644 --- a/source/_posts/2015-12-07-influxdb-and-grafana.markdown +++ b/source/_posts/2015-12-07-influxdb-and-grafana.markdown @@ -1,9 +1,7 @@ --- -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 Grafana." -comments: true date_formatted: "December 07, 2015" author: Fabian Affolter categories: How-To diff --git a/source/_posts/2015-12-10-activating-tasker-tasks-from-home-assistant-using-command-line-switches.markdown b/source/_posts/2015-12-10-activating-tasker-tasks-from-home-assistant-using-command-line-switches.markdown index 87e5e4b47d1..76ba23d92ca 100644 --- a/source/_posts/2015-12-10-activating-tasker-tasks-from-home-assistant-using-command-line-switches.markdown +++ b/source/_posts/2015-12-10-activating-tasker-tasks-from-home-assistant-using-command-line-switches.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Activating Tasker tasks from Home Assistant using command line switches" description: "Step-by-step guide how to start using Tasker on your Android phone with Home Assistant" date: 2015-12-10 10:39:41 +0000 date_formatted: "December 10, 2015" author: Rowan Hine -comments: true categories: How-To og_image: /images/blog/2015-12-tasker/screenshot-2.png --- diff --git a/source/_posts/2015-12-12-philips-hue-blocks-3rd-party-bulbs.markdown b/source/_posts/2015-12-12-philips-hue-blocks-3rd-party-bulbs.markdown index 7a744b6791b..d94741df9c5 100644 --- a/source/_posts/2015-12-12-philips-hue-blocks-3rd-party-bulbs.markdown +++ b/source/_posts/2015-12-12-philips-hue-blocks-3rd-party-bulbs.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "[Update: decision reversed!] Philips Hue blocks 3rd party lights" description: "Philips has published a firmware update that blocks pairing of any 3rd party light." date: 2015-12-12 10:44:00 -0800 date_formatted: "December 12, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true 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. diff --git a/source/_posts/2015-12-13-setup-encryption-using-lets-encrypt.markdown b/source/_posts/2015-12-13-setup-encryption-using-lets-encrypt.markdown index 8dc5a9658c2..6a398fa4597 100644 --- a/source/_posts/2015-12-13-setup-encryption-using-lets-encrypt.markdown +++ b/source/_posts/2015-12-13-setup-encryption-using-lets-encrypt.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Set up encryption using Let's Encrypt" description: "Tutorial how to encrypt your connection with Home Assistant." date: 2015-12-13 10:05:00 -0800 date_formatted: "December 13, 2015" author: Paulus Schoutsen & Martin Hjelmare author_twitter: balloob -comments: true categories: How-To og_image: /images/blog/2015-12-lets-encrypt/letsencrypt-secured-fb.png --- diff --git a/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown b/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown index fe534bc2edd..bb448e43c36 100644 --- a/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown +++ b/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.10: Amazon Echo, iCloud, Dweet.io, Twitch and templating support!" description: "Home Assistant 0.10 has been released with a bunch of added components and brand new templating support." date: 2015-12-22 01:30:00 -0800 date_formatted: "December 22, 2015" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2015-12-release-10/alexa-fb.png --- @@ -35,7 +33,7 @@ Alrighty, it's time for Home Assistant 0.10. A lot amazing things have changed a [iCloud]: /components/device_tracker.icloud/ [Twitch]: /components/sensor.twitch/ [Template]: /topics/templating/ -[Heatmiser]: /components/thermostat.heatmiser/ +[Heatmiser]: /components/heatmiser/ [Dweet.io]: /components/sensor.dweet/ [Alexa/Amazon echo]: /components/alexa/ [FritzBox]: /components/device_tracker.fritz/ @@ -78,7 +76,7 @@ Affected components and platforms: - sensor: [rest][sensor.rest] - sensor: [MQTT][sensor.mqtt] - switch: [MQTT][switch.mqtt] - - rollershutter: [MQTT][rollershutter.mqtt] + - rollershutter: MQTT - light: [MQTT][light.mqtt] - binary_sensor: [MQTT][binary_sensor.mqtt] - automation: [numeric_state][automation-numeric-state] @@ -88,7 +86,6 @@ Affected components and platforms: [sensor.rest]: /components/sensor.rest/ [sensor.mqtt]: /components/sensor.mqtt/ [switch.mqtt]: /components/switch.mqtt/ -[rollershutter.mqtt]: /components/rollershutter.mqtt/ [light.mqtt]: /components/light.mqtt/ [binary_sensor.mqtt]: /components/binary_sensor.mqtt/ [automation-numeric-state]: /getting-started/automation-trigger/#numeric-state-trigger diff --git a/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown b/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown index 9c2cba7e3f9..b5b9f83d887 100644 --- a/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown +++ b/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.11: Extended support for DIY solutions" description: "Home Assistant 0.11 has been released with extended support for making your own home automation components using a Raspberry Pi and MySensors." date: 2016-01-17 15:20:00 -0800 date_formatted: "January 17, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -15,7 +13,7 @@ First release of 2016 and we are on 🔥! The [main repository][github-ha] has p [github-ha]: https://github.com/home-assistant/home-assistant/ [release-pr]: https://github.com/home-assistant/home-assistant/pull/883#partial-users-participants - + - [MySensors] revamped and switch support added ([@MartinHjelmare][@MartinHjelmare]) - Full refactor of RPi GPIO. Now includes [binary sensor][rpi-bs] and [switch][rpi-s] ([@sfam]) @@ -56,7 +54,7 @@ First release of 2016 and we are on 🔥! The [main repository][github-ha] has p [Universal media player]: /components/media_player.universal/ [Netatmo]: /components/sensor.netatmo/ [Alarm.com]: /components/alarm_control_panel.alarmdotcom/ -[Proliphix]: /components/thermostat.proliphix/ +[Proliphix]: /components/proliphix/ [rpi-bs]: /components/binary_sensor.rpi_gpio/ [rpi-s]: /components/switch.rpi_gpio/ [input_boolean]: /components/input_boolean/ diff --git a/source/_posts/2016-01-19-perfect-home-automation.markdown b/source/_posts/2016-01-19-perfect-home-automation.markdown index a2a60d68095..1b10e9468ae 100644 --- a/source/_posts/2016-01-19-perfect-home-automation.markdown +++ b/source/_posts/2016-01-19-perfect-home-automation.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Perfect Home Automation" description: "A breakdown of what the perfect home automation should consist of." date: 2016-01-19 00:20:00 -0800 date_formatted: "January 19, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Internet-of-Things --- diff --git a/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown b/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown index 11c46a5ff55..c5841c2650f 100644 --- a/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown +++ b/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.12: Insteon, LIFX, Twitter and Zigbee" description: "Home Assistant 0.12 brings improved organizational tools and makes writing automation in Python easier." date: 2016-01-30 00:22:00 -0800 date_formatted: "January 30, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2016-01-release-12/social.png --- @@ -22,7 +20,7 @@ This release includes a very frequent requested feature: the ability to organize Example of the new views in the frontend. Learn more.

- + - Binary sensor: [command sensor] added ([@Bart274]) - [Nest] support extended to include sensors and binary sensors ([@joshughes]) @@ -37,7 +35,7 @@ Example of the new views in the frontend. Learn mor - Sensor: [onewire] support added ([@deisi]) - [Zigbee] support added ([@flyte]) - Device Tracker: [OwnTracks] can now track iBeacons ([@pavoni]) - - Notify: [Google Voice SMS] platform added ([@w1ll1am23]) + - Notify: Google Voice SMS platform added ([@w1ll1am23]) - Toggle service added to `homeassistant`, `switch`, `light` and `media_player` ([@rmkraus]) - [Thermostat] services added to control fans ([@auchter]) - Improved Python automation: Event helpers are now also available as decorators for custom components ([@rmkraus]) @@ -46,8 +44,7 @@ Example of the new views in the frontend. Learn mor [the demo]: /demo/ [command sensor]: /components/binary_sensor.command/ -[Google Voice SMS]: /components/notify.google_voice/ -[Insteon hub]: /components/insteon_hub/ +[Insteon hub]: /components/insteon/ [LIFX]: /components/light.lifx/ [Nest]: /components/nest/ [onewire]: /components/sensor.onewire/ @@ -55,7 +52,7 @@ Example of the new views in the frontend. Learn mor [Rfxtrx]: /components/light.rfxtrx/ [Statsd]: /components/statsd/ [Template]: /components/sensor.template/ -[Thermostat]: /components/thermostat/ +[Thermostat]: /components/climate/ [time automation]: /getting-started/automation-trigger/#time-trigger [Twitter]: /components/notify.twitter/ [Wink]: /components/wink/ diff --git a/source/_posts/2016-02-09-Smarter-Smart-Things-with-MQTT-and-Home-Assistant.markdown b/source/_posts/2016-02-09-Smarter-Smart-Things-with-MQTT-and-Home-Assistant.markdown index a9deb4a4d10..2aceda61575 100644 --- a/source/_posts/2016-02-09-Smarter-Smart-Things-with-MQTT-and-Home-Assistant.markdown +++ b/source/_posts/2016-02-09-Smarter-Smart-Things-with-MQTT-and-Home-Assistant.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Smarter SmartThings with MQTT and Home Assistant" description: "Jer and St. John describe how they connected SmartThings with Home Assistant." date: 2016-02-09 0:44 -0700 date_formatted: "February 09, 2016" author: Jeremiah Wuenschel and St. John Johnson -comments: true categories: How-To MQTT og_image: /images/blog/2016-02-smartthings/social.png --- diff --git a/source/_posts/2016-02-11-classifying-the-internet-of-things.markdown b/source/_posts/2016-02-11-classifying-the-internet-of-things.markdown index 29251962ef7..4da2138f562 100644 --- a/source/_posts/2016-02-11-classifying-the-internet-of-things.markdown +++ b/source/_posts/2016-02-11-classifying-the-internet-of-things.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Classifying the Internet of Things" description: "" date: 2016-02-12 22:31:00 UTC date_formatted: "February 12, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Internet-of-Things og_image: /images/blog/2016-02-classifying-internet-of-things/social.png --- diff --git a/source/_posts/2016-02-13-speedtest-bloomsky-splunk-and-garage-doors.markdown b/source/_posts/2016-02-13-speedtest-bloomsky-splunk-and-garage-doors.markdown index de5e7e7760b..2ff92e9dbd9 100644 --- a/source/_posts/2016-02-13-speedtest-bloomsky-splunk-and-garage-doors.markdown +++ b/source/_posts/2016-02-13-speedtest-bloomsky-splunk-and-garage-doors.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors" description: "Home Assistant 0.13 brings test coverage to a whopping 90% and adds a whole bunch of new components." date: 2016-02-13 22:15:00 UTC date_formatted: "February 13, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2016-02-release-13/social-img.png --- @@ -88,8 +86,8 @@ Not only did we gain a lot of test coverage, we also attracted a lot of new deve [default view]: /components/group/ [apcupsd]: /components/apcupsd/ [Splunk]: /components/splunk/ -[garage door]: /components/garage_door/ -[Wink]: /components/garage_door.wink/ +[garage door]: /components/cover/ +[Wink]: /components/wink/#cover [input_select]: /components/input_select/ [proximity]: /components/proximity/ [Bloomsky Weather Station]: /components/bloomsky/ @@ -111,6 +109,6 @@ Not only did we gain a lot of test coverage, we also attracted a lot of new deve [mqtt-publish]: /components/mqtt/#publish-service [REST]: /components/notify.rest/ [template]: /components/switch.template/ -[Honeywell]: /components/thermostat.honeywell/ +[Honeywell]: /components/honeywell/ [zwave-polling]: /components/zwave/#configuration [zwave-scene]: /components/zwave/#events diff --git a/source/_posts/2016-02-18-multi-room-audio-with-snapcast.markdown b/source/_posts/2016-02-18-multi-room-audio-with-snapcast.markdown index 382d895ad92..163e8f13e58 100644 --- a/source/_posts/2016-02-18-multi-room-audio-with-snapcast.markdown +++ b/source/_posts/2016-02-18-multi-room-audio-with-snapcast.markdown @@ -1,9 +1,7 @@ --- -layout: post title: "Multi-room audio with Snapcast, Mopidy, and Home Assistant" date: 2016-02-18 00:10:56 -0500 author: happyleavesaoc -comments: true categories: How-To date_formatted: "February 18, 2016" og_image: /images/blog/2016-02-snapcast/diagram.png diff --git a/source/_posts/2016-02-20-community-highlights.markdown b/source/_posts/2016-02-20-community-highlights.markdown index bbc12b1ed94..6834149ad58 100644 --- a/source/_posts/2016-02-20-community-highlights.markdown +++ b/source/_posts/2016-02-20-community-highlights.markdown @@ -1,12 +1,10 @@ --- -layout: post title: Community Highlights description: Another round-up of the amazing things from our community including Alexa Lightning skill and HomeKit integration. date: 2016-02-20 01:06:00 -0800 date_formatted: "February 20, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Community Video og_image: /images/blog/2016-02-community-highlights/part-of-the-thing.png --- diff --git a/source/_posts/2016-02-28-steam-d-link-smart-plugs-and-neurio-energy-sensors.markdown b/source/_posts/2016-02-28-steam-d-link-smart-plugs-and-neurio-energy-sensors.markdown index 3822349f8b0..77f9e008419 100644 --- a/source/_posts/2016-02-28-steam-d-link-smart-plugs-and-neurio-energy-sensors.markdown +++ b/source/_posts/2016-02-28-steam-d-link-smart-plugs-and-neurio-energy-sensors.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.14: Steam, D-Link smart plugs and Neurio Energy Sensors" description: "Home Assistant 0.14 has arrived." date: 2016-02-27 14:15:00 -0800 date_formatted: "February 28, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2016-02-release-14/social.png --- diff --git a/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown b/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown index 233ed002304..5ad89e1f608 100644 --- a/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown +++ b/source/_posts/2016-03-12-z-wave-pep257-templated-service-calls.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.15: Unforked Open Z-Wave, templated service calls, extended scene support and PEP257 compliance." description: "Home Assistant 0.15 has arrived." date: 2016-03-12 10:55:00 -0800 date_formatted: "March 12, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown b/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown index 1a325f9a243..38ec1142784 100644 --- a/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown +++ b/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.16: Embedded MQTT broker, Uber, Yamaha receivers and Growl" description: "Home Assistant 0.16 has arrived." date: 2016-03-26 0:10:00 -0700 date_formatted: "March 26, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -30,9 +28,9 @@ Rock on. - Discovery: fix uPNP discovery crashing some routers ([@jaharkes]) - Switch: [Wake on LAN] platform added ([@joopert]) - Services for thermostats, notify and media player will now validate passed in parameters ([@MartinHjelmare]) - - Switch - [Arduino]: support for default state and negate port functionality ([@tilutza]) + - Switch - [Arduino]: support for default state and negate port functionality (@tilutza) - Switch: [PulseAudio loopback] now supported ([@Cinntax]) - - Sensor: [Uber] now supported ([@robbiet480]) + - Sensor: Uber now supported ([@robbiet480]) - Notify: [Growl (GNTP)] now supported ([@robbiet480]) - Media Player: [Yamaha receivers] now supported ([@aoakeson]) @@ -51,7 +49,6 @@ Rock on. [@robbiet480]: https://github.com/robbiet480 [@srcLurker]: https://github.com/srcLurker [@stefan-jonasson]: https://github.com/stefan-jonasson -[@tilutza]: https://github.com/tilutza [embedded server]: /components/mqtt/#use-the-embedded-broker [Arduino]: /components/switch.arduino/ [Discovery]: /components/discovery/ @@ -62,7 +59,6 @@ Rock on. [OwnTracks]: /components/device_tracker.owntracks/ [PulseAudio loopback]: /components/switch.pulseaudio_loopback/ [Tellstick]: /components/tellstick/ -[Uber]: /components/sensor.uber/ [Vera]: /components/vera/ [Wake on LAN]: /components/switch.wake_on_lan/ [Z-Wave]: /components/zwave/#services diff --git a/source/_posts/2016-04-04-your-hub-should-be-local-and-open.markdown b/source/_posts/2016-04-04-your-hub-should-be-local-and-open.markdown index d56e8b0d3c7..9b5832fd789 100644 --- a/source/_posts/2016-04-04-your-hub-should-be-local-and-open.markdown +++ b/source/_posts/2016-04-04-your-hub-should-be-local-and-open.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Your hub should be local and open" description: "Running a hub that depends on the cloud is a risk that can cost you your home automation." date: 2016-04-05 21:11:00 UTC date_formatted: "April 5, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Internet-of-Things --- diff --git a/source/_posts/2016-04-07-static-website.markdown b/source/_posts/2016-04-07-static-website.markdown index e7bb788ce9b..fa16cba804f 100644 --- a/source/_posts/2016-04-07-static-website.markdown +++ b/source/_posts/2016-04-07-static-website.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Static website" description: "Serving a static website with Home Assistant." date: 2016-04-07 06:28:00 date_formatted: "April 7, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To og_image: /images/blog/2016-04-display/ha-display.png --- diff --git a/source/_posts/2016-04-09-onkyo-panasonic-gtfs-and-config-validation.markdown b/source/_posts/2016-04-09-onkyo-panasonic-gtfs-and-config-validation.markdown index d2067b9be87..2b1f2748b1c 100644 --- a/source/_posts/2016-04-09-onkyo-panasonic-gtfs-and-config-validation.markdown +++ b/source/_posts/2016-04-09-onkyo-panasonic-gtfs-and-config-validation.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.17: Onkyo, Panasonic, GTFS and config validation" description: "Home Assistant 0.17 has arrived." date: 2016-04-09 23:10:00 UTC date_formatted: "April 9, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -49,7 +47,7 @@ Another big thing is the addition of GTFS support. You probably don't know it, b [Onkyo receiver]: /components/media_player.onkyo/ [Panasonic Viera TV]: /components/media_player.panasonic_viera/ [Raspberry PI]: /components/camera.rpi_camera/ -[Z-Wave]: /components/thermostat.zwave/ +[Z-Wave]: /components/zwave/#climate ### Breaking changes diff --git a/source/_posts/2016-04-17-updated-documentation.markdown b/source/_posts/2016-04-17-updated-documentation.markdown index ae1c4371f28..b19ea3b6cf4 100644 --- a/source/_posts/2016-04-17-updated-documentation.markdown +++ b/source/_posts/2016-04-17-updated-documentation.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Updated documentation" description: "We have reorganized our documentation which should make it easier to get started and develop for Home Assistant." date: 2016-04-17 23:09:00 UTC date_formatted: "April 17, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Website --- diff --git a/source/_posts/2016-04-19-to-infinity-and-beyond.markdown b/source/_posts/2016-04-19-to-infinity-and-beyond.markdown index 5ee06d15e8f..f815fe0eb7e 100644 --- a/source/_posts/2016-04-19-to-infinity-and-beyond.markdown +++ b/source/_posts/2016-04-19-to-infinity-and-beyond.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "To Infinity and Beyond 🚀" description: "The state of Home Assistant: past, present, future." date: 2016-04-19 22:44:00 UTC date_formatted: "April 19, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Organization --- diff --git a/source/_posts/2016-04-21-bluetooth-lg-webos-tvs-and-roombas.markdown b/source/_posts/2016-04-21-bluetooth-lg-webos-tvs-and-roombas.markdown index af96dc1778f..fabae55ed64 100644 --- a/source/_posts/2016-04-21-bluetooth-lg-webos-tvs-and-roombas.markdown +++ b/source/_posts/2016-04-21-bluetooth-lg-webos-tvs-and-roombas.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.18: Bluetooth, LG WebOS TVs and Roombas." description: "Home Assistant 0.18 has arrived." date: 2016-04-20 23:10:00 UTC date_formatted: "April 20, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2016-04-release-18/social.png --- @@ -60,14 +58,14 @@ Since the last release we have moved all Home Assistant source code etc into its [@Turbokongen]: https://github.com/Turbokongen/ [@vmulpuru]: https://github.com/vmulpuru/ [Bluetooth tracking platform]: /components/device_tracker.bluetooth_tracker/ -[EQ3 Bluetooth Smart Thermostats]: /components/thermostat.eq3btsmart/ +[EQ3 Bluetooth Smart Thermostats]: /components/eq3btsmart/ [mysensors]: /components/mysensors/ [Feedreader]: /components/feedreader/ -[Homematic platform]: /components/thermostat.homematic/ +[Homematic platform]: /components/homematic/ [media_player.lg]: /components/media_player.webostv/ [notify.lg]: /components/notify.webostv/ [MPD]: /components/media_player.mpd/ -[MQTT]: /components/garage_door.mqtt/ +[MQTT]: /components/cover.mqtt/ [Plex]: /components/media_player.plex/ [Sonos]: /components/media_player.sonos/ [sensor.Thinkingcleaner]: /components/sensor.thinkingcleaner/ diff --git a/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown b/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown index 448190101cc..29751cafa2d 100644 --- a/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown +++ b/source/_posts/2016-04-30-ibeacons-part-1-making-presence-detection-work-better.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "iBeacons: Making presence detection work better (part I)" description: A step by step guide how to vastly improve your presence detection by integrating iBeacons. date: 2016-04-30 07:50:09 +0100 date_formatted: "April 30, 2016" author: Greg Dowling author_twitter: pavoni240 -comments: true categories: iBeacons Presence-Detection OwnTracks --- diff --git a/source/_posts/2016-05-06-open-iot-summit-talk.markdown b/source/_posts/2016-05-06-open-iot-summit-talk.markdown index a6071b8c2f7..125b58cb0aa 100644 --- a/source/_posts/2016-05-06-open-iot-summit-talk.markdown +++ b/source/_posts/2016-05-06-open-iot-summit-talk.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Talk: Automating your home with Home Assistant (OpenIoT Summit)" description: "The video of Paulus giving a talk at the OpenIoT Summit at the beginning of April about how to automate your home with Home Assistant." date: 2016-05-06 07:09:00 -0700 date_formatted: "May 6, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Talks Video og_image: /images/blog/2016-05-openiot/preview-video.png --- diff --git a/source/_posts/2016-05-07-empowering-scripts-and-alexa.markdown b/source/_posts/2016-05-07-empowering-scripts-and-alexa.markdown index b4a1d8896f0..acad60b2827 100644 --- a/source/_posts/2016-05-07-empowering-scripts-and-alexa.markdown +++ b/source/_posts/2016-05-07-empowering-scripts-and-alexa.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.19: Empowering scripts and Alexa" description: "The new release of Home Assistant includes a lot of upgrades to how we handle scripts and make them available in a wide range of new components including automation and alexa." date: 2016-05-07 11:06:00 -0700 date_formatted: "May 7, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -91,7 +89,7 @@ light: [allow client key authentication]: /components/mqtt/ [Pioneer AVR]: /components/media_player.pioneer/ [Acer Projectors]: /components/switch.acer_projector/ -[HVAC component]: /components/hvac/ +[HVAC component]: /components/climate/ [OctoPrint]: /components/octoprint/ [Z-Wave]: /components/zwave/ [lock]: /components/lock/ diff --git a/source/_posts/2016-05-12-video-configuring-home-assistant.markdown b/source/_posts/2016-05-12-video-configuring-home-assistant.markdown index 05f19feee28..eb1b31e519b 100644 --- a/source/_posts/2016-05-12-video-configuring-home-assistant.markdown +++ b/source/_posts/2016-05-12-video-configuring-home-assistant.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Video: How To Configure Home Assistant" description: "BRUH Automation has made an excellent video to get started with configuring Home Assistant." date: 2016-05-12 00:09:00 +0000 date_formatted: "May 12, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Video og_image: /images/blog/2016-05-video-configuring-home-assistant/preview-video.png --- diff --git a/source/_posts/2016-05-18-why-we-use-polymer.markdown b/source/_posts/2016-05-18-why-we-use-polymer.markdown index 68ff5f74c3e..66e637de338 100644 --- a/source/_posts/2016-05-18-why-we-use-polymer.markdown +++ b/source/_posts/2016-05-18-why-we-use-polymer.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Why we use web components and Polymer" description: "In this blog post I talk about the reasoning to use web components and Polymer." date: 2016-05-18 00:09:00 +0000 date_formatted: "May 18, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Technology --- diff --git a/source/_posts/2016-05-21-release-020.markdown b/source/_posts/2016-05-21-release-020.markdown index 10f63adcc5d..7c1e468be1b 100644 --- a/source/_posts/2016-05-21-release-020.markdown +++ b/source/_posts/2016-05-21-release-020.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.20: Roku, Last.fm, AWS, Twilio" description: "New release of Home Assistant is bringing a lot of great goodies for everyone. New media players, template optoins and a lot more." date: 2016-05-21 11:06:00 -0700 date_formatted: "May 21, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -27,7 +25,7 @@ Tons of new supported things in 0.20. - Configurator: allow supplying a link to the user ([@mnestor]) - Media Player: [Roku] now supported ([@bah2830]) - Sensor: [Last.fm] now supported ([@darookee], [@GreenTurtwig]) -- Notify: Amazon [Lambda], [SNS], [SQS] now supported ([@robbiet480]) +- Notify: Amazon Lambda, [SNS], [SQS] now supported ([@robbiet480]) - Light: allow human readable colors in turn_on command ([@robbiet480]) - YAML: new include dir options [`!include_dir_merge_list`] and [`!include_dir_merge_named`] ([@happyleavesaoc]) - Media Player: [LG Netcast TVs] now supported ([@wokar]) @@ -35,7 +33,7 @@ Tons of new supported things in 0.20. - Notify: [Ecobee thermostats] now supported ([@nkgilley]) - Sensor: [Mold indicator] added ([@xifle]) - Export to [Logentries] support added ([@omgapuppy]) -- Group more info dialog allows control of group domain if available ([@fignuts]) +- Group more info dialog allows control of group domain if available (@fignuts) ### Breaking changes @@ -49,7 +47,6 @@ device_tracker: [@bah2830]: https://github.com/bah2830 [@darookee]: https://github.com/darookee -[@fignuts]: https://github.com/fignuts [@froz]: https://github.com/froz [@GreenTurtwig]: https://github.com/GreenTurtwig [@happyleavesaoc]: https://github.com/happyleavesaoc @@ -72,10 +69,9 @@ device_tracker: [Asus WRT]: /components/device_tracker.asuswrt/ [Ecobee thermostats]: /components/notify.ecobee/ [Google Play Music Desktop Player]: /components/media_player.gpmdp/ -[Lambda]: /components/notify.aws_lambda/ [LG Netcast TVs]: /components/media_player.lg_netcast/ [Logentries]: /components/logentries/ -[mold indicator]: /components/sensor.moldindicator/ +[mold indicator]: /components/mold_indicator/ [Nest Protect]: /components/sensor.nest/ [purge days option]: /components/recorder/ [Roku]: /components/media_player.roku/ diff --git a/source/_posts/2016-05-22-get-started-with-all-in-one-installer.markdown b/source/_posts/2016-05-22-get-started-with-all-in-one-installer.markdown index dca8e21fdd1..294dfa5b3fd 100644 --- a/source/_posts/2016-05-22-get-started-with-all-in-one-installer.markdown +++ b/source/_posts/2016-05-22-get-started-with-all-in-one-installer.markdown @@ -1,17 +1,15 @@ --- -layout: post title: "Raspberry Pi all-in-one installer" description: "Installing Home Assistant on a Raspberry Pi has never been easier with the new all-in-one installer." date: 2016-05-22 09:06:00 -0700 date_formatted: "May 22, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Video og_image: /images/blog/2016-05-video-all-in-one-installer/preview-video.jpg --- -We are always hard at work at the virtual Home Assistant headquarters to make it easier for you to get started with Home Assistant. That's why [@jbags81] recently introduced the [all-in-one installer]. It allows you to get up and running with a complete Home Assistant setup by entering one line of code into your Raspberry Pi running Raspbian Jessie: +We are always hard at work at the virtual Home Assistant headquarters to make it easier for you to get started with Home Assistant. That's why [@patchedsoul] recently introduced the [all-in-one installer]. It allows you to get up and running with a complete Home Assistant setup by entering one line of code into your Raspberry Pi running Raspbian Jessie: ```bash wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh; @@ -23,5 +21,5 @@ This feature wouldn't be complete if it wasn't accompanied by a new video by Ben
-[@jbags81]: https://github.com/jbags81 +[@patchedsoul]: https://github.com/patchedsoul [all-in-one installer]: /getting-started/installation-raspberry-pi-all-in-one/ diff --git a/source/_posts/2016-05-26-ibeacons-how-to-track-things-that-cant-track-themselves-part-ii.markdown b/source/_posts/2016-05-26-ibeacons-how-to-track-things-that-cant-track-themselves-part-ii.markdown index c6fa3237e70..84a14aedb9a 100644 --- a/source/_posts/2016-05-26-ibeacons-how-to-track-things-that-cant-track-themselves-part-ii.markdown +++ b/source/_posts/2016-05-26-ibeacons-how-to-track-things-that-cant-track-themselves-part-ii.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "iBeacons: How to track things that can’t track themselves (part II)" description: A step by step guide how to tracking dumb devices by using iBeacons. date: 2016-05-26 12:06:12 +0100 date_formatted: "May 26, 2016" author: Greg Dowling author_twitter: pavoni240 -comments: true categories: iBeacons Device-Tracking OwnTracks og_image: /images/blog/2016-05-ibeacons/keys_device.png --- diff --git a/source/_posts/2016-06-01-community-highlights.markdown b/source/_posts/2016-06-01-community-highlights.markdown index 42e7f8bd07e..755532a5968 100644 --- a/source/_posts/2016-06-01-community-highlights.markdown +++ b/source/_posts/2016-06-01-community-highlights.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Community Highlights" description: Showcasing some of the cool projects and videos our community has come up with. date: 2016-06-01 11:34:00 -0700 date_formatted: "June 1, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Community Video og_image: /images/blog/2016-06-community-highlights/video_preview.png --- diff --git a/source/_posts/2016-06-08-super-fast-web-enocean-lirc.markdown b/source/_posts/2016-06-08-super-fast-web-enocean-lirc.markdown index 332cc9822d9..fc4ab5ccd68 100644 --- a/source/_posts/2016-06-08-super-fast-web-enocean-lirc.markdown +++ b/source/_posts/2016-06-08-super-fast-web-enocean-lirc.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.21: Improved Web and support for EnOcean, LIRC and Osram Lightify" description: "This new release of Home Assistant is lightning fast with the new web stack and progressive web application. On top of that a handful of new components and platforms for EnOcean, LIRC and Osram Lightify support." date: 2016-06-08 01:06:00 +0000 date_formatted: "June 8, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -89,7 +87,7 @@ We released two hotfixes to address some issues that couldn't wait till the next [en-switches]: /components/switch.enocean/ [Feedreader]: /components/feedreader/ [Flux like switch platform]: /components/switch.flux/ -[Insteon Hub]: /components/insteon_hub/ +[Insteon Hub]: /components/insteon/ [Kodi]: /components/media_player.kodi/ [LIRC component]: /components/lirc/ [Osram Lightify]: /components/light.osramlightify/ diff --git a/source/_posts/2016-06-13-home-assistant-at-pycon-2016.markdown b/source/_posts/2016-06-13-home-assistant-at-pycon-2016.markdown index 18de1b3c258..64387b92a14 100644 --- a/source/_posts/2016-06-13-home-assistant-at-pycon-2016.markdown +++ b/source/_posts/2016-06-13-home-assistant-at-pycon-2016.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant at PyCon 2016" description: "A wrap up of what our developers were up to during PyCon 2016." date: 2016-06-13 01:06:00 +0000 date_formatted: "June 13, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Video og_image: /images/blog/2016-06-pycon/crew.jpg --- @@ -31,9 +29,9 @@ PyCon has a few great concepts that I haven't seen at other conferences: open sp My talk had limited time for Q&A so open spaces offered a great opportunity to get all pending questions answered and connect with the commmunity. There was more interest after the first day so we ended up hosting another open space on the second day. - + -We've had such positive reception on our open spaces that [Jonathan Baginski][@jbags81] decided to repeat it online. We will be hosting a free online webinar [Home Assistant Support 101 - Getting around in Home Assistant][webinar] later this month. Make sure to RSVP. +We've had such positive reception on our open spaces that [Jonathan Baginski][@patchedsoul] decided to repeat it online. We will be hosting a free online webinar [Home Assistant Support 101 - Getting around in Home Assistant][webinar] later this month. Make sure to RSVP. After the conference part of PyCon was over we spent one extra day to host a Home Assistant sprint. This allowed us to help people get started with hacking on Home Assistant which lead to some great contributions. @@ -48,6 +46,6 @@ I've had a really great time at PyCon. It was awesome to meet everyone in person [Paulus (@balloob)]: https://github.com/balloob/ [Alex (@infamy)]: https://github.com/infamy/ [Ryan (@rmkraus)]: https://github.com/rmkraus/ -[@jbags81]: https://github.com/jbags81/ +[@patchedsoul]: https://github.com/patchedsoul/ [slides]: https://docs.google.com/presentation/d/1F1pGOoSf0dD79Dl5dgys0ll7xiuIA4XiQeNeJ-xlqMg/edit [webinar]: https://www.eventbrite.com/e/home-assistant-support-101-getting-around-in-home-assistant-tickets-25943868810 diff --git a/source/_posts/2016-06-18-pandora-bt-home-hub-5-and-local-file-camera.markdown b/source/_posts/2016-06-18-pandora-bt-home-hub-5-and-local-file-camera.markdown index 2a843e8c434..d14b9106dc6 100644 --- a/source/_posts/2016-06-18-pandora-bt-home-hub-5-and-local-file-camera.markdown +++ b/source/_posts/2016-06-18-pandora-bt-home-hub-5-and-local-file-camera.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.22: Pandora, BT Home Hub 5 and local file camera." description: "This new release of Home Assistant has been mainly about stabilizing our last release which included a lot of core improvements. We're all stable now and set for a bright future." date: 2016-06-18 18:06:00 +0000 date_formatted: "June 18, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -84,7 +82,7 @@ netatmo: [Pandora]: /components/media_player.pandora/ [shell command]: /components/shell_command/ [Sonos]: /components/media_player.sonos/ -[Wink]: /components/rollershutter.wink/ +[Wink]: /components/wink/#cover [alexa]: /components/alexa/#working-with-scenes [Plex sensor]: /components/sensor.plex/ [Swagger.yaml format]: https://github.com/home-assistant/home-assistant/blob/dev/docs/swagger.yaml diff --git a/source/_posts/2016-06-23-usb-webcams-and-home-assistant.markdown b/source/_posts/2016-06-23-usb-webcams-and-home-assistant.markdown index f5bc3669e6c..b744f7a95cf 100644 --- a/source/_posts/2016-06-23-usb-webcams-and-home-assistant.markdown +++ b/source/_posts/2016-06-23-usb-webcams-and-home-assistant.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Using USB webcams with Home Assistant" description: "A how-to how to repurpose your old USB webcams and integrate them into Home Assistant." date: 2016-06-23 06:00:00 +0000 date_formatted: "June 23, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To og_image: /images/blog/2016-06-cranberry/social.png --- diff --git a/source/_posts/2016-07-01-envisalink-homematic-hdmi-cec-and-sony-bravia-tv.markdown b/source/_posts/2016-07-01-envisalink-homematic-hdmi-cec-and-sony-bravia-tv.markdown index a0e6cca4f57..2ed074641d0 100644 --- a/source/_posts/2016-07-01-envisalink-homematic-hdmi-cec-and-sony-bravia-tv.markdown +++ b/source/_posts/2016-07-01-envisalink-homematic-hdmi-cec-and-sony-bravia-tv.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.23: Envisalink, Homematic, HDMI-CEC and Sony Bravia TV" description: "This new release of Home Assistant contains support for Envisalink, Homematic, Sony Bravia TV and HDMI-CEC. Additionally was the Wink support improved and CherryPy is the new WSGI server." date: 2016-07-01 00:31:00 +0000 date_formatted: "July 1, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -85,7 +83,7 @@ On the config side, you can now [store your passwords][secrets] in your OS keyri [HDMI-CEC]: /components/hdmi_cec/ [hm-binary-sensor]: /components/binary_sensor.homematic/ [hm-light]: /components/light.homematic/ -[hm-rollershutter]: /components/rollershutter.homematic/ +[hm-rollershutter]: /components/homematic/ [hm-sensor]: /components/sensor.homematic/ [hm-switch]: /components/switch.homematic/ [Homematic]: /components/homematic/ @@ -96,12 +94,12 @@ On the config side, you can now [store your passwords][secrets] in your OS keyri [secrets]: /topics/secrets/ [Vera]: /components/lock.vera/ [Wink]: /components/wink/ -[zwave-garage-door]: /components/garage_door.zwave/ +[zwave-garage-door]: /components/zwave/#cover [zwave-light]: /components/light.zwave/ -[zwave-rollershutter]: /components/rollershutter.zwave/ +[zwave-rollershutter]: /components/zwave/#cover [Fixer.io]: /components/sensor.fixer/ [persistent notifications]: /components/persistent_notification/ [reload core config service]: /getting-started/customizing-devices/#reloading-customize [Sony Bravia TV]: /components/media_player.braviatv/ -[Raspberry Pi GPIO pins]: /components/garage_door.rpi_gpio/ +[Raspberry Pi GPIO pins]: /components/rpi_gpio/#remote-raspberry-pi-cover [elevation]: /getting-started/basic/ diff --git a/source/_posts/2016-07-06-pocketchip-running-home-assistant.markdown b/source/_posts/2016-07-06-pocketchip-running-home-assistant.markdown index 266dcda25d9..3c87611103b 100644 --- a/source/_posts/2016-07-06-pocketchip-running-home-assistant.markdown +++ b/source/_posts/2016-07-06-pocketchip-running-home-assistant.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "PocketCHIP running Home Assistant" description: "Taking Home Assistant for a spin on a PocketCHIP." date: 2016-07-06 05:00:00 +0000 date_formatted: "July 06, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To og_image: /images/blog/2016-07-pocketchip/social.png --- diff --git a/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown b/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown index 9b4cb0915dd..8e18989d11c 100644 --- a/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown +++ b/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.24: SQLAlchemy, KNX, Join by Joaoapps, and SimpliSafe." description: "This new release of Home Assistant contains support for KNX, Join by Joaoapps, and SimpliSafe. As of now our new database backend is SQLAlchemy which gives you more flexibility for storing your data." date: 2016-07-16 12:00:00 +0000 date_formatted: "July 16, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes --- @@ -85,7 +83,7 @@ Quick hot fix after we found a bug in the migrator where it wouldn't work with a [KNX]: /components/knx/ [MapQuest]: https://www.mapquest.com/ [Plex]: /components/media_player.plex/ -[Radiotherm]: /components/thermostat.radiotherm/ +[Radiotherm]: /components/radiotherm/ [recorder]: /components/recorder/ [secrets]: /topics/secrets/ [simplisafe]: /components/alarm_control_panel.simplisafe/ @@ -96,4 +94,4 @@ Quick hot fix after we found a bug in the migrator where it wouldn't work with a [Verisure]: /components/lock.verisure/ [yahoo-weather]: /components/sensor.yweather/ [Z-Wave]: /components/zwave/ -[RFXtrx]: //components/rfxtrx/ +[RFXtrx]: /components/rfxtrx/ diff --git a/source/_posts/2016-07-19-visualizing-your-iot-data.markdown b/source/_posts/2016-07-19-visualizing-your-iot-data.markdown index ca2f337a3da..5ca77ea097b 100644 --- a/source/_posts/2016-07-19-visualizing-your-iot-data.markdown +++ b/source/_posts/2016-07-19-visualizing-your-iot-data.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Visualize your IoT data" description: "Export, process, and visualize your Home Assistant data." date: 2016-07-19 16:00:00 +0000 date_formatted: "July 19, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To IoT-Data og_image: /images/blog/2016-07-reporting/libreoffice-graph.png --- diff --git a/source/_posts/2016-07-23-internet-of-things-data-exploration-with-jupyter-notebooks.markdown b/source/_posts/2016-07-23-internet-of-things-data-exploration-with-jupyter-notebooks.markdown index 7f7441f0b9e..3dcb993f816 100644 --- a/source/_posts/2016-07-23-internet-of-things-data-exploration-with-jupyter-notebooks.markdown +++ b/source/_posts/2016-07-23-internet-of-things-data-exploration-with-jupyter-notebooks.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "IoT Data Exploration with Jupyter Notebooks" description: "Tutorial how to get started exploring your data using Jupyter Notebooks, Pandas and Matplotlib." date: 2016-07-23 18:00:00 +0000 date_formatted: "July 23, 2016" author: Anton Kireyeu -comments: true categories: How-To IoT-Data og_image: /images/blog/2016-07-data-exploration/graph.png --- diff --git a/source/_posts/2016-07-28-esp8266-and-micropython-part1.markdown b/source/_posts/2016-07-28-esp8266-and-micropython-part1.markdown index ea3e537b467..54e77e2e797 100644 --- a/source/_posts/2016-07-28-esp8266-and-micropython-part1.markdown +++ b/source/_posts/2016-07-28-esp8266-and-micropython-part1.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "ESP8266 and MicroPython - Part 1" description: "Using MicroPython on ESP8266 based devices and Home Assistant." date: 2016-07-28 06:00:00 +0200 date_formatted: "July 28, 2016" author: Fabian Affolter -comments: true categories: How-To ESP8266 Micropython og_image: /images/blog/2016-07-micropython/social.png --- diff --git a/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown b/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown index c3e4bafdd55..54e15b48db5 100644 --- a/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown +++ b/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.25: Custom frontend panels, Jupyter notebooks, DirecTV." description: "Frontend became blazing fast and extensible. DirecTV support added." date: 2016-07-30 12:00:00 +0000 date_formatted: "July 30, 2016" author: Fabian Affolter & Paulus Schoutsen author_twitter: fabaff -comments: true categories: Release-Notes --- @@ -38,7 +36,7 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da - Template: New [filters] (`timestamp_local` and `timestamp_utc`) ([@fabaff]) - Binary sensor - Wink: Water leak sensor support added ([@w1ll1am23]) - Sensor - Tellduslive: Support for luminance of Fibaro Motion Sensor ([@PetitCircuitLab]) -- Switch - RPi GPIO: Fix when inverted logic ([@zeroDenial]) +- Switch - RPi GPIO: Fix when inverted logic (@zeroDenial) - Z-Wave: Rollershutter update ([@turbokongen]) - RFXtrx: Fire events when receiving signals from sensors and tests added ([@Danielhiversen]) - Core: Add [type][typing] checking using mypy to the core ([@fabianhjr]) @@ -99,7 +97,6 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da [@usul27]: https://github.com/usul27 [@vladonemo]: https://github.com/vladonemo [@w1ll1am23]: https://github.com/w1ll1am23 -[@zeroDenial]: https://github.com/zeroDenial [@jnewland]: https://github.com/jnewland [@shoekstra]: https://github.com/shoekstra @@ -124,7 +121,7 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da [MPC-HC]: /components/media_player.mpchc/ [Telegram]: /components/notify.telegram/ [react-panel]: /cookbook/custom_panel_using_react/ -[KNX]: /components/thermostat.knx/ -[Nest]: /components/thermostat.nest/ +[KNX]: /components/climate.knx/ +[Nest]: /components/nest/#climate [filters]: /topics/templating/#home-assistant-template-extensions [Hyperion]: /components/light.hyperion/ diff --git a/source/_posts/2016-08-03-laundry-automation-update.markdown b/source/_posts/2016-08-03-laundry-automation-update.markdown index 713695edac4..4807358e762 100644 --- a/source/_posts/2016-08-03-laundry-automation-update.markdown +++ b/source/_posts/2016-08-03-laundry-automation-update.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Laundry Sensors with NodeMCU and Home Assistant" description: "Nolan describes how he gets notified when laundry is done." date: 2016-08-03 10:22 -0700 date_formatted: "August 2, 2016" author: Nolan Gilley -comments: true categories: User-Stories og_image: /images/blog/2016-07-laundry-automation/protoboard.jpg --- diff --git a/source/_posts/2016-08-07-optimizing-the-home-assistant-mobile-web-app.markdown b/source/_posts/2016-08-07-optimizing-the-home-assistant-mobile-web-app.markdown index c53f7fb6bca..8c493bfbdd5 100644 --- a/source/_posts/2016-08-07-optimizing-the-home-assistant-mobile-web-app.markdown +++ b/source/_posts/2016-08-07-optimizing-the-home-assistant-mobile-web-app.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Optimizing the Home Assistant mobile web app" description: "A comprehensive list of optimizations done to improve our mobile web application." date: 2016-08-07 12:36 -0700 date_formatted: "August 7, 2016" author: Paulus Schoutsen -comments: true categories: Technology og_image: /images/blog/2016-08-optimizing-web-app/performance-diagram.png --- @@ -105,7 +103,7 @@ Because the browser tracks your web components, creating standalone bundles for - Find all dependencies included in the main bundle (using [hydrolysis]) - Create individual bundles of each panel (page) but filter out the dependencies included in main bundle. -The [build script][build-html] that bundles and minifies the main bundle and panel bundles is <100 lines. +The build script that bundles and minifies the main bundle and panel bundles is <100 lines. ## Change the JavaScript bundler to Rollup @@ -167,9 +165,8 @@ A lot of optimizations have been applied but this journey will never be over. Th [hajs]: https://github.com/home-assistant/home-assistant-js [es2015-arch]: https://github.com/home-assistant/home-assistant-polymer/wiki/Using-Polymer-with-ES2015,-Babel-and-NPM [NuclearJS]: https://optimizely.github.io/nuclear-js/ -[ImmutableJS]: https://facebook.github.io/immutable-js/ +[ImmutableJS]: https://immutable-js.github.io/immutable-js/ [Polymer]: https://www.polymer-project.org/ -[build-html]: https://github.com/home-assistant/home-assistant-polymer/blob/master/script/vulcanize.js [Webpack]: https://webpack.github.io/ [Rollup]: http://rollupjs.org/ [lodash.range]: https://github.com/lodash/lodash/blob/3.1.7-npm-packages/lodash.range/index.js diff --git a/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown b/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown index f82e32bcc01..13a01b8fa4c 100644 --- a/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown +++ b/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.26: Foursquare, Fast.com, FFMPEG and GPSD" description: "Automate based on check ins, slow internet speed or just stream a camera using FFMPEG." date: 2016-08-13 12:00:00 -0700 date_formatted: "August 13, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -31,7 +29,7 @@ This release includes code contributed by 31 different people. The biggest chang - Sensor - [Fitbit]: Fix unit system ([@tchellomello]) - Light - [Flux LED]: Add support for [color and brightness][color] ([@Danielhiversen]) - Media Player - [Plex]: Now able to report on music ([@abcminiuser]) -- Alarm Control Panel - [Verisure]: Now able to see who changed the alarm ([@persandtrom]) +- Alarm Control Panel - [Verisure]: Now able to see who changed the alarm (@persandtrom) - Thermostat - [Honeywell]: Add option to read and control HVAC mode ([@Teagan42]) - [Foursquare] component to receive instant notifications of checkins ([@robbiet480]) - Camera: New [FFMPEG] platform allows to stream anything through front end ([@pvizeli]) @@ -85,7 +83,6 @@ homeassistant: [@nkgilley]: https://github.com/nkgilley [@open-homeautomation]: https://github.com/open-homeautomation [@partofthething]: https://github.com/partofthething -[@persandtrom]: https://github.com/persandtrom [@pvizeli]: https://github.com/pvizeli [@robbiet480]: https://github.com/robbiet480 [@sdague]: https://github.com/sdague @@ -112,8 +109,8 @@ homeassistant: [heat control]: /components/thermostat.heat_control/ [Proximity]: /components/proximity/ [Flux]: /components/switch.flux/ -[Proliphix]: /components/thermostat.proliphix/ +[Proliphix]: /components/proliphix/ [Fitbit]: /components/sensor.fitbit/ [Plex]: /components/media_player.plex/ -[Honeywell]: /components/thermostat.honeywell/ +[Honeywell]: /components/honeywell/ [Secrets]: /topics/secrets/ diff --git a/source/_posts/2016-08-16-we-have-apps-now.markdown b/source/_posts/2016-08-16-we-have-apps-now.markdown index 76ad1db42e7..aba1a27cded 100644 --- a/source/_posts/2016-08-16-we-have-apps-now.markdown +++ b/source/_posts/2016-08-16-we-have-apps-now.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "We Have Apps Now" description: "A new subsystem that allows automations to be coded using Python" date: 2016-08-16 06:00:00 -0400 date_formatted: "August 16, 2016" author: Andrew Cockburn -comments: true categories: How-To --- diff --git a/source/_posts/2016-08-19-github-style-calendar-heatmap-of-device-data.markdown b/source/_posts/2016-08-19-github-style-calendar-heatmap-of-device-data.markdown index b62133e82d1..c71aa88d6ca 100644 --- a/source/_posts/2016-08-19-github-style-calendar-heatmap-of-device-data.markdown +++ b/source/_posts/2016-08-19-github-style-calendar-heatmap-of-device-data.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Github-style calendar heatmap of device data" description: "Generating a Github-style calendar heatmap from your device data." date: 2016-08-19 06:00:00 +0000 date_formatted: "August 19, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To IoT-Data og_image: /images/blog/2016-08-data-exploration/heatmap.png --- diff --git a/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown b/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown index ed8782e9754..8dee45b487c 100644 --- a/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown +++ b/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.27 is here to break eggs and take names: notifications, Hue fakery, safety and unification come to Home Assistant" description: "HTML5 push notifications and grouping support, Configuration validations and checking, cover, climate and fan." date: 2016-08-28 20:30:25 UTC date_formatted: "August 28, 2016" author: Robbie Trencheny author_twitter: Robbie -comments: true categories: Release-Notes --- @@ -224,7 +222,6 @@ Talk to you soon on Discord and in your pull request comments! [@pvizeli]: https://github.com/pvizeli [@robbiet480]: https://github.com/robbiet480 [@roidayan]: https://github.com/roidayan -[@roidayan]: ttps://github.com/roidayan [@shmuelzon]: https://github.com/shmuelzon [@tchellomello]: https://github.com/tchellomello [@Teagan42]: https://github.com/Teagan42 diff --git a/source/_posts/2016-08-31-esp8266-and-micropython-part2.markdown b/source/_posts/2016-08-31-esp8266-and-micropython-part2.markdown index 39c5ae053da..6bcdf016fc9 100644 --- a/source/_posts/2016-08-31-esp8266-and-micropython-part2.markdown +++ b/source/_posts/2016-08-31-esp8266-and-micropython-part2.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "ESP8266 and MicroPython - Part 2" description: "Using MicroPython and MQTT on ESP8266 based devices and Home Assistant." date: 2016-08-31 06:17:25 +0200 date_formatted: "August 31, 2016" author: Fabian Affolter -comments: true categories: How-To MQTT ESP8266 Micropython og_image: /images/blog/2016-07-micropython/social.png --- diff --git a/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown b/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown index 8e228f0674b..e93d0fded95 100644 --- a/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown +++ b/source/_posts/2016-09-10-notify-group-reload-api-pihole.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.28: Reload automation and groups, API documentation, car tracking, Pi-Hole stats" description: "No Home Assistant restart for reloading automations and groups, Automatic car tracking, Pi-Hole and battery details, and bugfixes for climate and cover" date: 2016-09-10 08:00:00 +0200 date_formatted: "September 10, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes --- diff --git a/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown b/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown index 6d92f0eae1c..16b81b9b3a3 100644 --- a/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown +++ b/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.29: 🎈 Async, SleepIQ, OpenALPR, EmonCMS, stocks, and plants" description: "Move to asynchronous, Support for SleepIQ, OpenALPR, and EmonCMS, and other goodies." date: 2016-09-29 03:04:05 +0000 date_formatted: "September 29, 2016" author: Paulus Schoutsen & Fabian Affolter author_twitter: balloob -comments: true categories: Release-Notes --- @@ -61,9 +59,9 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r - Climate: [Nest] can now control the fan ([@jawilson]) - Modbus: Major cleanup for [Modbus] switches and sensors ([@persandstrom]) - HTTP: Allow [passwordless] logins from whitelisted IP addresses ([@Danielhiversen]) -- Sensor: Yahoo! Finance [stocks] now supported ([@tchellomello]) +- Sensor: Yahoo! Finance stocks now supported ([@tchellomello]) - Sensor: Set value based on incoming [email] ([@sam-io]) -- Light: White value now supported ([@mxtra], [@MartinHjelmare]) +- Light: White value now supported (@mxtra, [@MartinHjelmare]) - [InfluxDB] now allows attaching extra data ([@lwis]) - [OpenALPR] support ([@pvizeli]) - Minor features and bug fixes by [@fabaff], [@w1ll1am23], [@turbokongen], [@clach04], [@mKeRix], [@pvizeli], [@DavidLP], [@nvella], [@Teagan42], [@ericwclymer], [@wokar], [@kellerza], [@nkgilley], [@jawilson], [@Danielhiversen], [@ej81], [@danieljkemp], [@balloob], [@philhawthorne], [@LinuxChristian], [@milas], [@simonszu], [@Cinntax], [@irvingwa], [@sytone], [@kk7ds], [@robbiet480]. @@ -142,7 +140,6 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r [@milaq]: https://github.com/milaq [@milas]: https://github.com/milas [@mKerix]: https://github.com/mKerix -[@mxtra]: https://github.com/mxtra [@nkgilley]: https://github.com/nkgilley [@nvella]: https://github.com/nvella [@open-homeautomation]: https://github.com/open-homeautomation @@ -180,7 +177,6 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r [Simplepush]: /components/notify.simplepush/ [Slack]: /components/notify.slack/ [SleepIQ]: /components/sleepiq/ -[stocks]: /components/sensor.yahoo_finance/ [timeout]: /components/sensor.mqtt_room/ [Vera]: /components/cover.vera/ [Wink]: /components/wink/ diff --git a/source/_posts/2016-10-01-we-have-raspberry-image-now.markdown b/source/_posts/2016-10-01-we-have-raspberry-image-now.markdown index c339d5fe292..8911b7ee134 100644 --- a/source/_posts/2016-10-01-we-have-raspberry-image-now.markdown +++ b/source/_posts/2016-10-01-we-have-raspberry-image-now.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "We have a Raspberry Pi image now" description: "Release of the Raspberry Pi Image for Home Assistant" date: 2016-10-01 01:00:00 -0400 date_formatted: "October 1, 2016" author: Fredrik Lindqvist -comments: true categories: Technology og_image: /images/blog/2016-10-hassbian/social.png --- @@ -30,5 +28,5 @@ As it is today there is no pre-compiled Z-Wave support but it can be installed b Happy Automating! -[gs-image]: /getting-started/installation-raspberry-pi-image/ +[gs-image]: /docs/installation/hassbian/installation/ [BRUHAutomation]: https://www.youtube.com/channel/UCLecVrux63S6aYiErxdiy4w diff --git a/source/_posts/2016-10-02-hacktoberfest.markdown b/source/_posts/2016-10-02-hacktoberfest.markdown index b701b45ef32..e97bff05985 100644 --- a/source/_posts/2016-10-02-hacktoberfest.markdown +++ b/source/_posts/2016-10-02-hacktoberfest.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Participating in Hacktoberfest" description: "Home Assistant will be participating in Hacktoberfest to help people to get started with open-source." date: 2016-10-02 00:04:05 +0000 date_formatted: "October 2, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Community og_image: /images/blog/2016-10-hacktoberfest/social.png --- diff --git a/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown b/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown index ea1fddf1dea..07d7c5787b3 100644 --- a/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown +++ b/source/_posts/2016-10-08-hassbian-rest-digital-ocean.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.30: More Async, HASSbian, Digital Ocean, statistics, REST" description: "More asynchronous, HASSbian image, Support for Digital Ocean, statistics, Västtrafik public transport, and Hacktoberfest." date: 2016-10-08 03:04:05 +0000 date_formatted: "October 08, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes --- diff --git a/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown b/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown index ee0a27afa00..7105677f3b4 100644 --- a/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown +++ b/source/_posts/2016-10-22-flash-briefing-updater-hacktoberfest.markdown @@ -1,5 +1,4 @@ --- -layout: post title: "0.31: Reading you the news, some serious business, spooky hackery and a breaking Z-Wave change" description: "Alexa Flash Briefing API support, Markdown in persistent notifications, a new updater component, Hacktoberfest and breaking Z-Wave changes." date: 2016-10-22 13:00:00 -0700 @@ -7,7 +6,6 @@ date_formatted: "October 22, 2016" release_date: 2016-10-23 21:57:00 -0700 author: Robbie Trencheny author_twitter: robbie -comments: true categories: Release-Notes --- diff --git a/source/_posts/2016-10-24-explaining-the-updater.markdown b/source/_posts/2016-10-24-explaining-the-updater.markdown index b331235bf37..9da38abddcf 100644 --- a/source/_posts/2016-10-24-explaining-the-updater.markdown +++ b/source/_posts/2016-10-24-explaining-the-updater.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Explaining the Updater" description: "An update to the recent updater component changes" date: 2016-10-25 21:30:00 UTC date_formatted: "October 25, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Organization --- diff --git a/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown b/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown index 41bda3275a4..a2af62627ee 100644 --- a/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown +++ b/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.32: Hacktoberfest, InfluxDB sensor, Error reporting, and Weather" description: "Hacktoberfest is over, new InfluxDB sensor, CUPS sensor, and ThingSpeak." date: 2016-11-05 03:04:05 +0000 date_formatted: "November 05, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes --- @@ -30,7 +28,7 @@ For a long time we have had a bunch of [weather sensors][weather-sensors] but it ### All changes - + - Cover: New [garadget] platform ([@JasonCarter80]) - Media player: New support for [Emby][emby-media] ([@mezz64]) @@ -63,7 +61,7 @@ For a long time we have had a bunch of [weather sensors][weather-sensors] but it - Device tracker: Improvements and new features for the Volvo on Call platform ([@molobrakos]) - Climate: Use unit of measurement from a Vera device ([@pavoni]) - Device tracker: [iCloud][icloud] improvements ([@Bart274]) -- Minor features and bug fixes by [@fabaff], [@kellerza], [@robbiet480], [@balloob], [@DavidLP], [@Bart274], [@sdague], [@mtreinish], [@Khabi], [@bbesset], [@bestlibre], [@pvizeli], [@turbokongen], [@devdelay], [@molobrakos], [@postlund], [@wokar], [@armills], [@arsaboo], [@hartmms], [@nsideras], [@tbeckha], and [@kirichkov]. +- Minor features and bug fixes by [@fabaff], [@kellerza], [@robbiet480], [@balloob], [@DavidLP], [@Bart274], [@sdague], [@mtreinish], [@Khabi], [@bbesset], [@bestlibre], [@pvizeli], [@turbokongen], [@devdelay], [@molobrakos], [@postlund], [@wokar], [@armills], [@arsaboo], [@hartmms], [@nsideras], @tbeckha, and [@kirichkov]. ### Release 0.32.1 - November 6 @@ -110,7 +108,7 @@ Our website has now an additional category called "Ecosystem". This will become ### Breaking changes -- The [Yahoo Finance][yahoo] platform supports now multiple stock. Please adjust your configuration. +- The Yahoo Finance platform supports now multiple stock. Please adjust your configuration. - Deprecated components `garage_door`, `rollershutter`, `thermostat`, and `hvac` have been removed. - The minimum Python version on Windows has been bumped to Python 3.5. - The Insteon Hub integration has been disabled due to a [request from Insteon][req-insteon]. @@ -155,7 +153,6 @@ Our website has now an additional category called "Ecosystem". This will become [@sdague]: https://github.com/sdague [@simonszu]: https://github.com/simonszu [@StaticCube]: https://github.com/StaticCube -[@tbeckha]: https://github.com/tbeckha [@tchellomello]: https://github.com/tchellomello [@turbokongen]: https://github.com/turbokongen [@wokar]: https://github.com/wokar @@ -163,7 +160,6 @@ Our website has now an additional category called "Ecosystem". This will become [@DanielHiversen]: https://github.com/DanielHiversen [currencylayer]: /components/sensor.currencylayer/ -[yahoo]: /components/sensor.yahoo_finance/ [mochat]: /components/mochat/ [firetv]: /components/notify.firetv/ [Yamaha]: /components/media_player.yamaha/ diff --git a/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown b/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown index 617d16fa8e5..967e3befa1c 100644 --- a/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown +++ b/source/_posts/2016-11-20-calendar--wink-thermostats--cisco-ios.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.33: New Calendar component, Wink thermostats and Cisco IOS" description: "Continued our upgrade to Async, fixed tons of bugs and added a few new things." date: 2016-11-20 00:04:05 +0000 date_formatted: "November 20, 2016" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2016-11-0.33/social.png --- diff --git a/source/_posts/2016-12-03-remote-websockets-sonarr.markdown b/source/_posts/2016-12-03-remote-websockets-sonarr.markdown index 1e2e3e66f86..4b2dde7b0e6 100644 --- a/source/_posts/2016-12-03-remote-websockets-sonarr.markdown +++ b/source/_posts/2016-12-03-remote-websockets-sonarr.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.34: New Remote component, Websockets, Sonarr, GPSLogger" description: "Major improvements of HomeMatic, Tellstick, the HTTP component, and more." date: 2016-12-03 08:04:05 +0000 date_formatted: "December 3, 2016" author: Fabian Affolter et al. author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2016-12-0.34/social.png --- @@ -123,7 +121,7 @@ We are working on a better solution for 0.35. ### Release 0.34.5 - December 12 - Fix Nest sensors doing I/O inside event loop ([@balloob]) - - Fix Nest version bump not triggering re-install ([@R1chardTM]) + - Fix Nest version bump not triggering re-install ([@EarthlingRich]) - Fix Nest cameras without activity zones ([@technicalpickles]) - Fix Plex doing I/O inside event loop ([@balloob]) @@ -142,7 +140,7 @@ We are working on a better solution for 0.35. Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template. -[@R1chardTM]: https://github.com/R1chardTM +[@EarthlingRich]: https://github.com/EarthlingRich [@armills]: https://github.com/armills [@jawilson]: https://github.com/jawilson [@rubund]: https://github.com/rubund diff --git a/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown b/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown index e9443de4ae1..a10e28bf81b 100644 --- a/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown +++ b/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.35: Text-to-speech, VLC, Flic, netdata" description: "Home Assistant learned to speak, VLC and AquosTV mediaplayer, Netdata, ZMAG, Flic, and Broadlink" date: 2016-12-17 08:04:05 +0000 date_formatted: "December 17, 2016" author: Fabian Affolter et al. author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2016-12-0.35/social.png --- diff --git a/source/_posts/2016-12-19-thank-you.markdown b/source/_posts/2016-12-19-thank-you.markdown index cbdc2a6d457..e52fb3ea83f 100644 --- a/source/_posts/2016-12-19-thank-you.markdown +++ b/source/_posts/2016-12-19-thank-you.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Thank You" description: "Thanks to all our contributors, dependencies and companies that help make Home Assistant awesome." date: 2016-12-19 21:04:05 UTC date_formatted: "December 19, 2016" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Community og_image: --- diff --git a/source/_posts/2017-01-03-control-my-christmas-tree-stats.markdown b/source/_posts/2017-01-03-control-my-christmas-tree-stats.markdown index 2e166076480..f09d818aca8 100644 --- a/source/_posts/2017-01-03-control-my-christmas-tree-stats.markdown +++ b/source/_posts/2017-01-03-control-my-christmas-tree-stats.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Control My Christmas Tree Stats" description: "I used Home Assistant for a publicly controllable Christmas tree and it worked great!" date: 2017-01-03 18:00:00 +0000 date_formatted: "January 3, 2017" author: Ben author_twitter: bruhautomation -comments: true categories: Community og_image: /images/blog/2017-01-bruh-christmas/christmas-tree.gif --- diff --git a/source/_posts/2017-01-14-iss-usps-images-packages.markdown b/source/_posts/2017-01-14-iss-usps-images-packages.markdown index 41dfdab815c..7988c5e2e22 100644 --- a/source/_posts/2017-01-14-iss-usps-images-packages.markdown +++ b/source/_posts/2017-01-14-iss-usps-images-packages.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.36: ISS, USPS, Image processing, Insteon" description: "Track packages, space stations, TrackR devices, Xiaomi, and UPC connect boxes" date: 2017-01-14 08:04:05 +0000 date_formatted: "January 15, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2016-01-0.36/social.png --- @@ -44,7 +42,7 @@ The new [image processing component][image] currently works with [number plates] - Switch: [BeagleBone Black][beaglebone] GPIO are supported now ([@MatoKafkac]) - Light: New support for [Tikteck][tik] Bluetooth bulbs ([@mjg59]) - Switch: Support for customised [Kankun SP3 Wifi][kankun] switches ([@webworxshop]) -- Insteon local: Local [insteon][insteon] support([@wardcraigj]) +- Insteon local: Local [insteon][insteon] support([@craigjmidwinter]) - `rest_command`: Support for using [REST][rest] ([@pvizeli]) - Sensor: Show details of the [Dublin RTPI][dublin] information ([@ttroy50]) - Light: [Zengge Bluetooth][zengge] bulbs ([@mjg59]) @@ -158,7 +156,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@ttroy50]: https://github.com/ttroy50 [@turbokongen]: https://github.com/turbokongen [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@webworxshop]: https://github.com/webworxshop [@Zac-HD]: https://github.com/Zac-HD @@ -166,7 +164,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [beaglebone]: /components/bbb_gpio/ [bl-switch]: /components/switch.broadlink/ [bom]: /components/weather.bom/ -[dublin]: /components/sensor.dublin_public_transport/ +[dublin]: /components/dublin_bus_transport/ [facebook]: /components/notify.facebook/ [image]: /components/image_processing/ [influx]: /components/influxdb/ diff --git a/source/_posts/2017-01-18-numbers.markdown b/source/_posts/2017-01-18-numbers.markdown index 8cbdf4f8a19..795597d9d0c 100644 --- a/source/_posts/2017-01-18-numbers.markdown +++ b/source/_posts/2017-01-18-numbers.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Numbers" description: "Numbers, lists, etc." date: 2017-01-18 08:04:05 +0000 date_formatted: "January 18, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Community --- diff --git a/source/_posts/2017-01-21-home-assistant-governance.markdown b/source/_posts/2017-01-21-home-assistant-governance.markdown index cb9a9d96a24..e2d36eef14b 100644 --- a/source/_posts/2017-01-21-home-assistant-governance.markdown +++ b/source/_posts/2017-01-21-home-assistant-governance.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant Governance [updated]" description: "Protecting Home Assistant for all, now and into the future" date: 2017-01-21 15:05:00 -0800 date_formatted: "January 21, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Organization --- diff --git a/source/_posts/2017-01-28-face-coffee-wink.markdown b/source/_posts/2017-01-28-face-coffee-wink.markdown index 5c318913ee0..2f638bc440c 100644 --- a/source/_posts/2017-01-28-face-coffee-wink.markdown +++ b/source/_posts/2017-01-28-face-coffee-wink.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.37: Face detection, Coffee, Wink" description: "Governance, Face recognition, improved camera security, and a coffee maker" date: 2017-01-28 08:04:05 +0000 date_formatted: "January 28, 2017" author: Fabian Affolter et al. author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2017-01-0.37/social.png --- @@ -101,7 +99,7 @@ Thanks to [@konikvranik] the [HDMI CEC][cec] integration got a huge update with - Light - Hue: Improvements ([@robbiet480]) - TTS - YandexTTS: Added speed and emotion to Yandex TTS ([@lupin-de-mid]) - Light - tellstick.py: Tellstick light fix ([@stefan-jonasson]) -- Switch - insteon_local.py: only check for devices when not defined in config ([@wardcraigj]) +- Switch - insteon_local.py: only check for devices when not defined in config ([@craigjmidwinter]) - Notify - Twitter: Allow direct messaging to user ([@fabaff]) - Fan - MQTT: Don't set a speed when fan turns on ([@robbiet480]) - Config: Allow easier customization of whole domain, entity lists, globs ([@andrey-git]) @@ -123,11 +121,11 @@ Thanks to [@konikvranik] the [HDMI CEC][cec] integration got a huge update with - Media player - Sonos: Add `is_coordinator`, set coordinator after join/unjoin, and no empty image ([@pvizeli], [@andrey-git], [@robbiet480]) - Climate: Hold mode ([@Duoxilian]) - Switch - TPlink: No longer doing I/O in event bus ([@balloob]) -- Light - Insteon local: Improve Insteon configuration ([@wardcraigj]) +- Light - Insteon local: Improve Insteon configuration ([@craigjmidwinter]) - Emulated Hue: Emulated Hue "host-ip" fails to bind when running in docker without `--net=host` ([@jeremydk]) - Climate - EQ3 BT smart: Add reporting for availability ([@rytilahti]) -Bugfix: [@balloob], [@fabaff], [@freol35241], [@pvizeli], [@Danielhiversen], [@tdickman], [@armills], [@rytilahti], [@R1chardTM], [@asbach], [@happyleavesaoc], [@robbiet480], [@colinodell], [@joopert], [@dale3h], [@pavoni], [@jaharkes], [@MartinHjelmare], [@mezz64], [@jabesq], and you if you are missing in this list. +Bugfix: [@balloob], [@fabaff], [@freol35241], [@pvizeli], [@Danielhiversen], [@tdickman], [@armills], [@rytilahti], [@EarthlingRich], [@asbach], [@happyleavesaoc], [@robbiet480], [@colinodell], [@joopert], [@dale3h], [@pavoni], [@jaharkes], [@MartinHjelmare], [@mezz64], [@jabesq], and you if you are missing in this list. ### Release 0.37.1 - February 2 @@ -142,7 +140,7 @@ Bugfix: [@balloob], [@fabaff], [@freol35241], [@pvizeli], [@Danielhiversen], [@t - Sonos: Prevent duplicate entries in favorite list ([@pvizeli]) - Fix Schlage Connect deadbolt integration via Z-Wave ([@turbokongen]) - Prevent infinite loop in crossconfigured mqtt event streams ([@aequitas]) -- Fix Hue lightgroups failing on startup ([@tboyce1]) +- Fix Hue lightgroups failing on startup (@tboyce1) ### Breaking changes - A **major** breaking change in the [`emulated_hue`][emul-hue] component means that unless you set `type: alexa` before starting up the newer Home Assistant version you will lose all devices that Alexa has discovered and will need to re-add them as well as create new groups. @@ -162,7 +160,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@DavidLP]: https://github.com/DavidLP [@molobrakos]: https://github.com/molobrakos -[@tboyce1]: https://github.com/tboyce1 [@MrMep]: https://github.com/MrMep [@joopert]: https://github.com/joopert [@armills]: https://github.com/armills @@ -192,7 +189,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@mezz64]: https://github.com/mezz64 [@pavoni]: https://github.com/pavoni [@MartinHjelmare]: https://github.com/MartinHjelmare -[@R1chardTM]: https://github.com/R1chardTM +[@EarthlingRich]: https://github.com/EarthlingRich [@andrey-git]: https://github.com/andrey-git [@kellerza]: https://github.com/kellerza [@dale3h]: https://github.com/dale3h @@ -209,7 +206,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@pvizeli]: https://github.com/pvizeli [@anpetrov]: https://github.com/anpetrov [@partofthething]: https://github.com/partofthething -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@Danielhiversen]: https://github.com/Danielhiversen [@colinodell]: https://github.com/colinodell [@hoopty]: https://github.com/hoopty @@ -229,7 +226,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@mKeRix]: https://github.com/mKeRix [@fakezeta]: https://github.com/fakezeta -[amcrest]: /components/binary_sensor.amcrest/ +[amcrest]: /components/amcrest/#binary_sensors [discord]: /components/notify.discord/ [tado]: /components/device_tracker.tado/ [sky]: /components/device_tracker.sky_hub/ diff --git a/source/_posts/2017-02-03-hassbian-toybox.markdown b/source/_posts/2017-02-03-hassbian-toybox.markdown index 6583ceb2601..b7c9f6e2979 100644 --- a/source/_posts/2017-02-03-hassbian-toybox.markdown +++ b/source/_posts/2017-02-03-hassbian-toybox.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "HASSbian 1.1 - The Toy-box" description: "New release of the HASSbian Raspberry Pi Image for Home Assistant" date: 2017-02-04 05:00:00 -0400 date_formatted: "February 4, 2017" author: Fredrik Lindqvist -comments: true categories: Technology --- @@ -58,5 +56,5 @@ To get started with the new image, check out the installation instructions in th [hassbian-repo]: https://github.com/home-assistant/hassbian-scripts [hassbian-avahi]: hassbian.local [landrash-github]: https://github.com/Landrash -[gs-image]: /getting-started/installation-raspberry-pi-image/ +[gs-image]: /docs/installation/hassbian/installation/ [discord]: https://discord.gg/8X8DTH4 diff --git a/source/_posts/2017-02-04-babyphone.markdown b/source/_posts/2017-02-04-babyphone.markdown index 2390c391cd8..b02fa1bb657 100644 --- a/source/_posts/2017-02-04-babyphone.markdown +++ b/source/_posts/2017-02-04-babyphone.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Smart Baby Monitor" description: "How to build your own smart baby monitor" date: 2017-02-03 01:00:00 UTC date_formatted: "February 3, 2017" author: Pascal Vizeli -comments: true categories: How-To og_image: /images/blog/2017-02-babyphone/social.png --- diff --git a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown index d36fb67ff8f..b70ef85c68c 100644 --- a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown +++ b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.38: Alert, AppleTV, MQTT discovery, and Yeelight" description: "Faster and more configurable frontend, configuration check, and complete move to async for core" date: 2017-02-11 08:04:05 +0000 date_formatted: "February 11, 2017" author: Robbie Trencheny, Fabian Affolter author_twitter: robbie -comments: true categories: Release-Notes og_image: /images/blog/2017-02-0.38/social.png --- @@ -86,8 +84,8 @@ The [`yeelight`][yeelight] component has been ported to use a more stable and fe - Notify - SMTP: Add error checking to the MIMEImage encoding ([@stratosmacker]) - Light - MQTT: Check for command topics when determining the capabilities of an MQTT light ([@herm]) - Core: Check config before restarting ([@andrey-git]) -- Light - [Hue][hue]: Fix groups with same names ([@tboyce1]) -- Template: Add icon_template to template sensor ([@tboyce1]) +- Light - [Hue][hue]: Fix groups with same names (@tboyce1) +- Template: Add icon_template to template sensor (@tboyce1) - Recorder: Refactoring, scoping, and better handling of SQLAlchemy Sessions ([@kellerza]) - Light - Flux: Add support for fluxled discovery. ([@aequitas]) - Media player - AppleTV: Add discovery support to Apple TV ([@postlund]) @@ -188,7 +186,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@sbidoul]: https://github.com/sbidoul [@sdague]: https://github.com/sdague [@stratosmacker]: https://github.com/stratosmacker -[@tboyce1]: https://github.com/tboyce1 [@tchellomello]: https://github.com/tchellomello [@Teagan42]: https://github.com/Teagan42 [@turbokongen]: https://github.com/turbokongen diff --git a/source/_posts/2017-02-14-clt-workshop.markdown b/source/_posts/2017-02-14-clt-workshop.markdown index 3a9530b889b..73e169b097b 100644 --- a/source/_posts/2017-02-14-clt-workshop.markdown +++ b/source/_posts/2017-02-14-clt-workshop.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Workshop at CLT 2017" description: "Home Assistant Workshop at the Chemnitzer Linux-Tage 2017" date: 2017-02-14 08:04:05 +0000 date_formatted: "February 14, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Community og_image: /images/blog/2017-02-workshop/social.png --- diff --git a/source/_posts/2017-02-22-home-assistant-tshirts-have-arrived.markdown b/source/_posts/2017-02-22-home-assistant-tshirts-have-arrived.markdown index add82986046..ec9a7d65ea2 100644 --- a/source/_posts/2017-02-22-home-assistant-tshirts-have-arrived.markdown +++ b/source/_posts/2017-02-22-home-assistant-tshirts-have-arrived.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant t-shirts have arrived!" description: "You asked and asked and we finally caved: Home Assistant t-shirts are here!" date: 2017-02-22 00:04:05 +0000 date_formatted: "February 22, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Merchandise og_image: /images/blog/2017-02-shirts/social.png --- diff --git a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown index 6178aa019f8..a71496711bd 100644 --- a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown +++ b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.39: Configuration panel, state restoration and improved docs" description: "0.39 is by far our best release yet." date: 2017-02-25 08:04:05 +0000 date_formatted: "February 25, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-02-0.39/social.png --- @@ -285,7 +283,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@kitcorey]: https://github.com/kitcorey [@andersonshatch]: https://github.com/andersonshatch -[telegram]: /componet/telegram_webhooks/ +[telegram]: /components/webhooks/ [pushsafer]: /components/notify.pushsafer/ [openhome]: /components/media_player.openhome/ [ups]: /components/sensor.ups/ diff --git a/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown b/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown index 532f66c56b9..b3babbd80be 100644 --- a/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown +++ b/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant 0.40: Turn any Android phone into an IP Webcam" description: "Big startup performance increase and tons of bug fixes for MQTT, Z-Wave." date: 2017-03-11 08:04:05 +0000 date_formatted: "March 11, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-03-0.40/social.png --- @@ -101,7 +99,7 @@ Hot fix release to fix dependency issues. More detailed information about the is - Remove automatically reloading group config ([@balloob]) - Default config to setup group editor ([@balloob]) - minor broadlink fix ([@danielhiversen]) -- Update Yeelight Sunflower light platform to 0.0.6 ([@lindsaymarkwawrd]) +- Update Yeelight Sunflower light platform to 0.0.6 (@lindsaymarkwawrd) - Some zwave cleanup ([@andrey-git]) - sensor.speedtest: provide a default icon ([@molobrakos]) - Test the temperature returned by RM2 ([@aronsky]) @@ -123,13 +121,13 @@ Hot fix release to fix dependency issues. More detailed information about the is - Config fix ([@balloob]) - Bugfix mqtt paho client to speend time ([@pvizeli]) - Properly report features for each hue bulb type ([@jawilson]) -- Local file camera now supports yet inexisting files. ([@jjmontestl]) +- Local file camera now supports yet inexisting files. ([@jjmontesl]) - light.transition now supports float instead of int in order to be able to perform faster transitions ([@BillyNate]) - Fix for OSRAM lights connected to hue bridge ([@groth-its]) - Add support for MAX!Cube thermostats and window shutter sensors ([@BastianPoe]) - Analog modem callerid support ([@vroomfonde1]) - [sensor.dnsip] New Sensor: DNS IP ([@danielperna84]) -- Update library version for Yeelight Sunflower lights platform (fix for packaging problem with 0.0.7) ([@lindsaymarkwawrd]) +- Update library version for Yeelight Sunflower lights platform (fix for packaging problem with 0.0.7) (@lindsaymarkwawrd) - Prevent duplicate names on Vera devices by appending the device id ([@arjenfvellinga]) - Add temperature support for MH-Z19 CO2 sensor. ([@andrey-git]) - improve history_stats accuracy ([@bokub]) @@ -140,7 +138,7 @@ Hot fix release to fix dependency issues. More detailed information about the is - Frontier silicon ([@zhelev]) - Bootstrap / Component setup async ([@pvizeli]) - Convert kpH and mpH to kph and mph ([@ericgingras]) -- Rollback netdisco to 0.8.2 to resolve #6165 ([@jumpkick]) +- Rollback netdisco to 0.8.2 to resolve #6165 ([@deftdawg]) - Log errors when loading yaml ([@kellerza]) - Bootstrap tweaks tests ([@balloob]) - Telegram webhooks new text event ([@scipioni]) @@ -175,7 +173,7 @@ Hot fix release to fix dependency issues. More detailed information about the is - Bugfix new async_add_devices function ([@pvizeli]) - Restore for input_slider ([@pvizeli]) - Added IPv4 data collector ([@open-homeautomation]) -- Return None instead of raising ValueException from as_timestamp template function. ([@jjmontestl]) +- Return None instead of raising ValueException from as_timestamp template function. ([@jjmontesl]) - [recorder] Catch more startup errors #6179 ([@kellerza]) - twilio component ([@happyleavesaoc]) - Add Z-Wave battery level as a sensor. ([@andrey-git]) @@ -236,7 +234,7 @@ Hot fix release to fix dependency issues. More detailed information about the is - Increase upper limit on light transitions ([@amelchio]) - Bugfix android camera autodiscovery settings ([@pvizeli]) - Update to Pyunifi2.0 ([@finish06]) -- Insteon lib ([@wardcraigj]) +- Insteon lib ([@craigjmidwinter]) - Bugfix rpi_rf cleanup ([@pvizeli]) - Android webcam better error handling / pump library 0.4 ([@pvizeli]) @@ -264,7 +262,6 @@ Hot fix release to fix dependency issues. More detailed information about the is [@danielperna84]: https://github.com/danielperna84 [@dennisdegreef]: https://github.com/dennisdegreef [@dramamoose]: https://github.com/dramamoose -[@ericgingras]: https://github.com/ericgingras [@fabaff]: https://github.com/fabaff [@finish06]: https://github.com/finish06 [@fronzbot]: https://github.com/fronzbot @@ -273,12 +270,11 @@ Hot fix release to fix dependency issues. More detailed information about the is [@ishults]: https://github.com/ishults [@janLo]: https://github.com/janLo [@jawilson]: https://github.com/jawilson -[@jjmontestl]: https://github.com/jjmontestl +[@jjmontesl]: https://github.com/jjmontesl [@jmvermeulen]: https://github.com/jmvermeulen [@joe248]: https://github.com/joe248 -[@jumpkick]: https://github.com/jumpkick +[@deftdawg]: https://github.com/deftdawg [@kellerza]: https://github.com/kellerza -[@lindsaymarkwawrd]: https://github.com/lindsaymarkwawrd [@martinfrancois]: https://github.com/martinfrancois [@masarliev]: https://github.com/masarliev [@mezz64]: https://github.com/mezz64 @@ -299,7 +295,7 @@ Hot fix release to fix dependency issues. More detailed information about the is [@titilambert]: https://github.com/titilambert [@valentinalexeev]: https://github.com/valentinalexeev [@vroomfonde1]: https://github.com/vroomfonde1 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@zhelev]: https://github.com/zhelev [main chat channel]: https://discord.gg/c5DvZ4e [@dale3h]: https://github.com/dale3h diff --git a/source/_posts/2017-03-22-broken-dependencies.markdown b/source/_posts/2017-03-22-broken-dependencies.markdown index 3d8a94b6b42..1a8b2156ab4 100644 --- a/source/_posts/2017-03-22-broken-dependencies.markdown +++ b/source/_posts/2017-03-22-broken-dependencies.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.40.2 and broken dependencies" description: "Due to a bug in our dependency installation, some older versions can get into a broken state." date: 2017-03-22 08:04:05 +0000 date_formatted: "March 22, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- diff --git a/source/_posts/2017-03-23-opensourcecraft-interview-with-founder-paulus-schoutsen.markdown b/source/_posts/2017-03-23-opensourcecraft-interview-with-founder-paulus-schoutsen.markdown index a3c2c772155..aac29e8b7d7 100644 --- a/source/_posts/2017-03-23-opensourcecraft-interview-with-founder-paulus-schoutsen.markdown +++ b/source/_posts/2017-03-23-opensourcecraft-interview-with-founder-paulus-schoutsen.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "OpenSourceCraft interviews our founder Paulus Schoutsen" description: "Gregg Pollack from OpenSourceCraft sat down with our founder Paulus Schoutsen to talk about community building." date: 2017-03-23 08:04:05 +0000 date_formatted: "March 23, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Media og_image: /images/blog/2017-03-opensourcecraft/social.jpg --- diff --git a/source/_posts/2017-03-25-todo-volumio-workday.markdown b/source/_posts/2017-03-25-todo-volumio-workday.markdown index c0ebd7f9e6d..acd5a97763b 100644 --- a/source/_posts/2017-03-25-todo-volumio-workday.markdown +++ b/source/_posts/2017-03-25-todo-volumio-workday.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant 0.41: Tado, Volumio, Workday, improved Plex" description: "Improved Pley media player, filtering components overview, Tado and Volumio platform" date: 2017-03-25 08:04:05 +0000 date_formatted: "March 25, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2017-03-0.41/social.png --- @@ -49,9 +47,9 @@ Experiencing issues introduced by this release? Please report them in our [issue ## All changes - Bugfix android camera autodiscovery settings ([@pvizeli] - [#6510]) -- Insteon lib ([@wardcraigj] - [#6505]) +- Insteon lib ([@craigjmidwinter] - [#6505]) - Update to Pyunifi2.0 ([@finish06] - [#6490]) -- Insteon lib ([@wardcraigj] - [#6505]) +- Insteon lib ([@craigjmidwinter] - [#6505]) - Don't allow sending to invalid iOS targets ([@robbiet480] - [#6115]) - Bugfix rpi_rf cleanup ([@pvizeli] - [#6513]) - Include LICENSE.md in tarball ([@bachp] - [#6514]) @@ -330,7 +328,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@tylercrumpton]: https://github.com/tylercrumpton [@vrnagy]: https://github.com/vrnagy [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@wmalgadey]: https://github.com/wmalgadey [@yeralin]: https://github.com/yeralin @@ -341,7 +339,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [mqtt]: /docs/mqtt/ [plex]: /components/media_player.plex/ [tado]: /components/climate.tado/ -[volumio]: //components/media_player.volumio/ +[volumio]: /components/volumio/ [workday]: /components/binary_sensor.workday/ [android]: /components/android_ip_webcam/ [shadow]: https://www.w3.org/TR/shadow-dom/ diff --git a/source/_posts/2017-03-28-http-to-mqtt-bridge.markdown b/source/_posts/2017-03-28-http-to-mqtt-bridge.markdown index 2376b8c86ef..dcb718b4ada 100644 --- a/source/_posts/2017-03-28-http-to-mqtt-bridge.markdown +++ b/source/_posts/2017-03-28-http-to-mqtt-bridge.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "HTTP to MQTT bridge" description: "How to integrate IFTTT with HA using MQTT" date: 2017-03-28 06:00:00 +0000 date_formatted: "March 28, 2017" author: petkov -comments: true categories: How-To og_image: /images/blog/2017-03-bridge/social.png --- diff --git a/source/_posts/2017-04-01-thomas-krenn-award.markdown b/source/_posts/2017-04-01-thomas-krenn-award.markdown index 97169192381..92ba7221fc7 100644 --- a/source/_posts/2017-04-01-thomas-krenn-award.markdown +++ b/source/_posts/2017-04-01-thomas-krenn-award.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Thomas Krenn award 2017" description: "Thomas Krenn award 2017" date: 2017-04-01 06:00:00 +0000 date_formatted: "April 01, 2017" author: Fabian Affolter -comments: true categories: Community og_image: /images/blog/2017-04-award/social.png --- diff --git a/source/_posts/2017-04-08-eddystone-beacons--lockitron-locks--total-connect.markdown b/source/_posts/2017-04-08-eddystone-beacons--lockitron-locks--total-connect.markdown index be8c3d0238e..d459400e99c 100644 --- a/source/_posts/2017-04-08-eddystone-beacons--lockitron-locks--total-connect.markdown +++ b/source/_posts/2017-04-08-eddystone-beacons--lockitron-locks--total-connect.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant 0.42: Eddystone Beacons, Lockitron locks and Total Connect alarm systems" description: "Tons of bug fixes, performance increasements and some cool new integrations." date: 2017-04-08 08:04:05 +0000 date_formatted: "April 8, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-04-0.42/social.png --- @@ -28,7 +26,7 @@ Also want to take a moment to thank Austin Andrews aka [Templarian] for his [Mat - Lockitron locks ([@aarya123] - [#6805]) - Met Office weather and sensor components ([@jacobtomlinson] - [#6742]) -- Total Connect alarm systems ([@wardcraigj] - [#6887]) +- Total Connect alarm systems ([@craigjmidwinter] - [#6887]) - Eddystone Beacon Temperature Sensor ([@citruz] - [#6789]) - CrimeReports.com integration shows crimes around a location in the US ([@happyleavesaoc] - [#6966]) - The Ring doorbell has been integrated further with the inclusion of binary sensors ([@tchellomello] - [#6520]) @@ -170,7 +168,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fix configuration setup ([@bdurrer] - [#6853]) - Add option to disable automatic add for lights and sensors. ([@aequitas] - [#6852]) - Update aioHTTP to 2.0.5 ([@pvizeli] - [#6856]) -- use change light level to avoid variable ramp speeds ([@wardcraigj] - [#6860]) +- use change light level to avoid variable ramp speeds ([@craigjmidwinter] - [#6860]) - Handle aiohttp task cancellation better ([@balloob] - [#6862]) - Introduced Ring binary sensors and refactored Ring component ([@tchellomello] - [#6520]) (breaking change) (new-platform) - Upgrade sendgrid to 3.6.5 ([@fabaff] - [#6866]) @@ -204,7 +202,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Upgrade Sphinx to 1.5.4 ([@fabaff] - [#6927]) - Allow token authentication for 'hook' switch component ([@KlaasH] - [#6922]) - WIP - Fix bug in state handling in Vera Switch and Light ([@pavoni] - [#6931]) -- total connect alarm support ([@wardcraigj] - [#6887]) (new-platform) +- total connect alarm support ([@craigjmidwinter] - [#6887]) (new-platform) - Initial state over restore state ([@balloob] - [#6924]) (breaking change) - Eddystone Beacon Temperature Sensor ([@citruz] - [#6789]) (new-platform) - Add android ip webcam support for aiohttp2 ([@pvizeli] - [#6940]) @@ -395,7 +393,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@turbokongen]: https://github.com/turbokongen [@viswa-swami]: https://github.com/viswa-swami [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@wmalgadey]: https://github.com/wmalgadey [forum]: https://community.home-assistant.io/ [issue]: https://github.com/home-assistant/home-assistant/issues diff --git a/source/_posts/2017-04-15-ios.markdown b/source/_posts/2017-04-15-ios.markdown index 817cb646318..0da454d13ed 100644 --- a/source/_posts/2017-04-15-ios.markdown +++ b/source/_posts/2017-04-15-ios.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "1 year and 22 days ago I had an idea..." description: "An Easter gift from Home Assistant for all iOS fans" date: 2017-04-15 08:04:05 +0000 date_formatted: "April 16, 2017" author: Robbie Trencheny author_twitter: robbie -comments: true categories: Announcements --- diff --git a/source/_posts/2017-04-17-ikea-tradfri-internet-of-things-done-right.markdown b/source/_posts/2017-04-17-ikea-tradfri-internet-of-things-done-right.markdown index b595a432195..a94f72df246 100644 --- a/source/_posts/2017-04-17-ikea-tradfri-internet-of-things-done-right.markdown +++ b/source/_posts/2017-04-17-ikea-tradfri-internet-of-things-done-right.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "IKEA Trådfri: Internet of Things done right" description: "We analyzed the recently released IKEA Trådfri hardware. It is the perfect companion hardware to Home Assistant." date: 2017-04-17 08:04:05 +0000 date_formatted: "April 17, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Internet-of-Things og_image: /images/blog/2017-04-tradfri/gateway.jpg --- diff --git a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown index e1ea17c03e2..d2721040083 100644 --- a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown +++ b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant 0.43: IKEA Trådfri, Spotify and our iOS app is live" description: "Another packed release. Three major cool new features and a ton of small ones." date: 2017-04-22 01:04:05 +0000 date_formatted: "April 22, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-04-0.43/components.png --- @@ -91,7 +89,7 @@ Experiencing issues introduced by this release? Please report them in our [issue ## Release 0.43.1 - April 25 -- Zwave cover workaround for graber shades. ([@turbokongen] - [#7204]) ([cover.zwave docs]) ([zwave.workaround docs]) +- Zwave cover workaround for graber shades. ([@turbokongen] - [#7204]) ([cover.zwave docs]) (zwave.workaround docs) - Upgrade paho-mqtt to 1.2.3 ([@fabaff] - [#7214]) - Workround for wemo subscription bug. ([@pavoni] - [#7245]) ([wemo docs]) ([switch.wemo docs]) - Fix telegram webhooks ([@MartinHjelmare] - [#7236]) ([telegram_bot docs]) ([telegram_bot.webhooks docs]) @@ -173,7 +171,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Add support fo map data from Neato ([@turbokongen] - [#6939]) ([neato docs]) ([camera.neato docs]) ([sensor.neato docs]) (new-platform) - Added initial support for IKEA Trådfri Gateway ([@ggravlingen] - [#7074]) ([light.tradfri docs]) (new-platform) - Better thread safety in zwave node_entity ([@andrey-git] - [#7087]) -- Uber version bump ([@armills] - [#7100]) ([sensor.uber docs]) +- Uber version bump ([@armills] - [#7100]) (sensor.uber docs) - No product ids configured should fetch all ids ([@armills] - [#7091]) - Upgrade aiohttp to 2.0.7 ([@fabaff] - [#7106]) - Update file header, add const for defaults, and update log messages ([@fabaff] - [#7110]) @@ -464,12 +462,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.fido docs]: /components/sensor.fido/ [sensor.modbus docs]: /components/sensor.modbus/ [sensor.mvglive docs]: /components/sensor.mvglive/ -[sensor.neato docs]: /components/sensor.neato/ +[sensor.neato docs]: /components/neato/ [sensor.opensky docs]: /components/sensor.opensky/ [sensor.qnap docs]: /components/sensor.qnap/ [sensor.speedtest docs]: /components/sensor.speedtest/ [sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.uber docs]: /components/sensor.uber/ [sensor.ups docs]: /components/sensor.ups/ [sensor.usps docs]: /components/sensor.usps/ [sensor.vera docs]: /components/sensor.vera/ @@ -502,7 +499,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [telegram_bot docs]: /components/telegram_bot/ [telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ [wemo docs]: /components/wemo/ -[zwave.workaround docs]: /components/zwave.workaround/ [#7271]: https://github.com/home-assistant/home-assistant/pull/7271 [#7282]: https://github.com/home-assistant/home-assistant/pull/7282 [#7290]: https://github.com/home-assistant/home-assistant/pull/7290 diff --git a/source/_posts/2017-04-24-hardware-contest-2017.markdown b/source/_posts/2017-04-24-hardware-contest-2017.markdown index 0a1b08123f7..5b240ff64b3 100644 --- a/source/_posts/2017-04-24-hardware-contest-2017.markdown +++ b/source/_posts/2017-04-24-hardware-contest-2017.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Hardware Contest 2017" description: "Voting period for Hardware Contest 2017 started" date: 2017-04-24 06:00:00 +0000 date_formatted: "April 24, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Community og_image: /images/default-social.png --- diff --git a/source/_posts/2017-04-25-influxdb-grafana-docker.markdown b/source/_posts/2017-04-25-influxdb-grafana-docker.markdown index 75cdd440c15..8f7d1fa4fa4 100644 --- a/source/_posts/2017-04-25-influxdb-grafana-docker.markdown +++ b/source/_posts/2017-04-25-influxdb-grafana-docker.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Setting up InfluxDB and Grafana using Docker" description: "Use this tutorial to setup InfluxDB and Grafana in a Docker container and use it with Home Assistant." date: 2017-04-25 08:04:05 +0000 date_formatted: "April 25, 2017" author: Alok Saboo author_twitter: alokrsaboo -comments: true categories: How-To og_image: /images/blog/2017-04-influxdb-grafana/influxdb-grafana-ha.png --- diff --git a/source/_posts/2017-04-30-hassbian-1.21-its-about-time.markdown b/source/_posts/2017-04-30-hassbian-1.21-its-about-time.markdown index c12b8f8c010..95057cdb164 100644 --- a/source/_posts/2017-04-30-hassbian-1.21-its-about-time.markdown +++ b/source/_posts/2017-04-30-hassbian-1.21-its-about-time.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "HASSbian 1.21 - It's about time isn't it" description: "New release of the HASSbian Raspberry Pi Image for Home Assistant" date: 2017-04-30 16:00:00 +0100 date_formatted: "April 30, 2017" author: Fredrik Lindqvist -comments: true categories: Technology --- @@ -46,5 +44,5 @@ To get started with the new image, check out the installation instructions in th [cec]: /components/hdmi_cec/ [hassbian-repo]: https://github.com/home-assistant/hassbian-scripts/ [hassbian-config-release]: https://github.com/home-assistant/hassbian-scripts/releases/latest -[gs-image]: /getting-started/installation-raspberry-pi-image/ +[gs-image]: /docs/installation/hassbian/installation/ [discord-devs]: https://discord.gg/8X8DTH4 diff --git a/source/_posts/2017-05-01-home-assistant-on-raspberry-pi-zero-in-30-minutes.markdown b/source/_posts/2017-05-01-home-assistant-on-raspberry-pi-zero-in-30-minutes.markdown index e6573538ed6..d8c348c29d1 100644 --- a/source/_posts/2017-05-01-home-assistant-on-raspberry-pi-zero-in-30-minutes.markdown +++ b/source/_posts/2017-05-01-home-assistant-on-raspberry-pi-zero-in-30-minutes.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant on a Pi Zero W in 30 minutes" description: "Installing Home Assistant (Hassbian) on a Pi Zero W" date: 2017-05-01 09:00:00 date_formatted: "May 1, 2017" author: Avraham David Gelbfish author_twitter: adgelbfish -comments: true categories: How-To og_image: /images/blog/2017-05-hassbian-pi-zero/home_assistant_plus_rpi_600x315.png --- @@ -21,7 +19,7 @@ og_image: /images/blog/2017-05-hassbian-pi-zero/home_assistant_plus_rpi_600x315. Saw the [announcement](/blog/2017/04/30/hassbian-1.21-its-about-time/) yesterday for HASSbian 1.21 and got super excited? -Today we'll flash the latest HASSbian to a [Raspberry Pi Zero W](https://www.raspberrypi.org/products/pi-zero/). +Today we'll flash the latest HASSbian to a [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero/). **With an added bonus** that besides for an USB cable for power, there's no need for any cables! What you'll need: diff --git a/source/_posts/2017-05-05-podcast-init-interview.markdown b/source/_posts/2017-05-05-podcast-init-interview.markdown index 386612df245..4a182854760 100644 --- a/source/_posts/2017-05-05-podcast-init-interview.markdown +++ b/source/_posts/2017-05-05-podcast-init-interview.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Podcast.__init__ interview with Paulus Schoutsen" description: "Tobias Macey interviews our founder Paulus Schoutsen about Home Assistant." date: 2017-05-05 02:00:00 date_formatted: "May 5, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Media og_image: /images/blog/2017-05-podcast-init/podcast_init.png --- diff --git a/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown b/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown index b08d6d620cd..7bb892bd024 100644 --- a/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown +++ b/source/_posts/2017-05-06-zigbee-opencv-dlib.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant 0.44: Zigbee, OpenCV and DLib" description: "Speak natively with Zigbee network, detect faces with OpenCV: 0.44 is here." date: 2017-05-06 01:04:05 +0000 date_formatted: "May 6, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-05-0.44/components.png --- @@ -109,7 +107,7 @@ influxdb: - Upgrade speedtest-cli to 1.0.5 ([@fabaff] - [#7215]) - Upgrade paho-mqtt to 1.2.3 ([@fabaff] - [#7214]) - Upgrade aiohttp_cors to 0.5.3 ([@fabaff] - [#7213]) -- Use consts and string formatting ([@fabaff] - [#7243]) ([notify.instapush docs]) +- Use consts and string formatting ([@fabaff] - [#7243]) (notify.instapush docs) - Pushed to version 0.4.0 of denonavr which also includes experimental support for Marantz receivers ([@scarface-4711] - [#7250]) - Add notice regarding submission of analytics ([@craftyguy] - [#7263]) - Iterating the dictionary directly ([@fabaff] - [#7251]) @@ -459,7 +457,6 @@ influxdb: [media_player.webostv docs]: /components/media_player.webostv/ [mqtt docs]: /components/mqtt/ [notify.html5 docs]: /components/notify.html5/ -[notify.instapush docs]: /components/notify.instapush/ [notify.joaoapps_join docs]: /components/notify.joaoapps_join/ [notify.mailgun docs]: /components/notify.mailgun/ [notify.matrix docs]: /components/notify.matrix/ diff --git a/source/_posts/2017-05-07-grazer-linuxtage-2017-talk-python-everywhere.markdown b/source/_posts/2017-05-07-grazer-linuxtage-2017-talk-python-everywhere.markdown index 2199538b463..01e4ae73af1 100644 --- a/source/_posts/2017-05-07-grazer-linuxtage-2017-talk-python-everywhere.markdown +++ b/source/_posts/2017-05-07-grazer-linuxtage-2017-talk-python-everywhere.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Grazer Linuxtage 2017: Python Everywhere" description: "Florian Klien's talk at Grazer Linuxtage 2017 about Home Assistant." date: 2017-05-07 02:00:00 date_formatted: "May 7, 2017" author: Florian Klien author_twitter: flowolf -comments: true categories: Community Micropython og_image: /images/blog/2017-05-grazer-linuxtage/social.png --- diff --git a/source/_posts/2017-05-13-home-assistant-on-orange-pi-zero.markdown b/source/_posts/2017-05-13-home-assistant-on-orange-pi-zero.markdown index f948e0b22cb..1902af39a99 100644 --- a/source/_posts/2017-05-13-home-assistant-on-orange-pi-zero.markdown +++ b/source/_posts/2017-05-13-home-assistant-on-orange-pi-zero.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant on an Orange Pi Zero" description: "Installing Home Assistant on a Orange Pi Zero with armbian." date: 2017-05-13 09:00:00 date_formatted: "May 13, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To og_image: /images/blog/2017-05-orangepi/social.png --- diff --git a/source/_posts/2017-05-19-home-assistant-at-pycon-us-2017.markdown b/source/_posts/2017-05-19-home-assistant-at-pycon-us-2017.markdown index bbf04b80055..27e9e5aa404 100644 --- a/source/_posts/2017-05-19-home-assistant-at-pycon-us-2017.markdown +++ b/source/_posts/2017-05-19-home-assistant-at-pycon-us-2017.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant at PyCon US 2017" description: "A bunch of our developers and users will be at PyCon US 2017." date: 2017-05-19 00:00:01 date_formatted: "May 19, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Community --- diff --git a/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown b/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown index 2b97f2d0536..8a1da0f5fca 100644 --- a/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown +++ b/source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant 0.45: Automation editor, Z-Wave panel, OCR" description: "AXIS and Keene support, PiFace, Raspihats, and Datadog integration" date: 2017-05-20 13:00:00 +0000 date_formatted: "May 20, 2017" author: Paulus Schoutsen & Fabian Affolter author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-05-0.45/components.png --- @@ -137,7 +135,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Add myStrom binary sensor ([@fabaff] - [#7530]) - Add not-context-manager ([@fabaff] - [#7523]) - Threadsafe configurator ([@Kane610] - [#7536]) ([configurator docs]) -- Fix for #7459 ([@jumpkick] - [#7544]) ([alexa docs]) +- Fix for #7459 ([@deftdawg] - [#7544]) ([alexa docs]) - Upgrade sendgrid to 4.1.0 ([@fabaff] - [#7538]) ([notify.sendgrid docs]) - Automatic version bump ([@armills] - [#7555]) ([device_tracker.automatic docs]) - Upgrade dweepy to 0.3.0 ([@fabaff] - [#7550]) ([dweet docs]) ([sensor.dweet docs]) @@ -319,7 +317,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@imrehg]: https://github.com/imrehg [@jhemzal]: https://github.com/jhemzal [@jminardi]: https://github.com/jminardi -[@jumpkick]: https://github.com/jumpkick +[@deftdawg]: https://github.com/deftdawg [@mezz64]: https://github.com/mezz64 [@mnoorenberghe]: https://github.com/mnoorenberghe [@nunofgs]: https://github.com/nunofgs @@ -373,8 +371,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [light.blinksticklight docs]: /components/light.blinksticklight/ [light.enocean docs]: /components/light.enocean/ [light.flux_led docs]: /components/light.flux_led/ -[light.insteon_local docs]: /components/light.insteon_local/ -[light.insteon_plm docs]: /components/light.insteon_plm/ +[light.insteon_local docs]: /components/insteon/ +[light.insteon_plm docs]: /components/insteon/ [light.isy994 docs]: /components/light.isy994/ [light.lifx docs]: /components/light.lifx/ [light.limitlessled docs]: /components/light.limitlessled/ @@ -415,7 +413,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.rpi_pfio docs]: /components/switch.rpi_pfio/ [telegram_bot docs]: /components/telegram_bot/ [telegram_bot.polling docs]: /components/telegram_bot.polling/ -[telegram_bot.services.yaml docs]: /components/telegram_bot.services.yaml/ +[telegram_bot.services.yaml docs]: /components/telegram_bot/#notification-services [telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ [tradfri docs]: /components/tradfri/ [vera docs]: /components/vera/ diff --git a/source/_posts/2017-06-02-home-assistant-podcast-1.markdown b/source/_posts/2017-06-02-home-assistant-podcast-1.markdown index 68e4137c8d6..8db7d6ea626 100644 --- a/source/_posts/2017-06-02-home-assistant-podcast-1.markdown +++ b/source/_posts/2017-06-02-home-assistant-podcast-1.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant Podcast 1" description: "Home Assistant Podcast 1 – Introduction and 0.45" date: 2017-06-02 06:00:00 +0000 date_formatted: "June 02, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Media og_image: /images/hasspodcast.jpg --- diff --git a/source/_posts/2017-06-04-release-46.markdown b/source/_posts/2017-06-04-release-46.markdown index 97ba65c8320..ab31a184063 100644 --- a/source/_posts/2017-06-04-release-46.markdown +++ b/source/_posts/2017-06-04-release-46.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.46: Rachio sprinklers, Netgear Arlo cameras and Z-Wave fans" description: "Another great new release with a major focus on bugfixes." date: 2017-06-04 01:04:05 +0000 date_formatted: "June 4, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-06-0.46/components.png --- @@ -150,7 +148,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - don't use default for switch name, so that the object id is used ([@abmantis] - [#7845]) ([switch.broadlink docs]) (breaking change) - Disallow ambiguous color descriptors in the light.turn_on schema ([@amelchio] - [#7765]) (breaking change) - Make monkey patch work in Python 3.6 ([@balloob] - [#7848]) -- fix permissions issue for Insteon Local #6558 ([@wardcraigj] - [#7860]) ([insteon_local docs]) +- fix permissions issue for Insteon Local #6558 ([@craigjmidwinter] - [#7860]) ([insteon_local docs]) - Start of migration framework, to allow moving of files in the config … ([@infamy] - [#7740]) ([ios docs]) ([notify.ios docs]) (breaking change) - Spotify aliases ([@Teagan42] - [#7702]) ([media_player.spotify docs]) - Query in InfluxDB sensor is now templatable ([@titilambert] - [#7634]) ([sensor.influxdb docs]) @@ -306,13 +304,13 @@ Experiencing issues introduced by this release? Please report them in our [issue [@tobygray]: https://github.com/tobygray [@turbokongen]: https://github.com/turbokongen [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [alarm_control_panel.concord232 docs]: /components/alarm_control_panel.concord232/ [apcupsd docs]: /components/apcupsd/ [arlo docs]: /components/arlo/ [automation.state docs]: /docs/automation/trigger/#state-trigger [automation.time docs]: /docs/automation/trigger/#time-trigger -[calendar.demo docs]: /components/calendar.demo/ +[calendar.demo docs]: /components/calendar/ [calendar.google docs]: /components/calendar.google/ [camera.amcrest docs]: /components/camera.amcrest/ [camera.arlo docs]: /components/camera.arlo/ @@ -342,14 +340,14 @@ Experiencing issues introduced by this release? Please report them in our [issue [lutron docs]: /components/lutron/ [media_player.denonavr docs]: /components/media_player.denonavr/ [media_player.openhome docs]: /components/media_player.openhome/ -[media_player.services.yaml docs]: /components/media_player.services.yaml/ +[media_player.services.yaml docs]: /components/media_player/#services [media_player.snapcast docs]: /components/media_player.snapcast/ [media_player.sonos docs]: /components/media_player.sonos/ [media_player.spotify docs]: /components/media_player.spotify/ [media_player.volumio docs]: /components/media_player.volumio/ [modbus docs]: /components/modbus/ [mqtt.discovery docs]: /components/mqtt.discovery/ -[notify.ios docs]: /components/notify.ios/ +[notify.ios docs]: /docs/ecosystem/ios/notifications/basic/ [notify.rest docs]: /components/notify.rest/ [notify.slack docs]: /components/notify.slack/ [notify.smtp docs]: /components/notify.smtp/ diff --git a/source/_posts/2017-06-10-interview-with-jupiter-broadcasting.markdown b/source/_posts/2017-06-10-interview-with-jupiter-broadcasting.markdown index 186815ff11b..dd9eaf90a15 100644 --- a/source/_posts/2017-06-10-interview-with-jupiter-broadcasting.markdown +++ b/source/_posts/2017-06-10-interview-with-jupiter-broadcasting.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Linux Action Show special about Home Assistant" description: "Our founder Paulus Schoutsen is interviewed by Chris Fisher about home automation, Hass.io and the new Home Assistant podcast." date: 2017-06-10 01:04:05 +0000 date_formatted: "June 10, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Media og_image: /images/blog/2017-06-jupiter-broadcasting/social.jpg --- diff --git a/source/_posts/2017-06-15-zwave-entity-ids.markdown b/source/_posts/2017-06-15-zwave-entity-ids.markdown index 48bb3a80df1..740a82a1083 100644 --- a/source/_posts/2017-06-15-zwave-entity-ids.markdown +++ b/source/_posts/2017-06-15-zwave-entity-ids.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "ZWave Entity IDs" description: "Information on the past and future of ZWave Entity IDs." date: 2017-06-15 08:00:00 -0400 date_formatted: "June 15, 2017" author: Adam Mills -comments: true categories: Technology --- diff --git a/source/_posts/2017-06-17-release-47.markdown b/source/_posts/2017-06-17-release-47.markdown index 27fab3c6201..8e37c33f34d 100644 --- a/source/_posts/2017-06-17-release-47.markdown +++ b/source/_posts/2017-06-17-release-47.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.47: Python Scripts, Sesame Smart Lock, Gitter, Onvif cameras" description: "Use Python to script Hass and enjoy a ton of new integrations. We now passed the 700 integrations!" date: 2017-06-17 01:04:05 +0000 date_formatted: "June 17, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-06-0.47/components.png --- @@ -197,7 +195,7 @@ automation: - Add juicenet platform ([@jesserockz] - [#7668]) ([juicenet docs]) ([sensor.juicenet docs]) (new-platform) - Bump pyEight version to fix 0hr session errors ([@mezz64] - [#7916]) ([eight_sleep docs]) - update to pywebpush 1.0.4 which allows install on system with openssl-1.1.0 (cryptography dep) ([@perosb] - [#7915]) ([notify.html5 docs]) -- Do not call update() in constructor ([@fabaff] - [#7917]) ([sensor.dte_energy_bridge docs]) ([sensor.dublin_bus_transport docs]) ([sensor.dweet docs]) ([sensor.ebox docs]) ([sensor.ecobee docs]) ([sensor.hddtemp docs]) ([sensor.mold_indicator docs]) ([sensor.pi_hole docs]) ([sensor.yahoo_finance docs]) +- Do not call update() in constructor ([@fabaff] - [#7917]) ([sensor.dte_energy_bridge docs]) ([sensor.dublin_bus_transport docs]) ([sensor.dweet docs]) ([sensor.ebox docs]) ([sensor.ecobee docs]) ([sensor.hddtemp docs]) ([sensor.mold_indicator docs]) ([sensor.pi_hole docs]) (sensor.yahoo_finance docs) - Fix changes introduced with #7917 ([@fabaff] - [#7930]) ([sensor.waqi docs]) - Do not call update() in constructor ([@fabaff] - [#7931]) ([sensor.yweather docs]) - Add service_url config option to volvooncall ([@palp] - [#7919]) ([volvooncall docs]) @@ -490,7 +488,7 @@ automation: [media_player.denonavr docs]: /components/media_player.denonavr/ [media_player.firetv docs]: /components/media_player.firetv/ [media_player.nad docs]: /components/media_player.nad/ -[media_player.nadtcp docs]: /components/media_player.nadtcp/ +[media_player.nadtcp docs]: /components/nad/ [media_player.openhome docs]: /components/media_player.openhome/ [media_player.plex docs]: /components/media_player.plex/ [media_player.roku docs]: /components/media_player.roku/ @@ -544,7 +542,6 @@ automation: [sensor.usps docs]: /components/sensor.usps/ [sensor.waqi docs]: /components/sensor.waqi/ [sensor.wunderground docs]: /components/sensor.wunderground/ -[sensor.yahoo_finance docs]: /components/sensor.yahoo_finance/ [sensor.yweather docs]: /components/sensor.yweather/ [spc docs]: /components/spc/ [splunk docs]: /components/splunk/ diff --git a/source/_posts/2017-06-20-things-you-should-know-about-senic-covi.markdown b/source/_posts/2017-06-20-things-you-should-know-about-senic-covi.markdown index 0b8fe36efec..34ddfbb104c 100644 --- a/source/_posts/2017-06-20-things-you-should-know-about-senic-covi.markdown +++ b/source/_posts/2017-06-20-things-you-should-know-about-senic-covi.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "[Update: fixed] A frank and serious warning about X" description: "The picture painted is not as great as it seems." date: 2017-06-20 01:04:05 +0000 date_formatted: "June 20, 2017" author: Paulus Schoutsen & Robbie Trencheny author_twitter: balloob -comments: true categories: Public-Service-Announcement --- diff --git a/source/_posts/2017-07-02-release-48.markdown b/source/_posts/2017-07-02-release-48.markdown index 0edf2193e6e..ac9cc2897b6 100644 --- a/source/_posts/2017-07-02-release-48.markdown +++ b/source/_posts/2017-07-02-release-48.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.48: Snips.ai, Shiftr.io and a massive History query speed up" description: "Build your own local voice assistant with the new Snips.ai component, visualize your data with Shiftr.io and enjoy faster history browsing." date: 2017-07-02 00:02:05 +0000 date_formatted: "July 2, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-07-0.48/components.png --- @@ -171,7 +169,7 @@ light: - Decora light: Fix brightness level in UI ([@titilambert] - [#8139]) ([light.decora docs]) - Add I2c BME280 temperature, humidity and pressure sensor for Raspberry Pi ([@azogue] - [#7989]) ([sensor.bme280 docs]) (new-platform) - Upgrade libsoundtouch to prevent Python3.6 errors with enum. #7733 #8103 ([@CharlesBlonde] - [#8143]) ([media_player.soundtouch docs]) -- Adds CPU temp monitoring, and allow startup when endpoint is not yet available. ([@jjmontestl] - [#8093]) ([sensor.glances docs]) +- Adds CPU temp monitoring, and allow startup when endpoint is not yet available. ([@jjmontesl] - [#8093]) ([sensor.glances docs]) - Add I2c HTU21D temperature and humidity sensor for Raspberry Pi ([@azogue] - [#8049]) ([sensor.htu21d docs]) (new-platform) - Add new BH1750 light level sensor ([@azogue] - [#8050]) ([sensor.bh1750 docs]) (new-platform) - LimitlessLED: Configurable fade-out behavior ([@SmilyOrg] - [#7369]) ([light.limitlessled docs]) (breaking change) @@ -232,7 +230,7 @@ light: - Use constant and update ordering ([@fabaff] - [#8246]) ([arlo docs]) ([camera.arlo docs]) - Add PlatformNotReady support for Sensibo ([@andrey-git] - [#8252]) ([climate.sensibo docs]) - verisure component names ([@persandstrom] - [#8251]) ([binary_sensor.verisure docs]) ([camera.verisure docs]) ([lock.verisure docs]) ([switch.verisure docs]) -- further document add_node_secure ([@kentcalero] - [#8229]) +- further document add_node_secure ([@JudgeDreddKLC] - [#8229]) - Upgrade libnacl to 1.5.1 ([@fabaff] - [#8259]) ([device_tracker.owntracks docs]) - Docker cleanup. ([@michaelarnauts] - [#8226]) - Implement templates for covers ([@PhracturedBlue] - [#8100]) ([cover.template docs]) (new-platform) @@ -389,10 +387,10 @@ light: [@happyleavesaoc]: https://github.com/happyleavesaoc [@jawilson]: https://github.com/jawilson [@jeanregisser]: https://github.com/jeanregisser -[@jjmontestl]: https://github.com/jjmontestl +[@jjmontesl]: https://github.com/jjmontesl [@jshore1296]: https://github.com/jshore1296 [@karlw00t]: https://github.com/karlw00t -[@kentcalero]: https://github.com/kentcalero +[@JudgeDreddKLC]: https://github.com/JudgeDreddKLC [@lrmate]: https://github.com/lrmate [@lunar-consultancy]: https://github.com/lunar-consultancy [@madpilot]: https://github.com/madpilot @@ -454,7 +452,7 @@ light: [group docs]: /components/group/ [image_processing.opencv docs]: /components/image_processing.opencv/ [influxdb docs]: /components/influxdb/ -[insteon_hub docs]: /components/insteon_hub/ +[insteon_hub docs]: /components/insteon/ [insteon_local docs]: /components/insteon_local/ [knx docs]: /components/knx/ [light.decora docs]: /components/light.decora/ diff --git a/source/_posts/2017-07-03-home-assistant-is-moving-to-discord.markdown b/source/_posts/2017-07-03-home-assistant-is-moving-to-discord.markdown index d5816f0db80..cb6650cbdee 100644 --- a/source/_posts/2017-07-03-home-assistant-is-moving-to-discord.markdown +++ b/source/_posts/2017-07-03-home-assistant-is-moving-to-discord.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant is moving to Discord" description: "The Home Assistant chat community is moving over to Discord." date: 2017-07-03 18:28:01 -0500 date_formatted: "July 3, 2017" author: Dale Higgs author_twitter: dale3h -comments: true categories: Community --- diff --git a/source/_posts/2017-07-05-hasspodcast-ep-3.markdown b/source/_posts/2017-07-05-hasspodcast-ep-3.markdown index 6ddb5276314..899fbe0a1ad 100644 --- a/source/_posts/2017-07-05-hasspodcast-ep-3.markdown +++ b/source/_posts/2017-07-05-hasspodcast-ep-3.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant Podcast #3" description: "Paulus joins us to talk about some stats and the release of 0.47 and Petar tells us all about his Floorplan project for Home Assistant" date: 2017-07-05 00:01:00 +0000 date_formatted: "July 05, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Media og_image: /images/hasspodcast.jpg --- diff --git a/source/_posts/2017-07-16-release-49.markdown b/source/_posts/2017-07-16-release-49.markdown index f460d4193c6..5ee45f8b081 100644 --- a/source/_posts/2017-07-16-release-49.markdown +++ b/source/_posts/2017-07-16-release-49.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.49: Themes 🎨, kiosk mode and Prometheus.io" description: "Style the frontend the way you want it and present it in Kiosk mode without tabs." date: 2017-07-15 00:02:05 +0000 date_formatted: "July 15, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-07-0.49/components.png --- @@ -146,7 +144,7 @@ amcrest: - Mqtt client_id fix for #8315 ([@heinemml] - [#8366]) ([mqtt docs]) - Allow all panel urls ([@balloob] - [#8368]) - Update pyHik to catch XML errors ([@mezz64] - [#8384]) ([binary_sensor.hikvision docs]) -- update version ([@wardcraigj] - [#8380]) ([alarm_control_panel.totalconnect docs]) +- update version ([@craigjmidwinter] - [#8380]) ([alarm_control_panel.totalconnect docs]) - Add One-Time Password sensor (OTP) ([@postlund] - [#8332]) ([sensor.otp docs]) (new-platform) - buienradar==0.7, fix winddirection/azimuth, logging ([@mjj4791] - [#8281]) ([sensor.buienradar docs]) ([weather.buienradar docs]) - Add component for xiaomi robot vacuum (switch.xiaomi_vacuum) ([@rytilahti] - [#7913]) ([switch.xiaomi_vacuum docs]) (new-platform) @@ -184,8 +182,8 @@ amcrest: - Make gzips reproducible by excluding timestamp ([@armills] - [#8420]) - Do not overwrite a custom hyperion light name with the hostname of the server. ([@doctorjames] - [#8391]) ([light.hyperion docs]) - Fixed link to documentation ([@Julius2342] - [#8424]) ([velux docs]) ([scene.velux docs]) -- Fix KeyError (fixes #3721, fixes #7241) ([@fabaff] - [#8428]) ([sensor.uber docs]) -- Use HA lat/long for the start (fixes #3971) ([@fabaff] - [#8429]) ([sensor.uber docs]) +- Fix KeyError (fixes #3721, fixes #7241) ([@fabaff] - [#8428]) (sensor.uber docs) +- Use HA lat/long for the start (fixes #3971) ([@fabaff] - [#8429]) (sensor.uber docs) - bump python-mirobo requirement to support newer firmwares and more ([@rytilahti] - [#8431]) ([switch.xiaomi_vacuum docs]) - New service `send_magic_packet` with new component `wake_on_lan` ([@azogue] - [#8397]) ([wake_on_lan docs]) (new-platform) - Integrate utility functions into restricted Python environment ([@open-homeautomation] - [#8427]) ([python_script docs]) @@ -199,7 +197,7 @@ amcrest: - Updated pyvera ([@alanfischer] - [#8437]) ([vera docs]) - Upgrade phue to 1.0 (fixes #7749) ([@fabaff] - [#8444]) ([light.hue docs]) - Add effects ([@fabaff] - [#8442]) ([light.mystrom docs]) -- Exclude 'TAXI' product (fixes #8401) ([@fabaff] - [#8438]) ([sensor.uber docs]) +- Exclude 'TAXI' product (fixes #8401) ([@fabaff] - [#8438]) (sensor.uber docs) - Switch pyW215 to pypi ([@andrey-git] - [#8445]) ([switch.dlink docs]) - Vizio SmartCast support ([@vkorn] - [#8260]) ([media_player.vizio docs]) (new-platform) - DHT support for humidity and temperature offset ([@gitmopp] - [#8238]) ([sensor.dht docs]) @@ -373,7 +371,7 @@ amcrest: [@viswa-swami]: https://github.com/viswa-swami [@vkorn]: https://github.com/vkorn [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@wmalgadey]: https://github.com/wmalgadey [alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ [amcrest docs]: /components/amcrest/ @@ -450,7 +448,6 @@ amcrest: [sensor.openweathermap docs]: /components/sensor.openweathermap/ [sensor.otp docs]: /components/sensor.otp/ [sensor.rflink docs]: /components/sensor.rflink/ -[sensor.uber docs]: /components/sensor.uber/ [sensor.waqi docs]: /components/sensor.waqi/ [sensor.yweather docs]: /components/sensor.yweather/ [sensor.zha docs]: /components/sensor.zha/ @@ -460,7 +457,7 @@ amcrest: [switch.modbus docs]: /components/switch.modbus/ [switch.rachio docs]: /components/switch.rachio/ [switch.rflink docs]: /components/switch.rflink/ -[switch.xiaomi_vacuum docs]: /components/switch.xiaomi_vacuum/ +[switch.xiaomi_vacuum docs]: /components/vacuum.xiaomi_miio/ [tado docs]: /components/tado/ [tts docs]: /components/tts/ [tts.amazon_polly docs]: /components/tts.amazon_polly/ diff --git a/source/_posts/2017-07-17-hasspodcast-ep-4.markdown b/source/_posts/2017-07-17-hasspodcast-ep-4.markdown index 565a3755748..408af2d679e 100644 --- a/source/_posts/2017-07-17-hasspodcast-ep-4.markdown +++ b/source/_posts/2017-07-17-hasspodcast-ep-4.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant Podcast #4" description: "We quickly cover off a few community items including the move to Discord and Carlo talks with Phil about his use of Floorplan." date: 2017-07-17 00:01:00 +0000 date_formatted: "July 17, 2017" author: Phil Hawthorne author_twitter: philhawthorne -comments: true categories: Media og_image: /images/hasspodcast.jpg --- diff --git a/source/_posts/2017-07-25-introducing-hassio.markdown b/source/_posts/2017-07-25-introducing-hassio.markdown index 59cea8722d6..3e70998feb9 100644 --- a/source/_posts/2017-07-25-introducing-hassio.markdown +++ b/source/_posts/2017-07-25-introducing-hassio.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Introducing Hass.io" description: "The ultimate home automation hub has arrived." date: 2017-07-25 00:02:05 +0000 date_formatted: "July 25, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Announcements og_image: /images/hassio/screenshots/dashboard.png --- diff --git a/source/_posts/2017-07-27-talk-python-podcast.markdown b/source/_posts/2017-07-27-talk-python-podcast.markdown index 9b364cb1ed6..ad464515fcc 100644 --- a/source/_posts/2017-07-27-talk-python-podcast.markdown +++ b/source/_posts/2017-07-27-talk-python-podcast.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Talk Python interview with Paulus Schoutsen" description: "In this episode of Talk Python, Michael Kennedy interviews Paulus Schoutsen about Hass.io and the perfect home automation." date: 2017-07-27 02:00:00 date_formatted: "July 27, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Media og_image: /images/blog/2017-07-talk-python/logo.png --- diff --git a/source/_posts/2017-07-29-release-50.markdown b/source/_posts/2017-07-29-release-50.markdown index b42b386b3da..e5d1f44dde2 100644 --- a/source/_posts/2017-07-29-release-50.markdown +++ b/source/_posts/2017-07-29-release-50.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.50: Voice control, History improvements, and Xiaomi" description: "Use your voice to control your Home." date: 2017-07-29 00:11:05 date_formatted: "July 29, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-07-0.50/components.png --- @@ -194,7 +192,7 @@ conversation: - History performance improvements for single-entity requests ([@OverloadUT] - [#8632]) ([history docs]) - Add transition support to light.zha ([@jawilson] - [#8548]) ([light.zha docs]) - Add uk_transport component. ([@robmarkcole] - [#8600]) ([sensor.uk_transport docs]) (new-platform) -- Added support for SerenaHoneycombShades to Lutron Caseta ([@809694+kfcook] - [#8662]) ([cover.lutron_caseta docs]) +- Added support for SerenaHoneycombShades to Lutron Caseta ([@kfcook] - [#8662]) ([cover.lutron_caseta docs]) - MQTT Switch: add availability_topic for online/offline status ([@abmantis] - [#8593]) ([mqtt docs]) ([switch.mqtt docs]) - Adding support for mapping keys to value in statsd ([@Khabi] - [#8665]) ([statsd docs]) - Upgrade fuzzywuzzy to 0.15.1 ([@fabaff] - [#8671]) ([conversation docs]) @@ -288,7 +286,7 @@ conversation: [#8673]: https://github.com/home-assistant/home-assistant/pull/8673 [#8675]: https://github.com/home-assistant/home-assistant/pull/8675 [#8697]: https://github.com/home-assistant/home-assistant/pull/8697 -[@809694+kfcook]: https://github.com/809694+kfcook +[@kfcook]: https://github.com/kfcook [@Khabi]: https://github.com/Khabi [@MartinHjelmare]: https://github.com/MartinHjelmare [@MikeChristianson]: https://github.com/MikeChristianson @@ -342,13 +340,13 @@ conversation: [binary_sensor.ping docs]: /components/binary_sensor.ping/ [binary_sensor.rest docs]: /components/binary_sensor.rest/ [binary_sensor.velbus docs]: /components/binary_sensor.velbus/ -[binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi/ +[binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi_aqara/ [camera.onvif docs]: /components/camera.onvif/ [climate.maxcube docs]: /components/climate.maxcube/ [conversation docs]: /components/conversation/ [cover docs]: /components/cover/ [cover.lutron_caseta docs]: /components/cover.lutron_caseta/ -[cover.xiaomi docs]: /components/cover.xiaomi/ +[cover.xiaomi docs]: /components/cover.xiaomi_aqara/ [cover.zwave docs]: /components/cover.zwave/ [device_tracker.owntracks docs]: /components/device_tracker.owntracks/ [device_tracker.snmp docs]: /components/device_tracker.snmp/ @@ -366,9 +364,9 @@ conversation: [light.hue docs]: /components/light.hue/ [light.lifx docs]: /components/light.lifx/ [light.tplink docs]: /components/light.tplink/ -[light.velbus docs]: /components/light.velbus/ +[light.velbus docs]: /components/velbus/ [light.wink docs]: /components/light.wink/ -[light.xiaomi docs]: /components/light.xiaomi/ +[light.xiaomi docs]: /components/light.xiaomi_aqara/ [light.zha docs]: /components/light.zha/ [media_extractor docs]: /components/media_extractor/ [media_player.cast docs]: /components/media_player.cast/ @@ -390,15 +388,15 @@ conversation: [sensor.pi_hole docs]: /components/sensor.pi_hole/ [sensor.snmp docs]: /components/sensor.snmp/ [sensor.uk_transport docs]: /components/sensor.uk_transport/ -[sensor.xiaomi docs]: /components/sensor.xiaomi/ +[sensor.xiaomi docs]: /components/sensor.xiaomi_aqara/ [shopping_list docs]: /components/shopping_list/ [snips docs]: /components/snips/ [statsd docs]: /components/statsd/ [switch.fritzdect docs]: /components/switch.fritzdect/ [switch.mqtt docs]: /components/switch.mqtt/ [switch.wink docs]: /components/switch.wink/ -[switch.xiaomi docs]: /components/switch.xiaomi/ -[switch.xiaomi_vacuum docs]: /components/switch.xiaomi_vacuum/ +[switch.xiaomi docs]: /components/switch.xiaomi_aqara/ +[switch.xiaomi_vacuum docs]: /components/vacuum.xiaomi_miio/ [velbus docs]: /components/velbus/ [weather.yweather docs]: /components/weather.yweather/ [wink docs]: /components/wink/ diff --git a/source/_posts/2017-08-01-hasspodcast-ep-5.markdown b/source/_posts/2017-08-01-hasspodcast-ep-5.markdown index 9df9be08c7a..2d23123ff31 100644 --- a/source/_posts/2017-08-01-hasspodcast-ep-5.markdown +++ b/source/_posts/2017-08-01-hasspodcast-ep-5.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant Podcast #5" description: "We cover off AppDaemon/HADashboard and all the fun stuff introduced in 0.49 and 0.50" date: 2017-08-01 00:01:00 +0000 date_formatted: "August 1, 2017" author: Phil Hawthorne author_twitter: philhawthorne -comments: true categories: Media og_image: /images/hasspodcast.jpg --- diff --git a/source/_posts/2017-08-12-release-51.markdown b/source/_posts/2017-08-12-release-51.markdown index 43453c051b4..dc81ca4d834 100644 --- a/source/_posts/2017-08-12-release-51.markdown +++ b/source/_posts/2017-08-12-release-51.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.51: Massive history speed up, finished automation editor and official vacuum cleaner support" description: "Lots of frontend bugs have been squashed, the automation editor now supports all triggers and actions and vacuum cleaners are now an official component." date: 2017-08-12 00:11:05 date_formatted: "August 12, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-08-0.51/components.png --- @@ -41,7 +39,7 @@ As we have seen more vacuum cleaners land in Home Assistant, it was time to crea ## New Platforms -- Added Lutron Caseta Scene Support ([@809694+kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform) +- Added Lutron Caseta Scene Support ([@kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform) - New media_player platform for Russound devices using the RIO protocol ([@wickerwaka] - [#8448]) ([media_player.russound_rio docs]) (new-platform) - New component: bluesound ([@thrawnarn] - [#7192]) ([media_player.bluesound docs]) (new-platform) - Add mochad light component ([@mtreinish] - [#8476]) ([light.mochad docs]) (new-platform) @@ -95,7 +93,7 @@ vacuum: - Upgrade pushbullet.py to 0.11.0 ([@fabaff] - [#8691]) ([notify.pushbullet docs]) - Upgrade mypy to 0.521 ([@fabaff] - [#8692]) -- Added Lutron Caseta Scene Support ([@809694+kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform) +- Added Lutron Caseta Scene Support ([@kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform) - Remove deprecated host and ssl logic from Kodi ([@armills] - [#8700]) ([media_player.kodi docs]) - Remove deprecated substitute interfaces ([@armills] - [#8701]) ([binary_sensor docs]) ([media_player docs]) - Remove deprecated sensor_class config options ([@armills] - [#8702]) @@ -131,7 +129,7 @@ vacuum: - Update numpy 1.13.1 ([@pvizeli] - [#8806]) ([image_processing.opencv docs]) - Upgrade aiohttp to 2.2.4 ([@fabaff] - [#8805]) - Catch divide by zero errors when a sleep type is 0 ([@mezz64] - [#8809]) ([sensor.eight_sleep docs]) -- InfluxDB component improvements ([@hageltech] - [#8633]) ([influxdb docs]) +- InfluxDB component improvements ([@haimgel] - [#8633]) ([influxdb docs]) - When Sonos gets a tts source - dont't show an image ([@andrey-git] - [#8777]) ([media_player.sonos docs]) - Polymer 2 ([@balloob] - [#8815]) ([group docs]) - geizhals sensor component ([@JulianKahnert] - [#8458]) ([sensor.geizhals docs]) (new-platform) @@ -177,12 +175,12 @@ vacuum: - Allow usage of colorlog 3.0.1 ([@fabaff] - [#8885]) - Change level ([@fabaff] - [#8883]) ([sensor.statistics docs]) - Upgrade youtube_dl to 2017.8.6 ([@fabaff] - [#8880]) ([media_extractor docs]) -- Fix media_extractor for some sites ([@Spirit-X] - [#8887]) ([media_extractor docs]) +- Fix media_extractor for some sites ([@AlexxIT] - [#8887]) ([media_extractor docs]) - Do not call update() in constructor ([@fabaff] - [#8878]) - Do not call update() in constructor ([@fabaff] - [#8892]) ([binary_sensor.command_line docs]) ([sensor.command_line docs]) ([switch.command_line docs]) - Changed Pi-hole graphs from stacked bar to line ([@bachya] - [#8896]) ([sensor.pi_hole docs]) - Add longer text strings to mailbox demo to test string truncation ([@PhracturedBlue] - [#8893]) ([mailbox.demo docs]) ([mailbox.demo.txt docs]) -- added support for setting/getting position of lutron caseta covers ([@809694+kfcook] - [#8898]) ([cover.lutron_caseta docs]) +- added support for setting/getting position of lutron caseta covers ([@kfcook] - [#8898]) ([cover.lutron_caseta docs]) - Fix for Neato D3 Connected state obtaining ([@karlkar] - [#8817]) ([sensor.neato docs]) ([switch.neato docs]) - Update simplisafe-python version ([@w1ll1am23] - [#8908]) ([alarm_control_panel.simplisafe docs]) - LIFX: improve performance of multi-light transitions ([@amelchio] - [#8873]) ([light.lifx docs]) @@ -300,7 +298,7 @@ vacuum: [#8925]: https://github.com/home-assistant/home-assistant/pull/8925 [#8928]: https://github.com/home-assistant/home-assistant/pull/8928 [#8930]: https://github.com/home-assistant/home-assistant/pull/8930 -[@809694+kfcook]: https://github.com/809694+kfcook +[@kfcook]: https://github.com/kfcook [@CharlesBlonde]: https://github.com/CharlesBlonde [@Hellowlol]: https://github.com/Hellowlol [@JulianKahnert]: https://github.com/JulianKahnert @@ -308,7 +306,7 @@ vacuum: [@MartinHjelmare]: https://github.com/MartinHjelmare [@OverloadUT]: https://github.com/OverloadUT [@PhracturedBlue]: https://github.com/PhracturedBlue -[@Spirit-X]: https://github.com/Spirit-X +[@AlexxIT]: https://github.com/AlexxIT [@StevenLooman]: https://github.com/StevenLooman [@abmantis]: https://github.com/abmantis [@alanfischer]: https://github.com/alanfischer @@ -326,7 +324,7 @@ vacuum: [@foxel]: https://github.com/foxel [@fronzbot]: https://github.com/fronzbot [@gwhiteCL]: https://github.com/gwhiteCL -[@hageltech]: https://github.com/hageltech +[@haimgel]: https://github.com/haimgel [@jeroenterheerdt]: https://github.com/jeroenterheerdt [@karlkar]: https://github.com/karlkar [@leppa]: https://github.com/leppa @@ -384,8 +382,8 @@ vacuum: [light.osramlightify docs]: /components/light.osramlightify/ [lock.nuki docs]: /components/lock.nuki/ [lutron_caseta docs]: /components/lutron_caseta/ -[mailbox.demo docs]: /components/mailbox.demo/ -[mailbox.demo.txt docs]: /components/mailbox.demo.txt/ +[mailbox.demo docs]: /components/demo/ +[mailbox.demo.txt docs]: /components/demo/ [media_extractor docs]: /components/media_extractor/ [media_player docs]: /components/media_player/ [media_player.bluesound docs]: /components/media_player.bluesound/ @@ -420,7 +418,7 @@ vacuum: [sensor.geizhals docs]: /components/sensor.geizhals/ [sensor.google_wifi docs]: /components/sensor.google_wifi/ [sensor.lastfm docs]: /components/sensor.lastfm/ -[sensor.neato docs]: /components/sensor.neato/ +[sensor.neato docs]: /components/neato/ [sensor.pi_hole docs]: /components/sensor.pi_hole/ [sensor.pocketcasts docs]: /components/sensor.pocketcasts/ [sensor.radarr docs]: /components/sensor.radarr/ @@ -441,14 +439,14 @@ vacuum: [switch.rachio docs]: /components/switch.rachio/ [switch.rainmachine docs]: /components/switch.rainmachine/ [switch.wink docs]: /components/switch.wink/ -[switch.xiaomi_vacuum docs]: /components/switch.xiaomi_vacuum/ +[switch.xiaomi_vacuum docs]: /components/vacuum.xiaomi_miio/ [telegram_bot docs]: /components/telegram_bot/ [updater docs]: /components/updater/ [vacuum docs]: /components/vacuum/ [vacuum.demo docs]: /components/vacuum.demo/ [vacuum.dyson docs]: /components/vacuum.dyson/ [vacuum.roomba docs]: /components/vacuum.roomba/ -[vacuum.xiaomi docs]: /components/vacuum.xiaomi/ +[vacuum.xiaomi docs]: /components/vacuum.xiaomi_miio/ [weather.buienradar docs]: /components/weather.buienradar/ [weather.yweather docs]: /components/weather.yweather/ [weather.zamg docs]: /components/weather.zamg/ diff --git a/source/_posts/2017-08-26-release-0-52.markdown b/source/_posts/2017-08-26-release-0-52.markdown index 3cd74554882..a6eb571d0cd 100644 --- a/source/_posts/2017-08-26-release-0-52.markdown +++ b/source/_posts/2017-08-26-release-0-52.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.52: Scripts editor, Nello.io locks, HipChat and Abode Home Security" description: "The summer is not holding development back at all. A brand new release including bug fixes and goodies." date: 2017-08-26 00:11:05 date_formatted: "August 26, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-08-0.52/components.png --- @@ -118,7 +116,7 @@ usps: - Buienradar newconditions ([@mjj4791] - [#8897]) ([sensor.buienradar docs]) ([weather.buienradar docs]) - Pushbullet, fix multiple messages sent when url param is set ([@karlkar] - [#9006]) ([notify.pushbullet docs]) - Update to pyenvisalink 2.2, and remove range validation on zonedump i… ([@Cinntax] - [#8981]) ([envisalink docs]) -- Fix #9010 - Swiss Public Transportation shows departure time in the past ([@michaelhertig] - [#9011]) ([sensor.swiss_public_transport docs]) +- Fix #9010 - Swiss Public Transportation shows departure time in the past ([@hertg] - [#9011]) ([sensor.swiss_public_transport docs]) - Add HipChat notify service. ([@BioSehnsucht] - [#8918]) ([notify.hipchat docs]) (new-platform) - Update onkyo-eiscp to 1.2.3 ([@danieljkemp] - [#9019]) ([media_player.onkyo docs]) - Check if album image(s) exist in spotify ([@Tommatheussen] - [#9024]) ([media_player.spotify docs]) @@ -151,9 +149,9 @@ usps: - Bump abodepy to 0.7.1 ([@arsaboo] - [#9077]) ([abode docs]) - async_query returns False if connection to server failed, handle this properly ([@molobrakos] - [#9070]) ([media_player.squeezebox docs]) - Added insteonplm device_override multiple capabilities ([@teharris1] - [#9078]) ([insteon_plm docs]) -- Upgrade uber_rides to 0.5.1 ([@fabaff] - [#9080]) ([sensor.uber docs]) +- Upgrade uber_rides to 0.5.1 ([@fabaff] - [#9080]) (sensor.uber docs) - Upgrade discord.py to 0.16.10 ([@fabaff] - [#9082]) ([notify.discord docs]) -- Fix `device` attribute in fritz_callmonitor.py (fixes #9055) ([@870074+max-te] - [#9081]) ([sensor.fritzbox_callmonitor docs]) +- Fix `device` attribute in fritz_callmonitor.py (fixes #9055) ([@max-te] - [#9081]) ([sensor.fritzbox_callmonitor docs]) - Upgrade youtube_dl to 2017.8.18 ([@fabaff] - [#9079]) ([media_extractor docs]) - Remove dash ([@fabaff] - [#9089]) - Upgrade credstash to 1.13.3 ([@fabaff] - [#9088]) @@ -256,7 +254,7 @@ usps: [#9125]: https://github.com/home-assistant/home-assistant/pull/9125 [#9126]: https://github.com/home-assistant/home-assistant/pull/9126 [#9127]: https://github.com/home-assistant/home-assistant/pull/9127 -[@870074+max-te]: https://github.com/870074+max-te +[@max-te]: https://github.com/max-te [@BioSehnsucht]: https://github.com/BioSehnsucht [@Cinntax]: https://github.com/Cinntax [@LaStrada]: https://github.com/LaStrada @@ -288,7 +286,7 @@ usps: [@mbrrg]: https://github.com/mbrrg [@mezz64]: https://github.com/mezz64 [@michaelarnauts]: https://github.com/michaelarnauts -[@michaelhertig]: https://github.com/michaelhertig +[@hertg]: https://github.com/hertg [@mjj4791]: https://github.com/mjj4791 [@molobrakos]: https://github.com/molobrakos [@nkgilley]: https://github.com/nkgilley @@ -369,7 +367,6 @@ usps: [sensor.octoprint docs]: /components/sensor.octoprint/ [sensor.snmp docs]: /components/sensor.snmp/ [sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ -[sensor.uber docs]: /components/sensor.uber/ [sensor.uk_transport docs]: /components/sensor.uk_transport/ [sensor.usps docs]: /components/sensor.usps/ [sensor.version docs]: /components/sensor.version/ @@ -378,7 +375,7 @@ usps: [switch.mysensors docs]: /components/switch.mysensors/ [switch.pilight docs]: /components/switch.pilight/ [switch.rainmachine docs]: /components/switch.rainmachine/ -[switch.xiaomi docs]: /components/switch.xiaomi/ +[switch.xiaomi docs]: /components/switch.xiaomi_aqara/ [usps docs]: /components/usps/ [weather.buienradar docs]: /components/weather.buienradar/ [xiaomi docs]: /components/xiaomi/ diff --git a/source/_posts/2017-09-09-release-53.markdown b/source/_posts/2017-09-09-release-53.markdown index b9d279e16e2..cba211cb236 100644 --- a/source/_posts/2017-09-09-release-53.markdown +++ b/source/_posts/2017-09-09-release-53.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.53: Tesla, Customize editor, and super fast KNX rewrite" description: "Also now supports a text input UI component, Mopar and Geofency." date: 2017-09-09 00:11:05 date_formatted: "September 9, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-09-0.53/components.png --- @@ -60,7 +58,7 @@ This release ships a new KNX implementation thanks to @Julius2342. It will insta - Mycroft notify/component ([@btotharye] - [#9173]) ([mycroft docs]) ([notify.mycroft docs]) (new-platform) - Add counter component ([@fabaff] - [#9146]) ([counter docs]) (new-platform) - Support for season sensor ([@w1ll1am23] - [#8958]) ([sensor.season docs]) (new-platform) -- Abode push events and lock, cover, and switch components ([@1091741+MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform) +- Abode push events and lock, cover, and switch components (@[MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform) - Bayesian Binary Sensor ([@jlmcgehee21] - [#8810]) ([binary_sensor.bayesian docs]) (new-platform) - Add Tank Utility sensor ([@krismolendyke] - [#9132]) ([sensor.tank_utility docs]) (new-platform) - Tesla platform ([@zabuldon] - [#9211]) ([tesla docs]) ([binary_sensor.tesla docs]) ([climate.tesla docs]) ([device_tracker.tesla docs]) ([lock.tesla docs]) ([sensor.tesla docs]) (new-platform) @@ -111,7 +109,7 @@ frontend: - Upgrade async_timeout to 1.3.0 ([@fabaff] - [#9156]) - Remove links to gitter ([@fabaff] - [#9155]) - Upgrade sphinx-autodoc-typehints to 1.2.3 ([@fabaff] - [#9151]) -- Upgrade uber_rides to 0.5.2 ([@fabaff] - [#9149]) ([sensor.uber docs]) +- Upgrade uber_rides to 0.5.2 ([@fabaff] - [#9149]) (sensor.uber docs) - Allow specifying custom html urls to load. ([@andrey-git] - [#9150]) (breaking change) - Allow getting number of available states in template ([@balloob] - [#9158]) - upgrade xiaomi lib to 0.3.1 to supprt water sensor ([@danielhiversen] - [#9168]) ([xiaomi docs]) @@ -131,7 +129,7 @@ frontend: - Issue #6893 in rfxtrx ([@danielhiversen] - [#9130]) ([rfxtrx docs]) - Refactor rfxtrx ([@danielhiversen] - [#9117]) ([rfxtrx docs]) ([cover.rfxtrx docs]) ([light.rfxtrx docs]) ([switch.rfxtrx docs]) - Upgrade pymysensors to 0.11.1 ([@MartinHjelmare] - [#9212]) ([mysensors docs]) -- Abode push events and lock, cover, and switch components ([@1091741+MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform) +- Abode push events and lock, cover, and switch components (@[MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform) - Add cloud auth support ([@balloob] - [#9208]) - Bayesian Binary Sensor ([@jlmcgehee21] - [#8810]) ([binary_sensor.bayesian docs]) (new-platform) - directv: extended discovery via REST api, bug fix ([@sielicki] - [#8800]) ([media_player.directv docs]) @@ -177,7 +175,7 @@ frontend: - Added intent_type to exception log ([@andreasjacobsen93] - [#9289]) ([snips docs]) - Handle spotify failing to refresh access_token ([@Tommatheussen] - [#9295]) ([media_player.spotify docs]) - Core track same state for a period / Allow on platforms ([@pvizeli] - [#9273]) -- Improved Lutron Caseta shade support ([@30200174+upsert] - [#9302]) ([lutron_caseta docs]) ([cover.lutron_caseta docs]) ([light.lutron_caseta docs]) ([switch.lutron_caseta docs]) +- Improved Lutron Caseta shade support ([@upsert] - [#9302]) ([lutron_caseta docs]) ([cover.lutron_caseta docs]) ([light.lutron_caseta docs]) ([switch.lutron_caseta docs]) - Upgrade mycroftapi to 2.0 ([@btotharye] - [#9309]) ([mycroft docs]) - Fix for Honeywell Round thermostats ([@dansarginson] - [#9308]) ([climate.honeywell docs]) - Update jinja to 2.9.6 ([@pvizeli] - [#9306]) @@ -190,9 +188,9 @@ frontend: - Add post_pending_state attribute to manual alarm_control_panel ([@snjoetw] - [#9291]) ([alarm_control_panel.manual docs]) - Add new config variable to MQTT light ([@belyalov] - [#9304]) ([light.mqtt docs]) - Follow Twitter guidelines for media upload by conforming to the "STATUS" phase, when required, and by providing "media_category" information. These will, for example, allow users to upload videos that exceed the basic 30 second limit. ([@MikeChristianson] - [#9261]) ([notify.twitter docs]) -- Optionally disable ssl certificate validity check. ([@1868995+ohmer1] - [#9181]) ([notify.xmpp docs]) +- Optionally disable ssl certificate validity check. ([@ohmer1] - [#9181]) ([notify.xmpp docs]) - Version bump dlib to 1.0.0 ([@arsaboo] - [#9316]) ([image_processing.dlib_face_detect docs]) ([image_processing.dlib_face_identify docs]) -- Fixed bug with devices not being discovered correctly. ([@1091741+MisterWil] - [#9311]) ([abode docs]) +- Fixed bug with devices not being discovered correctly. ([@MisterWil] - [#9311]) ([abode docs]) - Platform not ready behavior fixed. ([@syssi] - [#9325]) ([light.xiaomi_philipslight docs]) - Stable and asynchronous KNX library. ([@Julius2342] - [#8725]) ([knx docs]) ([binary_sensor.knx docs]) ([climate.knx docs]) ([cover.knx docs]) ([light.knx docs]) ([sensor.knx docs]) ([switch.knx docs]) (new-platform) - Fix for potential issue with tesla initialization ([@zabuldon] - [#9307]) ([tesla docs]) @@ -293,9 +291,9 @@ frontend: [#9325]: https://github.com/home-assistant/home-assistant/pull/9325 [#9326]: https://github.com/home-assistant/home-assistant/pull/9326 [#9341]: https://github.com/home-assistant/home-assistant/pull/9341 -[@1091741+MisterWil]: https://github.com/1091741+MisterWil -[@1868995+ohmer1]: https://github.com/1868995+ohmer1 -[@30200174+upsert]: https://github.com/30200174+upsert +[@MisterWil]: https://github.com/MisterWil +[@ohmer1]: https://github.com/ohmer1 +[@upsert]: https://github.com/upsert [@BioSehnsucht]: https://github.com/BioSehnsucht [@EmitKiwi]: https://github.com/EmitKiwi [@Julius2342]: https://github.com/Julius2342 @@ -359,7 +357,7 @@ frontend: [binary_sensor.homematic docs]: /components/binary_sensor.homematic/ [binary_sensor.ring docs]: /components/binary_sensor.ring/ [binary_sensor.tesla docs]: /components/binary_sensor.tesla/ -[binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi/ +[binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi_aqara/ [binary_sensor.knx docs]: /components/binary_sensor.knx/ [climate.homematic docs]: /components/climate.homematic/ [climate.honeywell docs]: /components/climate.honeywell/ @@ -368,7 +366,6 @@ frontend: [cloud docs]: /components/cloud/ [cloud.cloud_api docs]: /components/cloud.cloud_api/ [cloud.const docs]: /components/cloud.const/ -[cloud.http_api docs]: /components/cloud.http_api/ [cloud.util docs]: /components/cloud.util/ [config docs]: /components/config/ [config.customize docs]: /components/config.customize/ @@ -377,7 +374,7 @@ frontend: [cover.homematic docs]: /components/cover.homematic/ [cover.lutron_caseta docs]: /components/cover.lutron_caseta/ [cover.rfxtrx docs]: /components/cover.rfxtrx/ -[cover.xiaomi docs]: /components/cover.xiaomi/ +[cover.xiaomi docs]: /components/cover.xiaomi_aqara/ [cover.knx docs]: /components/cover.knx/ [device_tracker.automatic docs]: /components/device_tracker.automatic/ [device_tracker.geofency docs]: /components/device_tracker.geofency/ @@ -393,7 +390,7 @@ frontend: [light.hue docs]: /components/light.hue/ [light.lutron_caseta docs]: /components/light.lutron_caseta/ [light.mqtt docs]: /components/light.mqtt/ -[light.xiaomi_philipslight docs]: /components/light.xiaomi_philipslight/ +[light.xiaomi_philipslight docs]: /components/light.xiaomi_miio/ [light.rfxtrx docs]: /components/light.rfxtrx/ [light.tradfri docs]: /components/light.tradfri/ [light.knx docs]: /components/light.knx/ @@ -420,7 +417,7 @@ frontend: [sensor.airvisual docs]: /components/sensor.airvisual/ [sensor.buienradar docs]: /components/sensor.buienradar/ [sensor.dht docs]: /components/sensor.dht/ -[sensor.dwdwarnapp docs]: /components/sensor.dwdwarnapp/ +[sensor.dwdwarnapp docs]: /components/dwd_weather_warnings/ [sensor.fitbit docs]: /components/sensor.fitbit/ [sensor.homematic docs]: /components/sensor.homematic/ [sensor.mopar docs]: /components/sensor.mopar/ @@ -432,7 +429,6 @@ frontend: [sensor.systemmonitor docs]: /components/sensor.systemmonitor/ [sensor.tank_utility docs]: /components/sensor.tank_utility/ [sensor.tesla docs]: /components/sensor.tesla/ -[sensor.uber docs]: /components/sensor.uber/ [sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/ [sensor.knx docs]: /components/sensor.knx/ [snips docs]: /components/snips/ diff --git a/source/_posts/2017-09-16-hassbian-1.3-a-bit-of-a-stretch.markdown b/source/_posts/2017-09-16-hassbian-1.3-a-bit-of-a-stretch.markdown index 4b1ca254518..5cd399a80dc 100644 --- a/source/_posts/2017-09-16-hassbian-1.3-a-bit-of-a-stretch.markdown +++ b/source/_posts/2017-09-16-hassbian-1.3-a-bit-of-a-stretch.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Hassbian 1.3 - A bit of a stretch" description: "Raspbian Stretch release of the HASSbian Raspberry Pi Image for Home Assistant" date: 2017-09-16 16:00:00 +0100 date_formatted: "September 16, 2017" author: Fredrik Lindqvist -comments: true categories: Technology --- diff --git a/source/_posts/2017-09-23-release-54.markdown b/source/_posts/2017-09-23-release-54.markdown index 778db7f753d..7d45bd28d0e 100644 --- a/source/_posts/2017-09-23-release-54.markdown +++ b/source/_posts/2017-09-23-release-54.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.54: Todoist, DoorBird, Abode cameras" description: "4 years of Home Assistant is celebrated with another great release." date: 2017-09-23 00:11:05 date_formatted: "September 23, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-09-0.54/components.png --- @@ -23,7 +21,7 @@ Another cool thing in this release is the new [`mqtt_statestream`][mqtt_statestr - Added mqtt_statestream component ([@mw-white] - [#9286]) ([mqtt_statestream docs]) (new-platform) - Add support for Todoist platform ([@Jay2645] - [#9236]) ([calendar.todoist docs]) (new-platform) -- DoorBird Component ([@Klikini] - [#9281]) ([doorbird docs]) ([binary_sensor.doorbird docs]) ([camera.doorbird docs]) ([switch.doorbird docs]) (new-platform) +- DoorBird Component ([@Klikini] - [#9281]) ([doorbird docs]) (binary_sensor.doorbird docs) ([camera.doorbird docs]) ([switch.doorbird docs]) (new-platform) - Basic MQTT vacuum support ([@johnboiles] - [#9386]) ([vacuum docs]) ([vacuum.mqtt docs]) (new-platform) - Added Zyxel Keenetic NDMS2 based routers support for device tracking ([@foxel] - [#9315]) ([device_tracker.keenetic_ndms2 docs]) (new-platform) - Telnet switch ([@multiholle] - [#8913]) ([switch.telnet docs]) (new-platform) @@ -100,9 +98,9 @@ Experiencing issues introduced by this release? Please report them in our [issue - Ios notify camera fix ([@rbflurry] - [#9427]) (breaking change) - Adds MQTT Fan Discovery ([@hufman] - [#9463]) - Upgrade sqlalchemy to 1.1.14 ([@fabaff] - [#9458]) -- Upgrade uber_rides to 0.6.0 ([@fabaff] - [#9457]) ([sensor.uber docs]) +- Upgrade uber_rides to 0.6.0 ([@fabaff] - [#9457]) (sensor.uber docs) - Upgrade youtube_dl to 2017.9.15 ([@fabaff] - [#9456]) -- DoorBird Component ([@Klikini] - [#9281]) ([doorbird docs]) ([binary_sensor.doorbird docs]) ([camera.doorbird docs]) ([switch.doorbird docs]) (new-platform) +- DoorBird Component ([@Klikini] - [#9281]) ([doorbird docs]) (binary_sensor.doorbird docs) ([camera.doorbird docs]) ([switch.doorbird docs]) (new-platform) - Fix recorder does not vacuum SQLite DB on purge ([@milanvo] - [#9469]) - fitbit fixes ([@happyleavesaoc] - [#9460]) ([sensor.fitbit docs]) (breaking change) - Fix typo in services.yaml ([@mika] - [#9475]) @@ -287,7 +285,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [axis docs]: /components/axis/ [binary_sensor.abode docs]: /components/binary_sensor.abode/ [binary_sensor.bayesian docs]: /components/binary_sensor.bayesian/ -[binary_sensor.doorbird docs]: /components/binary_sensor.doorbird/ [binary_sensor.knx docs]: /components/binary_sensor.knx/ [binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ [binary_sensor.satel_integra docs]: /components/binary_sensor.satel_integra/ @@ -314,7 +311,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [light.lifx docs]: /components/light.lifx/ [light.template docs]: /components/light.template/ [light.tradfri docs]: /components/light.tradfri/ -[light.xiaomi_philipslight docs]: /components/light.xiaomi_philipslight/ +[light.xiaomi_philipslight docs]: /components/light.xiaomi_miio/ [lock.abode docs]: /components/lock.abode/ [media_player.apple_tv docs]: /components/media_player.apple_tv/ [media_player.mpd docs]: /components/media_player.mpd/ @@ -336,7 +333,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.onewire docs]: /components/sensor.onewire/ [sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/ [sensor.systemmonitor docs]: /components/sensor.systemmonitor/ -[sensor.uber docs]: /components/sensor.uber/ [sensor.worxlandroid docs]: /components/sensor.worxlandroid/ [switch.abode docs]: /components/switch.abode/ [switch.broadlink docs]: /components/switch.broadlink/ @@ -346,7 +342,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [switch.telnet docs]: /components/switch.telnet/ [vacuum docs]: /components/vacuum/ [vacuum.mqtt docs]: /components/vacuum.mqtt/ -[vacuum.xiaomi docs]: /components/vacuum.xiaomi/ +[vacuum.xiaomi docs]: /components/vacuum.xiaomi_miio/ [xiaomi docs]: /components/xiaomi/ [xiaomi_aqara docs]: /components/xiaomi_aqara/ [zwave docs]: /components/zwave/ diff --git a/source/_posts/2017-09-25-new-hassio-build-system.markdown b/source/_posts/2017-09-25-new-hassio-build-system.markdown index 618d4a16b13..9c8aa46ce0e 100644 --- a/source/_posts/2017-09-25-new-hassio-build-system.markdown +++ b/source/_posts/2017-09-25-new-hassio-build-system.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Improved Hass.io build system" description: "We're introducing a new and improved Hass.io build system for Hass.io and add-ons." date: 2017-09-26 04:00:00 +0100 date_formatted: "September 26, 2017" author: Pascal Vizeli -comments: true categories: Technology --- @@ -48,7 +46,7 @@ We have also updated our build scripts and replaced it with a [builder docker en [hassio-hardware-image-release]: https://github.com/home-assistant/hassio-build/releases/tag/1.1 [install]: /hassio/installation/ -[builder]: https://github.com/home-assistant/hassio-build/tree/master/builder +[builder]: https://github.com/home-assistant/hassio-builder [frenck]: https://github.com/frenck [build-file]: /developers/hassio/addon_config/#add-on-extended-build [addon-repos]: https://community.home-assistant.io/tags/hassio-repository diff --git a/source/_posts/2017-09-27-effortless-encryption-with-lets-encrypt-and-duckdns.markdown b/source/_posts/2017-09-27-effortless-encryption-with-lets-encrypt-and-duckdns.markdown index 14340b81268..8d3b3193b72 100644 --- a/source/_posts/2017-09-27-effortless-encryption-with-lets-encrypt-and-duckdns.markdown +++ b/source/_posts/2017-09-27-effortless-encryption-with-lets-encrypt-and-duckdns.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Effortless encryption with Let's Encrypt and DuckDNS" description: "Get Home Assistant encrypted in less than 5 minutes." date: 2017-09-27 00:05:00 +0000 date_formatted: "September 27, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: How-To og_image: /images/blog/2015-12-lets-encrypt/letsencrypt-secured-fb.png --- diff --git a/source/_posts/2017-09-29-hacktoberfest.markdown b/source/_posts/2017-09-29-hacktoberfest.markdown index 58a15d94cd1..5e105c1cfaf 100644 --- a/source/_posts/2017-09-29-hacktoberfest.markdown +++ b/source/_posts/2017-09-29-hacktoberfest.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Participating in Hacktoberfest" description: "Home Assistant will be participating in Hacktoberfest to help people to get started with open-source." date: 2017-09-29 08:00:00 +0000 date_formatted: "September 29, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Community og_image: /images/blog/2017-09-hacktoberfest/hacktoberfest-2017.png --- diff --git a/source/_posts/2017-10-01-hass-podcast-ep9.markdown b/source/_posts/2017-10-01-hass-podcast-ep9.markdown index 956ab958275..2f01d2befab 100644 --- a/source/_posts/2017-10-01-hass-podcast-ep9.markdown +++ b/source/_posts/2017-10-01-hass-podcast-ep9.markdown @@ -1,5 +1,4 @@ --- -layout: post title: "Home Assistant Podcast #9" description: "Dale (dale3h) joins Rohan and Dan to talk about Dale’s involvement in the project as a community leader and his contributions. Dale and Rohan also cover off the 0.54 release." @@ -7,7 +6,6 @@ date: 2017-10-01 00:01:000000 date_formatted: "October 1, 2017" author: Dan Faulknor author_twitter: dangeek -comments: true categories: Media og_image: /images/hasspodcast.jpg --- diff --git a/source/_posts/2017-10-06-deprecating-python-3.4-support.markdown b/source/_posts/2017-10-06-deprecating-python-3.4-support.markdown index 7b053dd690c..7bab2b03031 100644 --- a/source/_posts/2017-10-06-deprecating-python-3.4-support.markdown +++ b/source/_posts/2017-10-06-deprecating-python-3.4-support.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Deprecating Python 3.4 support" description: "Starting release 0.55, Python 3.4 support will be deprecated. Support is planned to be removed at the beginning of 2018." date: 2017-10-06 0:36 +0000 date_formatted: "October 6, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Technology --- diff --git a/source/_posts/2017-10-07-release-55.markdown b/source/_posts/2017-10-07-release-55.markdown index 136b15f6cf9..c36885896ab 100644 --- a/source/_posts/2017-10-07-release-55.markdown +++ b/source/_posts/2017-10-07-release-55.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.55: Tibber, DuckDNS, The Things Network, Owntrack" description: "Support for Tibber and the Things Network a long with new Owntracks and DuckDNS features" date: 2017-10-07 10:00:00 date_formatted: "October 7, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2017-10-0.55/components.png --- diff --git a/source/_posts/2017-10-14-templating-date-time.markdown b/source/_posts/2017-10-14-templating-date-time.markdown index 1af3ecff8bc..9adc0466720 100644 --- a/source/_posts/2017-10-14-templating-date-time.markdown +++ b/source/_posts/2017-10-14-templating-date-time.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Templates, dates and times" description: "Using templates for seconds and years in Home Assistant." date: 2017-10-15 08:00:00 +0200 date_formatted: "October 15, 2017" author: Fabian Affolter -comments: true categories: Community og_image: /images/blog/2017-10-template/social.png --- diff --git a/source/_posts/2017-10-18-hasspodcast-ep-10.markdown b/source/_posts/2017-10-18-hasspodcast-ep-10.markdown index 295702ce37a..13b8b7026a9 100644 --- a/source/_posts/2017-10-18-hasspodcast-ep-10.markdown +++ b/source/_posts/2017-10-18-hasspodcast-ep-10.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant Podcast #10" description: "0.55 and bye bye Python 3.4" date: 2017-10-18 00:01:00 +0000 date_formatted: "October 18, 2017" author: Phil Hawthorne author_twitter: philhawthorne -comments: true categories: Media og_image: /images/hasspodcast.jpg --- diff --git a/source/_posts/2017-10-21-release-56.markdown b/source/_posts/2017-10-21-release-56.markdown index a7caf2a6783..5155efd3eef 100644 --- a/source/_posts/2017-10-21-release-56.markdown +++ b/source/_posts/2017-10-21-release-56.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.56: Skybell, Google Assistant, Travis CI and Toon" description: "Support for Skybell, Toon, Travis CI and Google Assistant" date: 2017-10-21 10:00:00 date_formatted: "October 21, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2017-10-0.56/components.png --- @@ -443,7 +441,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [climate.mqtt docs]: /components/climate.mqtt/ [climate.tesla docs]: /components/climate.tesla/ [climate.toon docs]: /components/climate.toon/ -[cloud.iot docs]: /components/cloud.iot/ +[cloud.iot docs]: /components/cloud/ [cover.rflink docs]: /components/cover.rflink/ [device_tracker docs]: /components/device_tracker/ [device_tracker.fritz docs]: /components/device_tracker.fritz/ diff --git a/source/_posts/2017-10-23-simple-analog-sensor.markdown b/source/_posts/2017-10-23-simple-analog-sensor.markdown index 10ae33715af..ffe23d63f7b 100644 --- a/source/_posts/2017-10-23-simple-analog-sensor.markdown +++ b/source/_posts/2017-10-23-simple-analog-sensor.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Serial analog sensor" description: "Using a Digispark with Home Assistant." date: 2017-10-23 08:00:00 +0200 date_formatted: "October 23, 2017" author: Fabian Affolter -comments: true categories: How-To og_image: /images/blog/2017-10-analog-sensor/analog-sensor.png --- diff --git a/source/_posts/2017-10-28-demo.markdown b/source/_posts/2017-10-28-demo.markdown index ed4bee17015..b91a1ad8faa 100644 --- a/source/_posts/2017-10-28-demo.markdown +++ b/source/_posts/2017-10-28-demo.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant Demo" description: "Showing a demo of Home Assistant to an audience." date: 2017-10-28 10:00:00 +0200 date_formatted: "October 28, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To og_image: /images/blog/2017-10-interactive-demo/demo-random.png --- diff --git a/source/_posts/2017-11-02-secure-shell-tunnel.markdown b/source/_posts/2017-11-02-secure-shell-tunnel.markdown index 1d02e48e3b2..a46cf131647 100644 --- a/source/_posts/2017-11-02-secure-shell-tunnel.markdown +++ b/source/_posts/2017-11-02-secure-shell-tunnel.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant and SSH" description: "Accessing Home Assistant through a secure shell tunnel." date: 2017-11-02 10:00:00 +0200 date_formatted: "November 02, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To og_image: /images/blog/2017-11-ssh/social.png --- diff --git a/source/_posts/2017-11-04-release-57.markdown b/source/_posts/2017-11-04-release-57.markdown index d47c433931f..88a67f7c6c7 100644 --- a/source/_posts/2017-11-04-release-57.markdown +++ b/source/_posts/2017-11-04-release-57.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.57: Translations, Hacktoberfest, Timers" description: "Due to Hacktoberfest we had to ship more fixes, improvements and components than usual." date: 2017-11-04 04:00:00 date_formatted: "November 4, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-11-0.57/languages.png --- @@ -115,7 +113,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Use feed name assigned in EmonCMS if there is one. This changes the default behavior but still uses configured 'name' if it's set, so it won't break the configuration of people who have customized their feed names in HA config. ([@KlaasH] - [#10021]) ([sensor.emoncms docs]) (breaking change) - The `namecheapdns` now uses `password:` instead of `access_token` in the configuration. Also, `host` is now optional which allow people who are not using subdomains to keep their configuration shorter. ([@fabaff] - [#10063]) ([namecheapdns docs]) (breaking change) - Fix recorder crash for long state string - enforce a maximum state of 255 characters at core level ([@milanvo] - [#9696]) (breaking change) -- Add display currency setting to CoinMarketCap sensor. The name of the sensor attribute '24h_volume_usd' is changed to '24h_volume'. ([@R1chardTM] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change) +- Add display currency setting to CoinMarketCap sensor. The name of the sensor attribute '24h_volume_usd' is changed to '24h_volume'. ([@EarthlingRich] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change) - MQTT Statestream now serializes all data to JSON before publishing. This means that string attributes and values will be quoted from now on (e.g.: '"on"' instead of 'on'). You can still read these strings without the quotes by using 'value_json' instead of 'value' where applicable (e.g., templates). This causes automatic JSON deserialization. Other simple types are not affected. This fixes errors when an entity has an attribute that is not "a string, bytearray, int, float or None" and mqtt_statestream is used. As of now, the attribute is just handed over to paho, and paho can only send the aforementioned types. This patch fixes the issue by just casting everything to string before handing it over to paho. @@ -158,7 +156,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Remove STATE_UNKNOWN ([@fabaff] - [#10064]) ([sensor.glances docs]) - update library for xiaomi_aqara, change from pyCrypto to cryptography ([@danielhiversen] - [#10066]) ([xiaomi_aqara docs]) - Make host optional ([@fabaff] - [#10063]) ([namecheapdns docs]) (breaking change) -- Change deprecated use of maintainer tag in Dockerfile. ([@R1chardTM] - [#10068]) +- Change deprecated use of maintainer tag in Dockerfile. ([@EarthlingRich] - [#10068]) - add eph ember controls ([@ttroy50] - [#9721]) ([climate.ephember docs]) (new-platform) - EntityComponent: revert warning ([@pvizeli] - [#10078]) - Upgrade Sphinx to 1.6.5 ([@fabaff] - [#10090]) @@ -189,7 +187,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Upgrade pysnmp to 4.4.1 ([@fabaff] - [#10138]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) ([switch.snmp docs]) - Telldus Live: Device without methods is a binary sensor ([@rasmusbe] - [#10106]) ([tellduslive docs]) ([binary_sensor.tellduslive docs]) (new-platform) - Add last action to xiaomi aqara button ([@danielhiversen] - [#10131]) ([binary_sensor.xiaomi_aqara docs]) -- Add display currency setting to CoinMarketCap sensor ([@R1chardTM] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change) +- Add display currency setting to CoinMarketCap sensor ([@EarthlingRich] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change) - Xiaomi MiIO Switch: Support for different device types ([@syssi] - [#9836]) ([switch.xiaomi_miio docs]) - Core POC support for polymer i18n ([@armills] - [#6344]) ([history docs]) ([logbook docs]) - Don't use pypi package in dev mode. Allow non-fingerprinted mdi. ([@andrey-git] - [#10144]) @@ -215,7 +213,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Add Sytadin Traffic component ([@gautric] - [#9524]) ([sensor.sytadin docs]) (new-platform) - media_title property now returns current source ([@etsinko] - [#10120]) ([media_player.monoprice docs]) - Added new Clickatell SMS messaging Notify Platform ([@davlloyd] - [#9775]) ([notify.clickatell docs]) (new-platform) -- update boto3 to 1.4.7 and botocore to 1.7.34 ([@TopdRob] - [#10121]) ([notify.aws_lambda docs]) ([notify.aws_sns docs]) ([notify.aws_sqs docs]) ([tts.amazon_polly docs]) +- update boto3 to 1.4.7 and botocore to 1.7.34 ([@TopdRob] - [#10121]) (notify.aws_lambda docs) ([notify.aws_sns docs]) ([notify.aws_sqs docs]) ([tts.amazon_polly docs]) - Add Random binary sensor ([@fabaff] - [#10164]) ([binary_sensor.random docs]) (new-platform) - Add clickatell ([@fabaff] - [#10199]) - Update CODEOWNERS ([@ggravlingen] - [#10198]) @@ -282,7 +280,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Strip white space from configurator input ([@w1ll1am23] - [#10317]) ([wink docs]) - Fix recorder purge ([@pvizeli] - [#10318]) - Fix formatting invalid config text ([@balloob] - [#10319]) -- Tc update ([@wardcraigj] - [#10322]) ([alarm_control_panel.totalconnect docs]) +- Tc update ([@craigjmidwinter] - [#10322]) ([alarm_control_panel.totalconnect docs]) - Move timer into correct folder ([@pvizeli] - [#10324]) ([timer docs]) [#10000]: https://github.com/home-assistant/home-assistant/pull/10000 @@ -454,7 +452,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@KlaasH]: https://github.com/KlaasH [@NovapaX]: https://github.com/NovapaX [@PeteBa]: https://github.com/PeteBa -[@R1chardTM]: https://github.com/R1chardTM +[@EarthlingRich]: https://github.com/EarthlingRich [@SilvrrGIT]: https://github.com/SilvrrGIT [@TD22057]: https://github.com/TD22057 [@TopdRob]: https://github.com/TopdRob @@ -519,7 +517,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@ttroy50]: https://github.com/ttroy50 [@vatir]: https://github.com/vatir [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@ypollart]: https://github.com/ypollart [@zabuldon]: https://github.com/zabuldon [alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ @@ -544,7 +542,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [climate.honeywell docs]: /components/climate.honeywell/ [climate.toon docs]: /components/climate.toon/ [cloud docs]: /components/cloud/ -[cloud.iot docs]: /components/cloud.iot/ [cover.template docs]: /components/cover.template/ [device_tracker docs]: /components/device_tracker/ [device_tracker.asuswrt docs]: /components/device_tracker.asuswrt/ @@ -589,7 +586,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [mqtt_statestream docs]: /components/mqtt_statestream/ [namecheapdns docs]: /components/namecheapdns/ [no_ip docs]: /components/no_ip/ -[notify.aws_lambda docs]: /components/notify.aws_lambda/ [notify.aws_sns docs]: /components/notify.aws_sns/ [notify.aws_sqs docs]: /components/notify.aws_sqs/ [notify.clickatell docs]: /components/notify.clickatell/ diff --git a/source/_posts/2017-11-05-frontend-translations.markdown b/source/_posts/2017-11-05-frontend-translations.markdown index 3eb73ed6dd0..1975936ad52 100644 --- a/source/_posts/2017-11-05-frontend-translations.markdown +++ b/source/_posts/2017-11-05-frontend-translations.markdown @@ -1,11 +1,9 @@ --- -layout: post title: "Translating Home Assistant" description: "Introduction to the new translation integration with Lokalise." date: 2017-11-05 20:00:00 -0500 date_formatted: "November 5, 2017" author: Adam Mills -comments: true categories: Community og_image: /images/blog/2017-11-0.57/languages.png --- diff --git a/source/_posts/2017-11-10-ttn-with-mqtt.markdown b/source/_posts/2017-11-10-ttn-with-mqtt.markdown index 0ed1d110ae5..cb674c274fb 100644 --- a/source/_posts/2017-11-10-ttn-with-mqtt.markdown +++ b/source/_posts/2017-11-10-ttn-with-mqtt.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant and The Things Network (TTN)" description: "How to use transfer MQTT messages from The Things Network (TTN) to a local broker." date: 2017-11-10 14:00:00 +0200 date_formatted: "November 10, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To og_image: /images/blog/2017-11-mqtt-ttn/social-ha-ttn.png --- diff --git a/source/_posts/2017-11-12-tor.markdown b/source/_posts/2017-11-12-tor.markdown index 8d0289fca26..ea951286a65 100644 --- a/source/_posts/2017-11-12-tor.markdown +++ b/source/_posts/2017-11-12-tor.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Secure remote access to Home Assistant using Tor" description: "Using Tor with Home Assistant and Hass.io." date: 2017-11-12 10:00:00 +0200 date_formatted: "November 12, 2017" author: Franck Nijhof & Fabian Affolter author_twitter: frenck -comments: true categories: How-To og_image: /images/blog/2017-11-tor/social.png --- diff --git a/source/_posts/2017-11-18-release-58.markdown b/source/_posts/2017-11-18-release-58.markdown index fa293a050cc..be6fa5a1be9 100644 --- a/source/_posts/2017-11-18-release-58.markdown +++ b/source/_posts/2017-11-18-release-58.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.58: More translations, faster frontend, system log" description: "We now have 445 translators helping out and the frontend is receiving some polishing." date: 2017-11-18 04:00:00 date_formatted: "November 18, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2017-11-0.58/components.png --- @@ -177,7 +175,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fix Hikvision (motion) switch bug ([@arsaboo] - [#10608]) ([switch.hikvisioncam docs]) - Allow unicode when dumping yaml ([@andrey-git] - [#10607]) - Support script execution for Alexa ([@micbase] - [#10517]) -- bump client version ([@wardcraigj] - [#10610]) ([alarm_control_panel.totalconnect docs]) +- bump client version ([@craigjmidwinter] - [#10610]) ([alarm_control_panel.totalconnect docs]) - New sensor viaggiatreno. ([@fabfurnari] - [#10522]) ([sensor.viaggiatreno docs]) (new-platform) - Modbus switch register support ([@ziotibia81] - [#10563]) ([switch.modbus docs]) - Upgrade mypy to 0.550 ([@fabaff] - [#10591]) @@ -379,7 +377,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@turbokongen]: https://github.com/turbokongen [@vickyg3]: https://github.com/vickyg3 [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@ziotibia81]: https://github.com/ziotibia81 [abode docs]: /components/abode/ [alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/ @@ -399,10 +397,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [climate.knx docs]: /components/climate.knx/ [climate.wink docs]: /components/climate.wink/ [cloud docs]: /components/cloud/ -[cloud.auth_api docs]: /components/cloud.auth_api/ [cloud.const docs]: /components/cloud.const/ -[cloud.http_api docs]: /components/cloud.http_api/ -[cloud.iot docs]: /components/cloud.iot/ [config.zwave docs]: /components/config.zwave/ [configurator docs]: /components/configurator/ [counter docs]: /components/counter/ @@ -416,7 +411,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [device_tracker.upc_connect docs]: /components/device_tracker.upc_connect/ [downloader docs]: /components/downloader/ [gc100 docs]: /components/gc100/ -[google_assistant.smart_home docs]: /components/google_assistant.smart_home/ +[google_assistant.smart_home docs]: /components/google_assistant [hassio docs]: /components/hassio/ [influxdb docs]: /components/influxdb/ [input_datetime docs]: /components/input_datetime/ @@ -455,7 +450,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.lacrosse docs]: /components/sensor.lacrosse/ [sensor.london_air docs]: /components/sensor.london_air/ [sensor.modbus docs]: /components/sensor.modbus/ -[sensor.neato docs]: /components/sensor.neato/ +[sensor.neato docs]: /components/neato/ [sensor.nederlandse_spoorwegen docs]: /components/sensor.nederlandse_spoorwegen/ [sensor.pyload docs]: /components/sensor.pyload/ [sensor.serial docs]: /components/sensor.serial/ diff --git a/source/_posts/2017-11-29-hassio-virtual-machine.markdown b/source/_posts/2017-11-29-hassio-virtual-machine.markdown index 2f53ef97d9d..57f69a2faf8 100644 --- a/source/_posts/2017-11-29-hassio-virtual-machine.markdown +++ b/source/_posts/2017-11-29-hassio-virtual-machine.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Set up Hass.io on top of a virtual machine" description: "A how-to about using Hass.io on x86_64 hardware in a virtualized way." date: 2017-11-29 06:00:00 +0000 date_formatted: "November 29, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: How-To og_image: /images/blog/2017-11-hassio-virtual/social.png --- diff --git a/source/_posts/2017-12-03-release-59.markdown b/source/_posts/2017-12-03-release-59.markdown index d37eb752fce..4a11ec81f81 100644 --- a/source/_posts/2017-12-03-release-59.markdown +++ b/source/_posts/2017-12-03-release-59.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.59: Order pizza, Entity Picker, Color Wheel" description: "If you don't want to create items on our shopping list with HTTP requests, just order pizza!" date: 2017-12-03 02:00:00 date_formatted: "December 3, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2017-12-0.59/components.png --- @@ -16,7 +14,7 @@ og_image: /images/blog/2017-12-0.59/components.png We are proud to announce the availability of Home Assistant 0.59. To keep you in the loop: This is the second last release in 2017. We have stuck to our bi-weekly release cycle for another year but we decided that we will take a little break between Christmas and New Year. ## Dominos Pizza platform -With the Dominos Pizza integration made by [@wardcraigj] your home is now taking care that you don't starve. In combination with a [Skybell](/components/skybell/) or a [DoorBird](/components/doorbird/) you will know exactly when the pizza is in front of your door. +With the Dominos Pizza integration made by [@craigjmidwinter] your home is now taking care that you don't starve. In combination with a [Skybell](/components/skybell/) or a [DoorBird](/components/doorbird/) you will know exactly when the pizza is in front of your door. ## Color picker [@NovapaX] created a new color picker. While dragging the color badge with your finger, a badge will appear above your finger so you can see the current color. @@ -49,7 +47,7 @@ If you follow our [twitter feed](https://twitter.com/home_assistant) then you ma - Support for Unifi direct access device tracker (No unifi controller software) ([@w1ll1am23] - [#10097]) ([device_tracker.unifi_direct docs]) (new-platform) - Tahoma platform for Somfy Covers and Sensors ([@philklei] - [#10652]) ([tahoma docs]) ([cover.tahoma docs]) ([sensor.tahoma docs]) (new-platform) - New Hive Component / Platforms ([@Rendili] - [#9804]) ([hive docs]) ([climate.hive docs]) ([light.hive docs]) ([sensor.hive docs]) ([switch.hive docs]) (new-platform) -- Add Dominos Pizza platform ([@wardcraigj] - [#10379]) ([dominos docs]) (new-platform) +- Add Dominos Pizza platform ([@craigjmidwinter] - [#10379]) ([dominos docs]) (new-platform) - Add tts.baidu platform ([@zhujisheng] - [#10724]) ([tts.baidu docs]) (new-platform) - Create ecobee weather platform ([@PhracturedBlue] - [#10869]) ([ecobee docs]) ([weather.ecobee docs]) (new-platform) @@ -58,7 +56,7 @@ If you follow our [twitter feed](https://twitter.com/home_assistant) then you ma - Fix Notifications for Android TV ([@danielperna84] - [#10798]) ([notify.nfandroidtv docs]) - fix iOS component config generation ([@wrboyce] - [#10923]) - Fix color wheel in group more info dialogs ([@NovapaX] - [#10934]) -- Dominos no order fix ([@wardcraigj] - [#10935]) ([dominos docs]) +- Dominos no order fix ([@craigjmidwinter] - [#10935]) ([dominos docs]) ## Release 0.59.2 - December 6 @@ -66,7 +64,7 @@ If you follow our [twitter feed](https://twitter.com/home_assistant) then you ma - Fix linksys_ap.py by inheriting DeviceScanner ([@mateuszdrab] - [#10947]) ([device_tracker.linksys_ap docs]) - Upgrade tellduslive library version (closes https://github.com/home-assistant/home-assistant/issues/10922) ([@molobrakos] - [#10950]) ([tellduslive docs]) - Allow chime to work for wink siren/chime ([@w1ll1am23] - [#10961]) ([wink docs]) -- Reload closest store on api menu request ([@wardcraigj] - [#10962]) ([dominos docs]) +- Reload closest store on api menu request ([@craigjmidwinter] - [#10962]) ([dominos docs]) - Revert pychromecast update ([@balloob] - [#10989]) ([media_player.cast docs]) ## If you need help... @@ -125,7 +123,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Google assistant climate mode fix ([@braddparker] - [#10726]) ([google_assistant.smart_home docs]) - Protect sensitive information for Amcrest cameras ([@tchellomello] - [#10569]) ([amcrest docs]) ([camera.amcrest docs]) ([sensor.amcrest docs]) - InfluxDB send retry after IOError ([@janLo] - [#10263]) ([influxdb docs]) -- Add Dominos Pizza platform ([@wardcraigj] - [#10379]) ([dominos docs]) (new-platform) +- Add Dominos Pizza platform ([@craigjmidwinter] - [#10379]) ([dominos docs]) (new-platform) - Fix name collision when using multiple Hue bridges ([@zBart] - [#10486]) ([light.hue docs]) (breaking change) - Make shell_command async ([@n8henrie] - [#10741]) ([shell_command docs]) - Update CODEOWNERS with hive Component / Platforms ([@Rendili] - [#10775]) @@ -137,7 +135,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fix WUnderground error handling, rework entity methods ([@milanvo] - [#10295]) ([sensor.wunderground docs]) - Add away_mode_name to arlo alarm control panel ([@bcl1713] - [#10796]) ([alarm_control_panel.arlo docs]) - Add missing docstring ([@fabaff] - [#10812]) ([notify.pushbullet docs]) -- Cloud cognito switch ([@balloob] - [#10823]) ([cloud docs]) ([cloud.auth_api docs]) ([cloud.iot docs]) +- Cloud cognito switch ([@balloob] - [#10823]) ([cloud docs]) - Added sensor types from telldus server src ([@rasmusbe] - [#10787]) ([sensor.tellduslive docs]) - Add tts.baidu platform ([@zhujisheng] - [#10724]) ([tts.baidu docs]) (new-platform) - make RGB values consistent as int. fixes #10766 ([@perosb] - [#10782]) @@ -321,12 +319,12 @@ Experiencing issues introduced by this release? Please report them in our [issue [@turbokongen]: https://github.com/turbokongen [@uchagani]: https://github.com/uchagani [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@zBart]: https://github.com/zBart [@zhujisheng]: https://github.com/zhujisheng [alarm_control_panel docs]: /components/alarm_control_panel/ [alarm_control_panel.arlo docs]: /components/alarm_control_panel.arlo/ -[alarm_control_panel.demo docs]: /components/alarm_control_panel.demo/ +[alarm_control_panel.demo docs]: /components/demo/ [alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/ [amcrest docs]: /components/amcrest/ [automation.state docs]: /docs/automation/trigger/#state-trigger @@ -343,9 +341,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [climate.radiotherm docs]: /components/climate.radiotherm/ [climate.sensibo docs]: /components/climate.sensibo/ [cloud docs]: /components/cloud/ -[cloud.auth_api docs]: /components/cloud.auth_api/ -[cloud.iot docs]: /components/cloud.iot/ -[config.group docs]: /components/config.group/ +[config.group docs]: /components/config/ [configurator docs]: /components/configurator/ [conversation docs]: /components/conversation/ [cover.tahoma docs]: /components/cover.tahoma/ @@ -355,8 +351,8 @@ Experiencing issues introduced by this release? Please report them in our [issue [ecobee docs]: /components/ecobee/ [emulated_hue docs]: /components/emulated_hue/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ -[google_assistant.http docs]: /components/google_assistant.http/ -[google_assistant.smart_home docs]: /components/google_assistant.smart_home/ +[google_assistant.http docs]: /components/google_assistant/ +[google_assistant.smart_home docs]: /components/google_assistant [hive docs]: /components/hive/ [homematic docs]: /components/homematic/ [influxdb docs]: /components/influxdb/ @@ -423,7 +419,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@mateuszdrab]: https://github.com/mateuszdrab [@molobrakos]: https://github.com/molobrakos [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [device_tracker.linksys_ap docs]: /components/device_tracker.linksys_ap/ [dominos docs]: /components/dominos/ [media_player.cast docs]: /components/media_player.cast/ diff --git a/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown b/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown index 5141d67b2e7..21851cd5df7 100644 --- a/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown +++ b/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown @@ -1,12 +1,10 @@ --- -layout: post title: Introducing Home Assistant Cloud description: "Use Alexa to control any device that is connected to Home Assistant." date: 2017-12-17 03:00:00 date_formatted: "December 17, 2017" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Announcements --- diff --git a/source/_posts/2017-12-17-release-60.markdown b/source/_posts/2017-12-17-release-60.markdown index e02a3830bc8..16990f19fea 100644 --- a/source/_posts/2017-12-17-release-60.markdown +++ b/source/_posts/2017-12-17-release-60.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.60: Beckhoff/TwinCAT, WebDav, Gearbest, iAlarm" description: "Use Home Assistant for your production line or track prices and the stock market." date: 2017-12-17 02:00:00 date_formatted: "December 17, 2017" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2017-12-0.60/components.png --- @@ -108,7 +106,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Meraki AP Device tracker ([@masarliev] - [#10971]) ([device_tracker.meraki docs]) (new-platform) - Update tradfri.py ([@pvizeli] - [#10991]) ([light.tradfri docs]) - webostv: Ensure source exists before use ([@OddBloke] - [#10959]) ([media_player.webostv docs]) -- Ensure Docker script files uses LF line endings to support Docker for Windows. ([@R1chardTM] - [#10067]) +- Ensure Docker script files uses LF line endings to support Docker for Windows. ([@EarthlingRich] - [#10067]) - Added Vera scenes ([@alanfischer] - [#10424]) ([vera docs]) ([scene.vera docs]) (new-platform) - Fix Egardia alarm status shown as unknown after restart ([@jeroenterheerdt] - [#11010]) ([alarm_control_panel.egardia docs]) - Handle OSError when forcibly turning off media_player.samsungtv ([@lwis] - [#10997]) ([media_player.samsungtv docs]) @@ -254,7 +252,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@OverloadUT]: https://github.com/OverloadUT [@PaulAnnekov]: https://github.com/PaulAnnekov [@PhracturedBlue]: https://github.com/PhracturedBlue -[@R1chardTM]: https://github.com/R1chardTM +[@EarthlingRich]: https://github.com/EarthlingRich [@RiRomain]: https://github.com/RiRomain [@RyuzakiKK]: https://github.com/RyuzakiKK [@addelovein]: https://github.com/addelovein diff --git a/source/_posts/2017-12-28-thank-you.markdown b/source/_posts/2017-12-28-thank-you.markdown index d1cefceb59a..27e5070cd20 100644 --- a/source/_posts/2017-12-28-thank-you.markdown +++ b/source/_posts/2017-12-28-thank-you.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Thank You" description: "Thanks to all our contributors, dependencies and companies that help make Home Assistant awesome." date: 2017-12-28 22:00:00 UTC date_formatted: "December 28, 2017" author: Fabian affolter author_twitter: fabaff -comments: true categories: Community og_image: --- diff --git a/source/_posts/2018-01-14-release-61.markdown b/source/_posts/2018-01-14-release-61.markdown index 033d54d0c33..239b8baceeb 100644 --- a/source/_posts/2018-01-14-release-61.markdown +++ b/source/_posts/2018-01-14-release-61.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.61: Coinbase, Discogs, iGlo, Sochain" description: "New crypto currency sensors and other new stuff including breaking changes." date: 2018-01-14 18:00:00 date_formatted: "January 14, 2018" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Release-Notes og_image: /images/blog/2018-01-0.61/components.png --- @@ -256,7 +254,7 @@ Note however, that this feature was replaced by a new ignore_string config optio - Added new climate component from Daikin ([@rofrantz] - [#10983]) ([climate.daikin docs]) (new-platform) - Updated generic thermostat to respect operation_mode and added away mode ([@ciotlosm] - [#11445]) ([climate.generic_thermostat docs]) - Reconnect to alarmdecoder on disconnect ([@PhracturedBlue] - [#11383]) ([alarmdecoder docs]) -- Set tahoma cover scan interval to 60 seconds ([@bakedraccoon] - [#11447]) ([cover.tahoma docs]) +- Set tahoma cover scan interval to 60 seconds ([@thijsdejong] - [#11447]) ([cover.tahoma docs]) - Add some tests to the cloud component ([@balloob] - [#11460]) ([cloud docs]) ([cloud.iot docs]) - Input Select - Added service description ([@cdce8p] - [#11456]) ([input_select docs]) - Input Boolean - Deleted 'DEFAULT_INITIAL' ([@cdce8p] - [#11453]) ([input_boolean docs]) @@ -310,7 +308,7 @@ Note however, that this feature was replaced by a new ignore_string config optio - Remove execution file perm ([@balloob] - [#11563]) - Deprecate explicit entity_id in template platforms ([@amelchio] - [#11123]) ([binary_sensor.template docs]) ([cover.template docs]) ([light.template docs]) ([sensor.template docs]) ([switch.template docs]) - Test tweaks ([@balloob] - [#11560]) -- Add Velux Windows to Tahoma ([@bakedraccoon] - [#11538]) ([tahoma docs]) ([cover.tahoma docs]) +- Add Velux Windows to Tahoma ([@thijsdejong] - [#11538]) ([tahoma docs]) ([cover.tahoma docs]) - Extend hass.io services / updater ([@pvizeli] - [#11549]) ([hassio docs]) - Add sensibo_assume_state service to Sensibo climate ([@andrey-git] - [#11567]) ([climate.sensibo docs]) - Tracking all groups to allow changing of existing groups ([@randellhodges] - [#11444]) ([group docs]) @@ -328,11 +326,11 @@ Note however, that this feature was replaced by a new ignore_string config optio - Control ordering of display in history component ([@rwa] - [#11340]) ([history docs]) - Pr/11430 ([@balloob] - [#11587]) - Cast return values and add unit tests for the yahoo weather component. ([@cgtobi] - [#10699]) ([weather.yweather docs]) -- add velux roller shutter to tahoma ([@bakedraccoon] - [#11586]) ([tahoma docs]) +- add velux roller shutter to tahoma ([@thijsdejong] - [#11586]) ([tahoma docs]) - Added support for enable/disable motion detection ([@abjorshammar] - [#11583]) ([camera.uvc docs]) - Avoid returning empty media_image_url string ([@JackWindows] - [#11557]) ([media_player.cast docs]) - Core support for hass.io calls & Bugfix check_config ([@pvizeli] - [#11571]) ([__init__ docs]) ([hassio docs]) ([updater docs]) -- Fix Tahoma stop command for 2 types of shutters ([@bakedraccoon] - [#11588]) ([cover.tahoma docs]) +- Fix Tahoma stop command for 2 types of shutters ([@thijsdejong] - [#11588]) ([cover.tahoma docs]) - Pushbullet email support (fix) ([@tschmidty69] - [#11590]) ([notify.pushbullet docs]) - Fix state for trigger with forced updates ([@armills] - [#11595]) ([automation.state docs]) - Snips add say and say_actions services (new) ([@tschmidty69] - [#11596]) ([snips docs]) @@ -340,7 +338,7 @@ Note however, that this feature was replaced by a new ignore_string config optio - Bugfix and cleanup for Rfxtrx ([@danielhiversen] - [#11600]) - Xiaomi lib upgrade ([@danielhiversen] - [#11603]) - Upgrade yarl to 0.18.0 ([@fabaff] - [#11609]) -- patch stop command ([@bakedraccoon] - [#11612]) ([cover.tahoma docs]) +- patch stop command ([@thijsdejong] - [#11612]) ([cover.tahoma docs]) - Use kelvin/mireds correctly for setting iglo white ([@jesserockz] - [#11622]) - Update Pyarlo to 0.1.2 ([@arsaboo] - [#11626]) @@ -556,7 +554,7 @@ Note however, that this feature was replaced by a new ignore_string config optio [@arsaboo]: https://github.com/arsaboo [@awkwardDuck]: https://github.com/awkwardDuck [@bachya]: https://github.com/bachya -[@bakedraccoon]: https://github.com/bakedraccoon +[@thijsdejong]: https://github.com/thijsdejong [@balloob]: https://github.com/balloob [@camrun91]: https://github.com/camrun91 [@cdce8p]: https://github.com/cdce8p @@ -636,7 +634,7 @@ Note however, that this feature was replaced by a new ignore_string config optio [camera.uvc docs]: /components/camera.uvc/ [climate docs]: /components/climate/ [climate.daikin docs]: /components/climate.daikin/ -[climate.demo docs]: /components/climate.demo/ +[climate.demo docs]: /components/demo/ [climate.econet docs]: /components/climate.econet/ [climate.generic_thermostat docs]: /components/climate.generic_thermostat/ [climate.hive docs]: /components/climate.hive/ @@ -647,9 +645,9 @@ Note however, that this feature was replaced by a new ignore_string config optio [climate.tado docs]: /components/climate.tado/ [climate.touchline docs]: /components/climate.touchline/ [cloud docs]: /components/cloud/ -[cloud.auth_api docs]: /components/cloud.auth_api/ -[cloud.http_api docs]: /components/cloud.http_api/ -[cloud.iot docs]: /components/cloud.iot/ +[cloud.auth_api docs]: /components/cloud/ +[cloud.http_api docs]: /components/cloud/ +[cloud.iot docs]: /components/cloud/ [coinbase docs]: /components/coinbase/ [conversation docs]: /components/conversation/ [cover.isy994 docs]: /components/cover.isy994/ @@ -672,8 +670,8 @@ Note however, that this feature was replaced by a new ignore_string config optio [fan.isy994 docs]: /components/fan.isy994/ [fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ [google_assistant docs]: /components/google_assistant/ -[google_assistant.http docs]: /components/google_assistant.http/ -[google_assistant.smart_home docs]: /components/google_assistant.smart_home/ +[google_assistant.http docs]: /components/google_assistant/ +[google_assistant.smart_home docs]: /components/google_assistant [group docs]: /components/group/ [hassio docs]: /components/hassio/ [history docs]: /components/history/ @@ -691,7 +689,7 @@ Note however, that this feature was replaced by a new ignore_string config optio [light.hive docs]: /components/light.hive/ [light.hue docs]: /components/light.hue/ [light.iglo docs]: /components/light.iglo/ -[light.insteon_local docs]: /components/light.insteon_local/ +[light.insteon_local docs]: /components/insteon/ [light.isy994 docs]: /components/light.isy994/ [light.knx docs]: /components/light.knx/ [light.lifx docs]: /components/light.lifx/ @@ -750,7 +748,7 @@ Note however, that this feature was replaced by a new ignore_string config optio [sensor.xbox_live docs]: /components/sensor.xbox_live/ [sensor.zoneminder docs]: /components/sensor.zoneminder/ [snips docs]: /components/snips/ -[switch.insteon_local docs]: /components/switch.insteon_local/ +[switch.insteon_local docs]: /components/insteon/ [switch.isy994 docs]: /components/switch.isy994/ [switch.knx docs]: /components/switch.knx/ [switch.mochad docs]: /components/switch.mochad/ diff --git a/source/_posts/2018-01-21-clarification-emulated-hue.markdown b/source/_posts/2018-01-21-clarification-emulated-hue.markdown index b1b9138ae75..517c4d400e0 100644 --- a/source/_posts/2018-01-21-clarification-emulated-hue.markdown +++ b/source/_posts/2018-01-21-clarification-emulated-hue.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Clarification about Emulated Hue" description: "The Emulated Hue component is not going to be removed nor will we ever remove any functionality from Home Assistant to push you to subscribe to the Community Support Package." date: 2018-01-21 01:00:00 date_formatted: "January 21, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Public-Service-Announcement --- diff --git a/source/_posts/2018-01-27-release-62.markdown b/source/_posts/2018-01-27-release-62.markdown index 7329e7353be..08911088f3f 100644 --- a/source/_posts/2018-01-27-release-62.markdown +++ b/source/_posts/2018-01-27-release-62.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.62: MyChevy, Iota and Venstar Thermostat" description: "Keep track of your Chevy Bolt, monitor your IOTA wallets and control your Venstar Thermostats." date: 2018-01-27 01:00:00 date_formatted: "January 27, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-01-0.62/components.png --- @@ -94,7 +92,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fix effects not appearing in UI due to missing attribute ([@shortbloke] - [#11738]) ([light.flux_led docs]) - Fix for None object access attempt ([@karlkar] - [#11748]) - Fixed universal media player templated source_select bug (issue #10981) and corrected typo in test_universal ([@iliketoprogram14] - [#11746]) -- Fix Tahoma device class ([@bakedraccoon] - [#11745]) ([cover.tahoma docs]) +- Fix Tahoma device class ([@thijsdejong] - [#11745]) ([cover.tahoma docs]) - Add deCONZ entities in a predicitive order ([@Kane610] - [#11712]) ([binary_sensor.deconz docs]) ([sensor.deconz docs]) - Xbox sensor - Extend error handling ([@ReneNulschDE] - [#11637]) ([sensor.xbox_live docs]) - Upgrade netdisco ([@balloob] - [#11752]) @@ -330,7 +328,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@angel12]: https://github.com/angel12 [@arcsur]: https://github.com/arcsur [@arsaboo]: https://github.com/arsaboo -[@bakedraccoon]: https://github.com/bakedraccoon +[@thijsdejong]: https://github.com/thijsdejong [@balloob]: https://github.com/balloob [@basschipper]: https://github.com/basschipper [@benleb]: https://github.com/benleb diff --git a/source/_posts/2018-02-09-disabling-disqus.markdown b/source/_posts/2018-02-09-disabling-disqus.markdown index 6183c238f67..493a409cd1d 100644 --- a/source/_posts/2018-02-09-disabling-disqus.markdown +++ b/source/_posts/2018-02-09-disabling-disqus.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Disabling Disqus comments" description: "We have disabled Disqus comments on the site due to inappropriate advertisements." date: 2018-02-09 01:00:00 date_formatted: "February 9, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Community --- diff --git a/source/_posts/2018-02-10-release-63.markdown b/source/_posts/2018-02-10-release-63.markdown index d8a2d059abb..48375f9f99d 100644 --- a/source/_posts/2018-02-10-release-63.markdown +++ b/source/_posts/2018-02-10-release-63.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.63: Entity Registry, SQL Sensor, Mercedes cars" description: "Reserve entity IDs for your devices with the new entity registry, show query results as a sensor and yet another car integrated." date: 2018-02-10 01:00:00 date_formatted: "February 10, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-02-0.63/components.png --- @@ -34,7 +32,7 @@ We're planning a lot of cool stuff around the entity registry. Stay tuned! ## New Platforms - Adds allergy/disease sensor platform from Pollen.com ([@bachya] - [#11573]) ([sensor.pollen docs]) (new-platform) -- Add Goalfeed platform ([@wardcraigj] - [#11098]) ([goalfeed docs]) (new-platform) +- Add Goalfeed platform ([@craigjmidwinter] - [#11098]) ([goalfeed docs]) (new-platform) - Add Melissa (HVAC/climate) component ([@kennedyshead] - [#11503]) ([melissa docs]) ([sensor.melissa docs]) (new-platform) - Mediaroom ([@dgomes] - [#11864]) ([media_player.mediaroom docs]) (new-platform) - Add Xiaomi Universal IR Remote (Chuangmi IR) ([@cnrd] - [#11891]) ([remote.xiaomi_miio docs]) (new-platform) @@ -144,7 +142,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - panasonic_viera: Set device name from discovery info ([@scop] - [#11990]) ([media_player.panasonic_viera docs]) - Update panasonic_viera to 0.3 ([@scop] - [#11989]) ([media_player.panasonic_viera docs]) - Fix 11982 - uvc don't handle null as username ([@bratanon] - [#11984]) ([camera.uvc docs]) -- Add Goalfeed platform ([@wardcraigj] - [#11098]) ([goalfeed docs]) (new-platform) +- Add Goalfeed platform ([@craigjmidwinter] - [#11098]) ([goalfeed docs]) (new-platform) - Added support for hourly percent change in coinmarketcap component ([@kevindgoff] - [#11996]) ([sensor.coinmarketcap docs]) - Upgrade coinbase to 2.0.7 ([@fabaff] - [#11992]) ([coinbase docs]) ([sensor.coinbase docs]) - Upgrade pyota to 2.0.4 ([@fabaff] - [#11991]) ([iota docs]) @@ -175,7 +173,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Deconz use entity registry ([@Kane610] - [#12067]) ([deconz docs]) ([binary_sensor.deconz docs]) ([light.deconz docs]) ([sensor.deconz docs]) - Flake8 bugbear fixes ([@scop] - [#12072]) ([plant docs]) ([rfxtrx docs]) ([zwave docs]) ([climate.heatmiser docs]) ([media_player.plex docs]) ([notify.kodi docs]) - Fix demo platform support ([@ciotlosm] - [#12070]) -- fix event channel name ([@wardcraigj] - [#12077]) ([goalfeed docs]) +- fix event channel name ([@craigjmidwinter] - [#12077]) ([goalfeed docs]) - fixed timestamp problem in firefox ([@escoand] - [#12073]) ([weather.openweathermap docs]) - Handle more file closing using context manager ([@scop] - [#11942]) ([light.greenwave docs]) ([notify.gntp docs]) ([sensor.onewire docs]) - Influx import improvements ([@RePeet13] - [#11988]) @@ -188,7 +186,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fix detection of mobile browsers ([@c727] - [#12075]) ([frontend docs]) - update tahoma api to version 0.0.11 ([@philklei] - [#12099]) ([tahoma docs]) - added media_stop ([@jodur] - [#12100]) ([media_player.vlc docs]) -- Goalfeed channel ([@wardcraigj] - [#12086]) ([goalfeed docs]) +- Goalfeed channel ([@craigjmidwinter] - [#12086]) ([goalfeed docs]) - Update jinja2 to 2.10 ([@arsaboo] - [#12118]) - Downgrade Sonarr and Radarr 'Host is not avaliable' errors to warnings ([@timmo001] - [#12119]) ([sensor.radarr docs]) ([sensor.sonarr docs]) - Fixes away_mode error on startup ([@ciotlosm] - [#12121]) ([climate.generic_thermostat docs]) @@ -256,7 +254,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fixes for tesla. New sensors. ([@zabuldon] - [#12225]) ([tesla docs]) ([sensor.tesla docs]) - Entity layer cleanup ([@balloob] - [#12237]) (breaking change) - [SMALL PATCH] Sql sensor ([@dgomes] - [#12242]) ([sensor.sql docs]) -- Set tahoma cover update interval to default ([@bakedraccoon] - [#12232]) ([cover.tahoma docs]) +- Set tahoma cover update interval to default ([@thijsdejong] - [#12232]) ([cover.tahoma docs]) - Avoid influxdb filling connection pool ([@amelchio] - [#12182]) ([influxdb docs]) (breaking change) - Force update support for mqtt binary sensor ([@mkfink] - [#12092]) ([binary_sensor.mqtt docs]) - Added password mode to input_text (obscure content of text box) ([@covrig] - [#11849]) ([input_text docs]) ([sensor.xiaomi_aqara docs]) @@ -446,7 +444,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@appzer]: https://github.com/appzer [@arsaboo]: https://github.com/arsaboo [@bachya]: https://github.com/bachya -[@bakedraccoon]: https://github.com/bakedraccoon +[@thijsdejong]: https://github.com/thijsdejong [@balloob]: https://github.com/balloob [@bitglue]: https://github.com/bitglue [@bratanon]: https://github.com/bratanon @@ -501,7 +499,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@ubnt-marc-khouri]: https://github.com/ubnt-marc-khouri [@vaceslav]: https://github.com/vaceslav [@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj +[@craigjmidwinter]: https://github.com/craigjmidwinter [@zabuldon]: https://github.com/zabuldon [alexa docs]: /components/alexa/ [binary_sensor.deconz docs]: /components/binary_sensor.deconz/ @@ -514,7 +512,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [camera.uvc docs]: /components/camera.uvc/ [camera.xeoma docs]: /components/camera.xeoma/ [canary docs]: /components/canary/ -[climate.demo docs]: /components/climate.demo/ +[climate.demo docs]: /components/demo/ [climate.ecobee docs]: /components/climate.ecobee/ [climate.econet docs]: /components/climate.econet/ [climate.generic_thermostat docs]: /components/climate.generic_thermostat/ @@ -594,7 +592,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.deconz docs]: /components/sensor.deconz/ [sensor.deutsche_bahn docs]: /components/sensor.deutsche_bahn/ [sensor.fritzbox_callmonitor docs]: /components/sensor.fritzbox_callmonitor/ -[sensor.melissa docs]: /components/sensor.melissa/ +[sensor.melissa docs]: /components/melissa/ [sensor.mercedesme docs]: /components/sensor.mercedesme/ [sensor.miflora docs]: /components/sensor.miflora/ [sensor.onewire docs]: /components/sensor.onewire/ diff --git a/source/_posts/2018-02-20-cloud-update.markdown b/source/_posts/2018-02-20-cloud-update.markdown index 80473619e56..96db3ab24be 100644 --- a/source/_posts/2018-02-20-cloud-update.markdown +++ b/source/_posts/2018-02-20-cloud-update.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Cloud Update" description: "Alexa skill now live in Germany, UK, Canada, Australia and India." date: 2018-02-19 01:00:00 date_formatted: "February 19, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Cloud --- diff --git a/source/_posts/2018-02-26-release-64.markdown b/source/_posts/2018-02-26-release-64.markdown index 36ada862c2c..c47ca20519f 100644 --- a/source/_posts/2018-02-26-release-64.markdown +++ b/source/_posts/2018-02-26-release-64.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.64: Over 1000 integrations! New: HomeKit, BMW, August." description: "Some great new integrations, some great new fixes, oooooh yeah." date: 2018-02-26 00:01:00 date_formatted: "February 26, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-02-0.64/components.png --- @@ -52,13 +50,13 @@ Major new integration by [@snjoetw]: August locks and door bells! Lock and unloc - Support for August doorbell ([@snjoetw] - [#11124]) ([august docs]) ([binary_sensor.august docs]) ([camera.august docs]) ([lock.august docs]) (new-platform) - Add new component: BMW connected drive ([@ChristianKuehnel] - [#12277]) ([bmw_connected_drive docs]) ([device_tracker.bmw_connected_drive docs]) ([sensor.bmw_connected_drive docs]) (new-platform) - Add New Sensor for ISP Start.ca ([@mikeodr] - [#12356]) ([sensor.startca docs]) (new-platform) -- Add the Xiaomi TV platform. ([@fattdev] - [#12359]) ([media_player.xiaomi_tv docs]) (new-platform) +- Add the Xiaomi TV platform. ([@simse] - [#12359]) ([media_player.xiaomi_tv docs]) (new-platform) - added smappee component ([@hmn] - [#11491]) ([smappee docs]) ([sensor.smappee docs]) ([switch.smappee docs]) (new-platform) - Add support for HomeKit ([@cdce8p] - [#12488]) ([homekit docs]) (new-platform) - Adds filesize component ([@robmarkcole] - [#12211]) ([sensor.filesize docs]) (new-platform) - Adds folder sensor ([@robmarkcole] - [#12208]) ([sensor.folder docs]) (new-platform) - Spotcrime ([@jcconnell] - [#12460]) ([sensor.spotcrime docs]) (new-platform) -- Add Tahoma scenes ([@bakedraccoon] - [#12498]) ([scene docs]) ([tahoma docs]) (new-platform) +- Add Tahoma scenes ([@thijsdejong] - [#12498]) ([scene docs]) ([tahoma docs]) (new-platform) ## Release 0.64.1 - February 27 @@ -75,7 +73,7 @@ Major new integration by [@snjoetw]: August locks and door bells! Lock and unloc - Component deconz: Fix dark attribute on presence sensors ([@tumik] - [#12691]) ([binary_sensor.deconz docs]) - Bugfix: Update of sources for non AVR-X devices always fails ([@scarface-4711] - [#12711]) ([media_player.denonavr docs]) - Don't allow to use a old unsecure library ([@pvizeli] - [#12715]) -- Unbreak tahoma ([@bakedraccoon] - [#12719]) ([tahoma docs]) +- Unbreak tahoma ([@thijsdejong] - [#12719]) ([tahoma docs]) - fix for https://github.com/home-assistant/home-assistant/issues/12673 ([@ChristianKuehnel] - [#12726]) ([sensor.alpha_vantage docs]) - Fix harmony duplicate detection ([@amelchio] - [#12729]) ([remote.harmony docs]) - Update ZHA deps ([@balloob] - [#12737]) ([zha docs]) @@ -147,7 +145,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Move HassIntent handler code into helpers/intent ([@tschmidty69] - [#12181]) ([conversation docs]) - Migrated SABnzbd sensor to asyncio and switched to pypi library ([@jeradM] - [#12290]) ([sensor.sabnzbd docs]) - 📝 Fix fixture encoding ([@OttoWinter] - [#12296]) -- Clarify tahoma errrors ([@bakedraccoon] - [#12307]) ([tahoma docs]) +- Clarify tahoma errrors ([@thijsdejong] - [#12307]) ([tahoma docs]) - add friendly_name_template to template sensor ([@NovapaX] - [#12268]) ([sensor.template docs]) - Purge recorder data by default ([@amelchio] - [#12271]) (breaking change) - Protect bloomsky platform setup ([@balloob] - [#12316]) ([binary_sensor.bloomsky docs]) ([camera.bloomsky docs]) ([sensor.bloomsky docs]) @@ -200,7 +198,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Fake the state for a short period and skip the next update. ([@syssi] - [#12446]) ([fan.xiaomi_miio docs]) - Initial support for Config Entries ([@balloob] - [#12079]) - Make WUnderground async ([@OttoWinter] - [#12385]) ([sensor.wunderground docs]) -- Add the Xiaomi TV platform. ([@fattdev] - [#12359]) ([media_player.xiaomi_tv docs]) (new-platform) +- Add the Xiaomi TV platform. ([@simse] - [#12359]) ([media_player.xiaomi_tv docs]) (new-platform) - Update voluputous ([@balloob] - [#12463]) (breaking change) - Map Alexa StepVolume responses to volume_up/down ([@lucasweb78] - [#12467]) ([alexa docs]) - ONVIF Camera added Error handling and rtsp authentication. ([@matt2005] - [#11129]) ([camera.onvif docs]) @@ -266,7 +264,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Adding RoomHinting to GoogleAssistant to allow for room annotations. ([@jeremydk] - [#12598]) ([google_assistant docs]) - Fix mclimate accounts with not only melissa components ([@kennedyshead] - [#12427]) ([melissa docs]) ([climate.melissa docs]) - Cast unique_id and async discovery ([@OttoWinter] - [#12474]) ([media_player.cast docs]) -- Add Tahoma scenes ([@bakedraccoon] - [#12498]) ([scene docs]) ([tahoma docs]) (new-platform) +- Add Tahoma scenes ([@thijsdejong] - [#12498]) ([scene docs]) ([tahoma docs]) (new-platform) - Optimize logbook SQL query ([@amelchio] - [#12608]) ([logbook docs]) - Fix voluptuous breaking change things ([@balloob] - [#12611]) ([xiaomi_aqara docs]) ([binary_sensor.knx docs]) - OpenGarage - correctly handle offline status (#12612) ([@swbradshaw] - [#12613]) ([cover.opengarage docs]) @@ -430,7 +428,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@aprasanna]: https://github.com/aprasanna [@armills]: https://github.com/armills [@bachya]: https://github.com/bachya -[@bakedraccoon]: https://github.com/bakedraccoon +[@thijsdejong]: https://github.com/thijsdejong [@balloob]: https://github.com/balloob [@bottomquark]: https://github.com/bottomquark [@cdce8p]: https://github.com/cdce8p @@ -440,7 +438,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@dgomes]: https://github.com/dgomes [@elupus]: https://github.com/elupus [@fabaff]: https://github.com/fabaff -[@fattdev]: https://github.com/fattdev +[@simse]: https://github.com/simse [@gerard33]: https://github.com/gerard33 [@happyleavesaoc]: https://github.com/happyleavesaoc [@hmn]: https://github.com/hmn @@ -491,7 +489,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [bmw_connected_drive docs]: /components/bmw_connected_drive/ [calendar.caldav docs]: /components/calendar.caldav/ [camera.august docs]: /components/camera.august/ -[camera.bloomsky docs]: /components/camera.bloomsky/ +[camera.bloomsky docs]: /components/bloomsky/#camera [camera.doorbird docs]: /components/camera.doorbird/ [camera.onvif docs]: /components/camera.onvif/ [camera.rpi_camera docs]: /components/camera.rpi_camera/ @@ -605,7 +603,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@OttoWinter]: https://github.com/OttoWinter [@amelchio]: https://github.com/amelchio [@aronsky]: https://github.com/aronsky -[@bakedraccoon]: https://github.com/bakedraccoon [@balloob]: https://github.com/balloob [@jesserockz]: https://github.com/jesserockz [@kellerza]: https://github.com/kellerza diff --git a/source/_posts/2018-03-09-release-65.markdown b/source/_posts/2018-03-09-release-65.markdown index fb947bdd551..b427a398fee 100644 --- a/source/_posts/2018-03-09-release-65.markdown +++ b/source/_posts/2018-03-09-release-65.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.65: Rename entities, new filter sensor, UpCloud and Channels" description: "A new Home Assistant release full of amazing new features. Rename entities without a restart, filter out anomalies or apply other filters to data, improved HomeKit support." date: 2018-03-09 00:01:00 date_formatted: "March 9, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-03-0.65/entity-registry-name.gif --- @@ -250,7 +248,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - MQTT Python 3.5 Async Await Syntax ([@OttoWinter] - [#12815]) ([mqtt docs]) - Improved Homekit tests ([@cdce8p] - [#12800]) ([homekit docs]) - Add light.group platform ([@OttoWinter] - [#12229]) ([light.group docs]) (new-platform) -- Add icons to Xiaomi Aqara sensors ([@bakedraccoon] - [#12814]) ([sensor.xiaomi_aqara docs]) +- Add icons to Xiaomi Aqara sensors ([@thijsdejong] - [#12814]) ([sensor.xiaomi_aqara docs]) - Egardia redesign - generic component and sensor support ([@jeroenterheerdt] - [#11994]) ([egardia docs]) ([alarm_control_panel.egardia docs]) ([binary_sensor.egardia docs]) (breaking change) (new-platform) - Skip flaky light.group test [skipci] ([@balloob] - [#12847]) - Update volvooncall.py ([@danielhiversen] - [#12834]) ([switch.volvooncall docs]) @@ -495,7 +493,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@aronsky]: https://github.com/aronsky [@awkwardDuck]: https://github.com/awkwardDuck [@bachya]: https://github.com/bachya -[@bakedraccoon]: https://github.com/bakedraccoon +[@thijsdejong]: https://github.com/thijsdejong [@balloob]: https://github.com/balloob [@bertbert72]: https://github.com/bertbert72 [@bokub]: https://github.com/bokub @@ -575,7 +573,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [device_tracker.tesla docs]: /components/device_tracker.tesla/ [device_tracker.ubus docs]: /components/device_tracker.ubus/ [egardia docs]: /components/egardia/ -[fan.insteon_plm docs]: /components/fan.insteon_plm/ +[fan.insteon_plm docs]: /components/insteon/ [frontend docs]: /components/frontend/ [google_assistant docs]: /components/google_assistant/ [group docs]: /components/group/ @@ -592,7 +590,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [light.group docs]: /components/light.group/ [light.hue docs]: /components/light.hue/ [light.hyperion docs]: /components/light.hyperion/ -[light.insteon_plm docs]: /components/light.insteon_plm/ +[light.insteon_plm docs]: /components/insteon/ [light.knx docs]: /components/light.knx/ [light.lifx docs]: /components/light.lifx/ [light.limitlessled docs]: /components/light.limitlessled/ @@ -619,7 +617,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.folder docs]: /components/sensor.folder/ [sensor.history_stats docs]: /components/sensor.history_stats/ [sensor.imap docs]: /components/sensor.imap/ -[sensor.insteon_plm docs]: /components/sensor.insteon_plm/ +[sensor.insteon_plm docs]: /components/insteon/ [sensor.luftdaten docs]: /components/sensor.luftdaten/ [sensor.netatmo docs]: /components/sensor.netatmo/ [sensor.plex docs]: /components/sensor.plex/ diff --git a/source/_posts/2018-03-24-new-release-schedule.markdown b/source/_posts/2018-03-24-new-release-schedule.markdown index d39d8d3633b..5a0aa4a1efc 100644 --- a/source/_posts/2018-03-24-new-release-schedule.markdown +++ b/source/_posts/2018-03-24-new-release-schedule.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Updated release schedule" description: "We're adding a beta period of a week before marking each release as final." date: 2018-03-24 00:01:00 date_formatted: "March 24, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Announcements og_image: /images/blog/2018-03-release-schedule/social.png --- diff --git a/source/_posts/2018-03-29-fedora-atomic.markdown b/source/_posts/2018-03-29-fedora-atomic.markdown index 30750c6342d..a435984b1b7 100644 --- a/source/_posts/2018-03-29-fedora-atomic.markdown +++ b/source/_posts/2018-03-29-fedora-atomic.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Using Fedora Atomic with Home Assistant" description: "Running Home Assistant on a Fedora Atomic host." date: 2018-03-29 22:00:00 date_formatted: "March 29, 2018" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Announcements og_image: /images/blog/2018-03-fedora-atomic/social.png --- diff --git a/source/_posts/2018-03-30-release-66.markdown b/source/_posts/2018-03-30-release-66.markdown index c22aca59670..794d910a71d 100644 --- a/source/_posts/2018-03-30-release-66.markdown +++ b/source/_posts/2018-03-30-release-66.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.66: VeSync switches, HomematicIP, and a group cover." description: "Fabulous release 0.66 has landed! Tons of fixes, improvements and joy." date: 2018-03-30 00:01:00 date_formatted: "March 30, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-03-0.66/components.png --- @@ -156,7 +154,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Support for security systems controlled by IFTTT ([@maxclaey] - [#12975]) ([alarm_control_panel.ifttt docs]) (new-platform) - Add ecobee fan mode ([@uchagani] - [#12732]) ([ecobee docs]) ([climate.ecobee docs]) - Zigbee fan ([@igorbernstein2] - [#12289]) ([zha docs]) ([fan.zha docs]) (new-platform) -- Update plex.py ([@chronm] - [#12157]) ([sensor.plex docs]) +- Update plex.py ([@kraddatz] - [#12157]) ([sensor.plex docs]) - Support MQTT Lock discovery ([@molobrakos] - [#13303]) ([mqtt docs]) ([lock.mqtt docs]) - Adding a discoverable Samsung Syncthru Printer sensor platform ([@nielstron] - [#13134]) ([sensor.syncthru docs]) (new-platform) - Use hue/sat as internal light color interface ([@armills] - [#11288]) ([light docs]) @@ -406,7 +404,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@cburgess]: https://github.com/cburgess [@cdce8p]: https://github.com/cdce8p [@cgtobi]: https://github.com/cgtobi -[@chronm]: https://github.com/chronm +[@kraddatz]: https://github.com/kraddatz [@clementhk]: https://github.com/clementhk [@danielhiversen]: https://github.com/danielhiversen [@danielperna84]: https://github.com/danielperna84 diff --git a/source/_posts/2018-04-12-ubiquiti-and-home-assistant.markdown b/source/_posts/2018-04-12-ubiquiti-and-home-assistant.markdown index 045f30c196d..770a4f6a5d9 100644 --- a/source/_posts/2018-04-12-ubiquiti-and-home-assistant.markdown +++ b/source/_posts/2018-04-12-ubiquiti-and-home-assistant.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Home Assistant 🤝 Ubiquiti Networks" description: "Ubiquiti Networks has hired Paulus Schoutsen, the founder of Home Assistant, to support Home Assistant’s goals of making Home Assistant easier to configure for users, improving the integration with device makers and making it easier to create, maintain and evolve integrations." date: 2018-04-12 00:01:00 date_formatted: "April 12, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Announcements og_image: /images/blog/2018-04-ubiquiti-and-home-assistant/paulus.jpg --- diff --git a/source/_posts/2018-04-14-release-67.markdown b/source/_posts/2018-04-14-release-67.markdown index 600c7390b34..09de0a59e15 100644 --- a/source/_posts/2018-04-14-release-67.markdown +++ b/source/_posts/2018-04-14-release-67.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.67: Mastodon, Tahoma switches, Nanoleaf Aurora Light Panels" description: "Security fixes and performance improvements 😅" date: 2018-04-13 00:01:00 date_formatted: "April 13, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-04-0.67/components.png --- @@ -131,7 +129,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Add Switzerland ([@fabaff] - [#13630]) ([binary_sensor.workday docs]) - Xiaomi Mi WiFi Repeater 2 integration as device tracker ([@syssi] - [#13521]) - Upgrade youtube_dl to 2018.04.03 ([@fabaff] - [#13647]) ([media_extractor docs]) -- Update plex.py ([@chronm] - [#13659]) ([sensor.plex docs]) +- Update plex.py ([@kraddatz] - [#13659]) ([sensor.plex docs]) - Always enable config entries & remove config_entry_example ([@balloob] - [#13663]) ([config docs]) - Add missing service docs for hs_color ([@armills] - [#13667]) - Add regex functions as templating helpers ([@mountainsandcode] - [#13631]) @@ -292,7 +290,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@bdurrer]: https://github.com/bdurrer [@c727]: https://github.com/c727 [@cdce8p]: https://github.com/cdce8p -[@chronm]: https://github.com/chronm +[@kraddatz]: https://github.com/kraddatz [@colinodell]: https://github.com/colinodell [@danielperna84]: https://github.com/danielperna84 [@dlbroadfoot]: https://github.com/dlbroadfoot @@ -359,11 +357,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [hue docs]: /components/hue/ [insteon_plm docs]: /components/insteon_plm/ [light docs]: /components/light/ -[light.nanoleaf_aurora docs]: /components/light.nanoleaf_aurora/ +[light.nanoleaf_aurora docs]: /components/nanoleaf/ [light.hue docs]: /components/light.hue/ [light.iglo docs]: /components/light.iglo/ [light.mystrom docs]: /components/light.mystrom/ -[light.nanoleaf_aurora docs]: /components/light.nanoleaf_aurora/ +[light.nanoleaf_aurora docs]: /components/nanoleaf/ [light.qwikswitch docs]: /components/light.qwikswitch/ [light.tradfri docs]: /components/light.tradfri/ [light.xiaomi_miio docs]: /components/light.xiaomi_miio/ diff --git a/source/_posts/2018-04-22-hassio-2018.markdown b/source/_posts/2018-04-22-hassio-2018.markdown index a2e9e586967..48a0fc23adc 100644 --- a/source/_posts/2018-04-22-hassio-2018.markdown +++ b/source/_posts/2018-04-22-hassio-2018.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Hass.io 2018" description: "We want to clarify how Hass.io relates to Home Assistant and talk about the roadmap for Hass.io in 2018." date: 2018-04-22 00:00:00 date_formatted: "April 22, 2018" author: Pascal Vizeli author_twitter: pvizeli -comments: true categories: Announcements og_image: /images/blog/2018-04-hassio-2018/blogpost.png --- diff --git a/source/_posts/2018-04-24-launch-google-assistant-support.markdown b/source/_posts/2018-04-24-launch-google-assistant-support.markdown index a4bd0a9a367..9cb723051e5 100644 --- a/source/_posts/2018-04-24-launch-google-assistant-support.markdown +++ b/source/_posts/2018-04-24-launch-google-assistant-support.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Our Google Assistant skill is live!" description: "The Google Assistant integration for Home Assistant Cloud is now available to all." date: 2018-04-24 00:01:00 date_formatted: "April 24, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Announcements og_image: /images/blog/2018-04-google-assistant/google-assistant-home-assistant.png --- diff --git a/source/_posts/2018-04-26-developer-site.markdown b/source/_posts/2018-04-26-developer-site.markdown index e4995622dfd..76467ae8cbb 100644 --- a/source/_posts/2018-04-26-developer-site.markdown +++ b/source/_posts/2018-04-26-developer-site.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "New developer website" description: "We have extracted the developer section of our website into its own website." date: 2018-04-26 00:01:00 date_formatted: "April 26, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Announcements og_image: /images/blog/2018-04-developer-website/screenshot.png --- diff --git a/source/_posts/2018-04-27-release-68.markdown b/source/_posts/2018-04-27-release-68.markdown index 7d0ce1c3c0e..b6bb4b2b7c6 100644 --- a/source/_posts/2018-04-27-release-68.markdown +++ b/source/_posts/2018-04-27-release-68.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.68: HomeKit control, Eufy, FritzBox, SigFox sensors" description: "Enjoy your weekend with this brand new release of Home Assistant." date: 2018-04-27 00:01:00 date_formatted: "April 27, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-04-0.68/components.png --- @@ -95,7 +93,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Brightness conversion for Abode dimmers ([@shred86] - [#13711]) ([light.abode docs]) - Update CODEOWNERS (sensor.filter, sensor.upnp) ([@dgomes] - [#13736]) - Reset permission ([@fabaff] - [#13743]) ([light.abode docs]) -- Throw an error when invalid device_mode is given ([@dangyuluo] - [#13739]) +- Throw an error when invalid device_mode is given ([@left4taco] - [#13739]) - Fix so it is possible to ignore discovered config entry handlers ([@Kane610] - [#13741]) (beta fix) - Upgrade netdisco to 1.3.1 ([@fabaff] - [#13744]) - Add MQTT Sensor unique_id ([@OttoWinter] - [#13318]) ([sensor.mqtt docs]) @@ -124,7 +122,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - HomeKit type_cover fix ([@cdce8p] - [#13832]) ([homekit docs]) - Allow platform unloading ([@balloob] - [#13784]) ([hue docs]) ([light docs]) - Support CO2/PM2.5/Light sensors in HomeKit ([@Yonsm] - [#13804]) ([homekit docs]) (new-feature) -- Clicksend: Added support for multiple recipients ([@xTCx] - [#13812]) ([notify docs]) +- Clicksend: Added support for multiple recipients ([@asafbiton96] - [#13812]) ([notify docs]) - Support Garage Doors in HomeKit ([@marthoc] - [#13796]) ([homekit docs]) (new-feature) - Abode better events ([@MisterWil] - [#13809]) ([abode docs]) - UPnP async ([@dgomes] - [#13666]) ([upnp docs]) ([sensor.upnp docs]) @@ -367,7 +365,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@cdce8p]: https://github.com/cdce8p [@cgtobi]: https://github.com/cgtobi [@citruz]: https://github.com/citruz -[@dangyuluo]: https://github.com/dangyuluo +[@left4taco]: https://github.com/left4taco [@danielperna84]: https://github.com/danielperna84 [@dersger]: https://github.com/dersger [@dgomes]: https://github.com/dgomes @@ -408,7 +406,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@veleek]: https://github.com/veleek [@viorels]: https://github.com/viorels [@wiuwiu]: https://github.com/wiuwiu -[@xTCx]: https://github.com/xTCx +[@asafbiton96]: https://github.com/asafbiton96 [abode docs]: /components/abode/ [alexa docs]: /components/alexa/ [binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/ diff --git a/source/_posts/2018-05-11-release-69.markdown b/source/_posts/2018-05-11-release-69.markdown index aad5a0d8c5f..050b01ab8de 100644 --- a/source/_posts/2018-05-11-release-69.markdown +++ b/source/_posts/2018-05-11-release-69.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.69: Matrix Chatbot, PostNL, Social Blade, Xiaomi Mijia sensors" description: "Great release mainly focused on bug fixes." date: 2018-05-11 00:01:00 date_formatted: "May 11, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-05-0.69/components.png --- @@ -82,7 +80,7 @@ rainmachine: - Bump locationsharinglib to 1.2.2 ([@thelittlefireman] - [#14070]) ([device_tracker docs]) - Remove excessive debugging in webostv module ([@stephanerosi] - [#14056]) ([media_player.webostv docs]) - Support new Xiaomi Aqara device model names and LAN protocol 2.0 ([@ileler] - [#13540]) ([xiaomi_aqara docs]) ([binary_sensor.xiaomi_aqara docs]) ([light.xiaomi_aqara docs]) ([sensor.xiaomi_aqara docs]) ([switch.xiaomi_aqara docs]) -- Add devices to Tahoma ([@bakedraccoon] - [#14075]) ([tahoma docs]) ([cover.tahoma docs]) ([sensor.tahoma docs]) +- Add devices to Tahoma ([@thijsdejong] - [#14075]) ([tahoma docs]) ([cover.tahoma docs]) ([sensor.tahoma docs]) - Modify weather components for "new" frontend card ([@c727] - [#14076]) ([weather.buienradar docs]) ([weather.darksky docs]) ([weather.openweathermap docs]) - Add Sonos device attribute with grouping information ([@amelchio] - [#13553]) ([media_player.sonos docs]) (breaking change) - Re-implement HomematicIP cloud to async ([@mxworm] - [#13468]) ([homematicip_cloud docs]) ([sensor.homematicip_cloud docs]) (breaking change) @@ -318,7 +316,7 @@ rainmachine: [@amelchio]: https://github.com/amelchio [@andrey-git]: https://github.com/andrey-git [@bachya]: https://github.com/bachya -[@bakedraccoon]: https://github.com/bakedraccoon +[@thijsdejong]: https://github.com/thijsdejong [@balloob]: https://github.com/balloob [@bieniu]: https://github.com/bieniu [@blackwind]: https://github.com/blackwind @@ -392,7 +390,7 @@ rainmachine: [device_tracker docs]: /components/device_tracker/ [eight_sleep docs]: /components/eight_sleep/ [emulated_hue docs]: /components/emulated_hue/ -[fan.insteon_plm docs]: /components/fan.insteon_plm/ +[fan.insteon_plm docs]: /components/insteon/ [fan.template docs]: /components/fan.template/ [frontend docs]: /components/frontend/ [homekit docs]: /components/homekit/ @@ -411,7 +409,7 @@ rainmachine: [light.deconz docs]: /components/light.deconz/ [light.flux_led docs]: /components/light.flux_led/ [light.hue docs]: /components/light.hue/ -[light.insteon_plm docs]: /components/light.insteon_plm/ +[light.insteon_plm docs]: /components/insteon/ [light.mqtt_json docs]: /components/light.mqtt_json/ [light.wink docs]: /components/light.wink/ [light.xiaomi_aqara docs]: /components/light.xiaomi_aqara/ @@ -450,7 +448,7 @@ rainmachine: [sensor.eliqonline docs]: /components/sensor.eliqonline/ [sensor.filter docs]: /components/sensor.filter/ [sensor.homematicip_cloud docs]: /components/sensor.homematicip_cloud/ -[sensor.insteon_plm docs]: /components/sensor.insteon_plm/ +[sensor.insteon_plm docs]: /components/insteon/ [sensor.lastfm docs]: /components/sensor.lastfm/ [sensor.mitemp_bt docs]: /components/sensor.mitemp_bt/ [sensor.mqtt docs]: /components/sensor.mqtt/ diff --git a/source/_posts/2018-05-18-release-70.markdown b/source/_posts/2018-05-18-release-70.markdown index 84f7daa7bfb..7a835363c05 100644 --- a/source/_posts/2018-05-18-release-70.markdown +++ b/source/_posts/2018-05-18-release-70.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.70: Facebox, SpaceAPI, Konnected Alarm System" description: "Complete overhaul of our new frontend. " date: 2018-05-27 00:01:00 date_formatted: "May 27, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -390,7 +388,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [light.limitlessled docs]: /components/light.limitlessled/ [light.mqtt docs]: /components/light.mqtt/ [light.mysensors docs]: /components/light.mysensors/ -[light.nanoleaf_aurora docs]: /components/light.nanoleaf_aurora/ +[light.nanoleaf_aurora docs]: /components/nanoleaf/ [light.wink docs]: /components/light.wink/ [media_extractor docs]: /components/media_extractor/ [media_player.cmus docs]: /components/media_player.cmus/ diff --git a/source/_posts/2018-06-04-esphomelib.markdown b/source/_posts/2018-06-04-esphomelib.markdown index 3b5eac75866..dbf5ae810ff 100644 --- a/source/_posts/2018-06-04-esphomelib.markdown +++ b/source/_posts/2018-06-04-esphomelib.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "esphomelib - A comprehensive solution for using ESPs with Home Assistant" description: "Use the esphomelib suite to make using ESPs really simple." date: 2018-06-05 06:24:55 +0000 date_formatted: "June 5, 2018" author: Otto Winter author_twitter: OttoWinter_ -comments: true categories: How-To ESP8266 og_image: /images/blog/2018-06-esphomelib/social.png --- diff --git a/source/_posts/2018-06-10-release-71.markdown b/source/_posts/2018-06-10-release-71.markdown index e7a18ae2a3a..12ce0a007b4 100644 --- a/source/_posts/2018-06-10-release-71.markdown +++ b/source/_posts/2018-06-10-release-71.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.71: Lagute LW-12, Iperf3, Hydrawise, Ryobi Garage Doors" description: "Enjoy the weekend with this shiny new release." date: 2018-06-08 00:01:00 date_formatted: "June 8, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-06-0.71/components.png --- @@ -359,7 +357,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [hydrawise docs]: /components/hydrawise/ [keyboard_remote docs]: /components/keyboard_remote/ [light.lw12wifi docs]: /components/light.lw12wifi/ -[light.nanoleaf_aurora docs]: /components/light.nanoleaf_aurora/ +[light.nanoleaf_aurora docs]: /components/nanoleaf/ [light.osramlightify docs]: /components/light.osramlightify/ [light.zha docs]: /components/light.zha/ [linode docs]: /components/linode/ diff --git a/source/_posts/2018-06-22-release-72.markdown b/source/_posts/2018-06-22-release-72.markdown index ac6b0592a90..9de285889d6 100644 --- a/source/_posts/2018-06-22-release-72.markdown +++ b/source/_posts/2018-06-22-release-72.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.72: Lovelace UI, KIWI Doorlocks, Wireless Tags, Insteon X10." description: "This release will blow you away. Click with caution." date: 2018-06-22 00:01:00 date_formatted: "June 22, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-06-release-0.72/lovelace.png --- diff --git a/source/_posts/2018-07-06-release-73.markdown b/source/_posts/2018-07-06-release-73.markdown index f9d85bb57a8..e4618109724 100644 --- a/source/_posts/2018-07-06-release-73.markdown +++ b/source/_posts/2018-07-06-release-73.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.73: Preview version new user system, Rachio cloud push and Lovelace goes wild" description: "Summer is here and that means fresh new goodies for all of you." date: 2018-07-06 00:01:00 date_formatted: "July 6, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-07-0.73/lovelace-elements.png --- diff --git a/source/_posts/2018-07-11-hassio-images.markdown b/source/_posts/2018-07-11-hassio-images.markdown index 14f40f08bff..acc53d0cb84 100644 --- a/source/_posts/2018-07-11-hassio-images.markdown +++ b/source/_posts/2018-07-11-hassio-images.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "New Hass.io images, based on HassOS" description: "We have released HassOS, a brand new operating system for the purpose of running Hass.io" date: 2018-07-11 00:00:00 date_formatted: "July 11, 2018" author: Pascal Vizeli author_twitter: pvizeli -comments: true categories: Announcements og_image: /images/blog/2018-07-hassio-images/blogpost.png --- diff --git a/source/_posts/2018-07-16-release-73-2.markdown b/source/_posts/2018-07-16-release-73-2.markdown index fdaaae717ba..2cbd1909c2e 100644 --- a/source/_posts/2018-07-16-release-73-2.markdown +++ b/source/_posts/2018-07-16-release-73-2.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.73.2 - Security Incident" description: "We have discovered a security issue and have issued a hot fix." date: 2018-07-16 00:01:00 date_formatted: "July 16, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes --- @@ -16,40 +14,40 @@ A man in the middle attack is when an attacker is able to inject itself between After research, the following integrations have been impacted. Although the odds are extremely small, we still suggest that if you use any of these integrations, to create new API keys or change your password. -- [alarm_control_panel.alarmdotcom](https://www.home-assistant.io/components/alarm_control_panel.alarmdotcom/) -- [climate.sensibo](https://www.home-assistant.io/components/climate.sensibo/) -- [cloud](https://www.home-assistant.io/components/cloud/) (only short lived tokens impacted) -- [device_tracker.automatic](https://www.home-assistant.io/components/device_tracker.automatic/) -- [duckdns](https://www.home-assistant.io/components/duckdns/) -- [freedns](https://www.home-assistant.io/components/freedns/) -- [google_assistant](https://www.home-assistant.io/components/google_assistant/) (manual setup) -- [google_domains](https://www.home-assistant.io/components/google_domains/) -- [homematicip_cloud](https://www.home-assistant.io/components/homematicip_cloud/) -- [image_processing.openalpr_cloud](https://www.home-assistant.io/components/image_processing.openalpr_cloud/) -- [microsoft_face](https://www.home-assistant.io/components/microsoft_face/) -- [namecheapdns](https://www.home-assistant.io/components/namecheapdns/) -- [no_ip](https://www.home-assistant.io/components/no_ip/) -- [notify.flock](https://www.home-assistant.io/components/notify.flock/) -- [notify.prowl](https://www.home-assistant.io/components/notify.prowl/) -- [rest_command](https://www.home-assistant.io/components/rest_command/) -- [scene.lifx_cloud](https://www.home-assistant.io/components/scene.lifx_cloud/) -- [switch.hook](https://www.home-assistant.io/components/switch.hook/) -- [switch.rest](https://www.home-assistant.io/components/switch.rest/) -- [telegram_bot.polling](https://www.home-assistant.io/components/telegram_bot.polling/) -- [tts.voicerss](https://www.home-assistant.io/components/tts.voicerss/) +- [alarm_control_panel.alarmdotcom](/components/alarm_control_panel.alarmdotcom/) +- [climate.sensibo](/components/climate.sensibo/) +- [cloud](/components/cloud/) (only short lived tokens impacted) +- [device_tracker.automatic](/components/device_tracker.automatic/) +- [duckdns](/components/duckdns/) +- [freedns](/components/freedns/) +- [google_assistant](/components/google_assistant/) (manual setup) +- [google_domains](/components/google_domains/) +- [homematicip_cloud](/components/homematicip_cloud/) +- [image_processing.openalpr_cloud](/components/image_processing.openalpr_cloud/) +- [microsoft_face](/components/microsoft_face/) +- [namecheapdns](/components/namecheapdns/) +- [no_ip](/components/no_ip/) +- [notify.flock](/components/notify.flock/) +- [notify.prowl](/components/notify.prowl/) +- [rest_command](/components/rest_command/) +- [scene.lifx_cloud](/components/scene.lifx_cloud/) +- [switch.hook](/components/switch.hook/) +- [switch.rest](/components/switch.rest/) +- [telegram_bot.polling](/components/telegram_bot.polling/) +- [tts.voicerss](/components/tts.voicerss/) Also impacted, but integrations are read only: -- [sensor.airvisual](https://www.home-assistant.io/components/sensor.airvisual/) -- [sensor.ebox](https://www.home-assistant.io/components/sensor.ebox/) -- [sensor.fido](https://www.home-assistant.io/components/sensor.fido/) -- [sensor.foobot](https://www.home-assistant.io/components/sensor.foobot/) -- [sensor.hydroquebec](https://www.home-assistant.io/components/sensor.hydroquebec/) -- [sensor.startca](https://www.home-assistant.io/components/sensor.startca/) -- [sensor.teksavvy](https://www.home-assistant.io/components/sensor.teksavvy/) -- [sensor.thethingsnetwork](https://www.home-assistant.io/components/sensor.thethingsnetwork/) -- [sensor.tibber](https://www.home-assistant.io/components/sensor.tibber/) -- [sensor.waqi](https://www.home-assistant.io/components/sensor.waqi/) +- [sensor.airvisual](/components/sensor.airvisual/) +- [sensor.ebox](/components/sensor.ebox/) +- [sensor.fido](/components/sensor.fido/) +- [sensor.foobot](/components/sensor.foobot/) +- [sensor.hydroquebec](/components/sensor.hydroquebec/) +- [sensor.startca](/components/sensor.startca/) +- [sensor.teksavvy](/components/sensor.teksavvy/) +- [sensor.thethingsnetwork](/components/sensor.thethingsnetwork/) +- [sensor.tibber](/components/sensor.tibber/) +- [sensor.waqi](/components/sensor.waqi/) If you are running Home Assistant on a system with Python 3.4, we've created a new release 0.64.4b0 with the patch applied. We have made it available as a beta. To install the pre-release run `python3 -m pip install homeassistant==0.64.4b0`. @@ -59,48 +57,48 @@ For complete transparency, the following two sets of integrations also used aioh Affected, but not transmitting authentication: -- [sensor.buienradar](https://www.home-assistant.io/components/sensor.buienradar/) -- [sensor.citybikes](https://www.home-assistant.io/components/sensor.citybikes/) -- [sensor.comed_hourly_pricing](https://www.home-assistant.io/components/sensor.comed_hourly_pricing/) -- [sensor.luftdaten](https://www.home-assistant.io/components/sensor.luftdaten/) -- [sensor.pollen](https://www.home-assistant.io/components/sensor.pollen/) -- [sensor.sochain](https://www.home-assistant.io/components/sensor.sochain/) -- [sensor.swiss_public_transport](https://www.home-assistant.io/components/sensor.swiss_public_transport/) -- [sensor.viaggiatreno](https://www.home-assistant.io/components/sensor.viaggiatreno/) -- [sensor.wunderground](https://www.home-assistant.io/components/sensor.wunderground/) -- [sensor.yr](https://www.home-assistant.io/components/sensor.yr/) -- [weather.ipma](https://www.home-assistant.io/components/weather.ipma/) -- [tts.google](https://www.home-assistant.io/components/tts.google/) -- [tts.yandextts](https://www.home-assistant.io/components/tts.yandextts/) -- [updater](https://www.home-assistant.io/components/updater/) +- [sensor.buienradar](/components/sensor.buienradar/) +- [sensor.citybikes](/components/sensor.citybikes/) +- [sensor.comed_hourly_pricing](/components/sensor.comed_hourly_pricing/) +- [sensor.luftdaten](/components/sensor.luftdaten/) +- [sensor.pollen](/components/sensor.pollen/) +- [sensor.sochain](/components/sensor.sochain/) +- [sensor.swiss_public_transport](/components/sensor.swiss_public_transport/) +- [sensor.viaggiatreno](/components/sensor.viaggiatreno/) +- [sensor.wunderground](/components/sensor.wunderground/) +- [sensor.yr](/components/sensor.yr/) +- [weather.ipma](/components/weather.ipma/) +- [tts.google](/components/tts.google/) +- [tts.yandextts](/components/tts.yandextts/) +- [updater](/components/updater/) Local, so cannot be impacted: -- [android_ip_webcam](https://www.home-assistant.io/components/android_ip_webcam/) -- [apple_tv](https://www.home-assistant.io/components/apple_tv/) -- [camera.amcrest](https://www.home-assistant.io/components/camera.amcrest/) -- [camera.doorbird](https://www.home-assistant.io/components/camera.doorbird/) -- [camera.familyhub](https://www.home-assistant.io/components/camera.familyhub/) -- [camera.generic](https://www.home-assistant.io/components/camera.generic/) -- [camera.mjpeg](https://www.home-assistant.io/components/camera.mjpeg/) -- [camera.proxy](https://www.home-assistant.io/components/camera.proxy/) -- [camera.synology](https://www.home-assistant.io/components/camera.synology/) -- [deconz](https://www.home-assistant.io/components/deconz/) -- [device_tracker.upc_connect](https://www.home-assistant.io/components/device_tracker.upc_connect/) -- [hassio](https://www.home-assistant.io/components/hassio/) -- [hue](https://www.home-assistant.io/components/hue/) -- [media_player.bluesound](https://www.home-assistant.io/components/media_player.bluesound/) -- [media_player.epson](https://www.home-assistant.io/components/media_player.epson/) -- [media_player.kodi](https://www.home-assistant.io/components/media_player.kodi/) -- [media_player.squeezebox](https://www.home-assistant.io/components/media_player.squeezebox/) -- [media_player.volumio](https://www.home-assistant.io/components/media_player.volumio/) -- [notify.kodi](https://www.home-assistant.io/components/notify.kodi/) -- [qwikswitch](https://www.home-assistant.io/components/qwikswitch/) -- [rainmachine](https://www.home-assistant.io/components/rainmachine/) -- [scene.hunterdouglas_powerview](https://www.home-assistant.io/components/scene.hunterdouglas_powerview/) -- [sensor.netdata](https://www.home-assistant.io/components/sensor.netdata/) -- [sensor.pi_hole](https://www.home-assistant.io/components/sensor.pi_hole/) -- [sensor.sma](https://www.home-assistant.io/components/sensor.sma/) -- [sensor.worxlandroid](https://www.home-assistant.io/components/sensor.worxlandroid/) -- [spc](https://www.home-assistant.io/components/spc/) -- [tts.marytts](https://www.home-assistant.io/components/tts.marytts/) +- [android_ip_webcam](/components/android_ip_webcam/) +- [apple_tv](/components/apple_tv/) +- [camera.amcrest](/components/camera.amcrest/) +- [camera.doorbird](/components/camera.doorbird/) +- [camera.familyhub](/components/camera.familyhub/) +- [camera.generic](/components/camera.generic/) +- [camera.mjpeg](/components/camera.mjpeg/) +- [camera.proxy](/components/camera.proxy/) +- [camera.synology](/components/camera.synology/) +- [deconz](/components/deconz/) +- [device_tracker.upc_connect](/components/device_tracker.upc_connect/) +- [hassio](/components/hassio/) +- [hue](/components/hue/) +- [media_player.bluesound](/components/media_player.bluesound/) +- [media_player.epson](/components/media_player.epson/) +- [media_player.kodi](/components/media_player.kodi/) +- [media_player.squeezebox](/components/media_player.squeezebox/) +- [media_player.volumio](/components/media_player.volumio/) +- [notify.kodi](/components/notify.kodi/) +- [qwikswitch](/components/qwikswitch/) +- [rainmachine](/components/rainmachine/) +- [scene.hunterdouglas_powerview](/components/scene.hunterdouglas_powerview/) +- [sensor.netdata](/components/sensor.netdata/) +- [sensor.pi_hole](/components/sensor.pi_hole/) +- [sensor.sma](/components/sensor.sma/) +- [sensor.worxlandroid](/components/sensor.worxlandroid/) +- [spc](/components/spc/) +- [tts.marytts](/components/tts.marytts/) diff --git a/source/_posts/2018-07-21-release-74.markdown b/source/_posts/2018-07-21-release-74.markdown index 07cd06a3d13..89b569e3cfd 100644 --- a/source/_posts/2018-07-21-release-74.markdown +++ b/source/_posts/2018-07-21-release-74.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.74: Tuya, Cloudflare DNS, Push Camera and Users UI" description: "This release builds on top of the previous release, as that is how releases work." date: 2018-07-20 00:01:00 date_formatted: "July 20, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-07-0.74/paulus_guido.jpg --- diff --git a/source/_posts/2018-08-03-release-75.markdown b/source/_posts/2018-08-03-release-75.markdown index b2f9d5ce4c7..7007ee01c1a 100644 --- a/source/_posts/2018-08-03-release-75.markdown +++ b/source/_posts/2018-08-03-release-75.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.75: Spider, Tuya, Brunt, Magicseaweed API" description: "You're now able to change entity IDs on the fly." date: 2018-08-03 00:01:00 date_formatted: "August 3, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-08-0.75/components.png --- diff --git a/source/_posts/2018-08-17-release-76.markdown b/source/_posts/2018-08-17-release-76.markdown index 7d06086b4a5..0c29e95642c 100644 --- a/source/_posts/2018-08-17-release-76.markdown +++ b/source/_posts/2018-08-17-release-76.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.76: Auth almost done, FleetGo, PJLink, RMV public transport" description: "The boys and girls in our virtual HQ have been working hard on creating yet another great release." date: 2018-08-17 00:01:00 date_formatted: "August 17, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-08-0.76/components.png --- @@ -358,7 +356,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [image_processing.facebox docs]: /components/image_processing.facebox/ [light.deconz docs]: /components/light.deconz/ [light.group docs]: /components/light.group/ -[light.velbus docs]: /components/light.velbus/ +[light.velbus docs]: /components/velbus/ [media_extractor docs]: /components/media_extractor/ [media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ [media_player.kodi docs]: /components/media_player.kodi/ diff --git a/source/_posts/2018-08-29-release-77.markdown b/source/_posts/2018-08-29-release-77.markdown index 453feaf56dd..d68a21390ed 100644 --- a/source/_posts/2018-08-29-release-77.markdown +++ b/source/_posts/2018-08-29-release-77.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.77: Authentication system 👮‍♂️ + Hangouts bot 🤖" description: "The new authentication system is live! Chat on hangouts! " date: 2018-08-29 00:01:00 date_formatted: "August 29, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-08-0.77/social.png --- @@ -222,7 +220,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Upgrade brunt package ([@eavanvalkenburg] - [#16130]) ([cover.brunt docs]) - Add support for NOAA tide information (new PR) ([@jcconnell] - [#15947]) ([sensor.noaa_tides docs]) (new-platform) - Adds support for routers implementing IGDv2 ([@dgomes] - [#16108]) ([upnp docs]) (breaking change) -- Add support for JS modules in custom panels ([@squidwardy] - [#16096]) ([panel_custom docs]) +- Add support for JS modules in custom panels ([@villanyibalint] - [#16096]) ([panel_custom docs]) - Prevent legacy api password with empty password ([@balloob] - [#16127]) - Enable auth by default 🙈 ([@balloob] - [#16107]) (breaking change) - Remove commented out API password from default config ([@balloob] - [#16147]) @@ -411,7 +409,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@scop]: https://github.com/scop [@sdague]: https://github.com/sdague [@shoejosh]: https://github.com/shoejosh -[@squidwardy]: https://github.com/squidwardy +[@villanyibalint]: https://github.com/villanyibalint [@syssi]: https://github.com/syssi [@teharris1]: https://github.com/teharris1 [@ttroy50]: https://github.com/ttroy50 diff --git a/source/_posts/2018-09-15-release-78.markdown b/source/_posts/2018-09-15-release-78.markdown index cb43ded8be6..fb947a4f5c4 100644 --- a/source/_posts/2018-09-15-release-78.markdown +++ b/source/_posts/2018-09-15-release-78.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.78: More auth, Switchmate, Yale Smart Alarm, OpenTherm" description: "We're 5! We got some great new auth stuff in this release and support for Switchmate, Yale Smart Alarm and OpenTherm." date: 2018-09-17 00:01:00 date_formatted: "September 17, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-09-release-0.78/components.png --- diff --git a/source/_posts/2018-09-17-thinking-big.markdown b/source/_posts/2018-09-17-thinking-big.markdown index dfd755524a6..74db165748c 100644 --- a/source/_posts/2018-09-17-thinking-big.markdown +++ b/source/_posts/2018-09-17-thinking-big.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Thinking Big" description: "Today we're turning 5 years old. It's time to set some goals." date: 2018-09-17 01:01:00 date_formatted: "September 17, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Announcements og_image: /images/blog/2018-09-thinking-big/social.png --- @@ -80,7 +78,7 @@ Relying on donations makes budgeting for employees impossible without exposing t ### Is Home Assistant Cloud open source? -The majority of Home Assistant Cloud is open source. The Alexa skill source code is [here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/alexa/smart_home.py) (with manual setup instructions [here](https://github.com/mike-grant/haaska/)) and the Google Assistant source code is [here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/google_assistant/smart_home.py) (with manual setup instructions [here](https://www.home-assistant.io/components/google_assistant/)). Our account page and relayer are not open source. +The majority of Home Assistant Cloud is open source. The Alexa skill source code is [here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/alexa/smart_home.py) (with manual setup instructions [here](https://github.com/mike-grant/haaska/)) and the Google Assistant source code is [here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/google_assistant/smart_home.py) (with manual setup instructions [here](/components/google_assistant/)). Our account page and relayer are not open source. ### Will you offer a lifetime plan for a one time fee? diff --git a/source/_posts/2018-09-30-hacktoberfest.markdown b/source/_posts/2018-09-30-hacktoberfest.markdown index cc80e124d26..a673f320794 100644 --- a/source/_posts/2018-09-30-hacktoberfest.markdown +++ b/source/_posts/2018-09-30-hacktoberfest.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Participating in Hacktoberfest" description: "Home Assistant will be participating in Hacktoberfest to help people to get started with Open Source." date: 2018-09-30 08:00:00 +0000 date_formatted: "September 30, 2018" author: Fabian Affolter author_twitter: fabaff -comments: true categories: Community og_image: /images/blog/2018-09-hacktoberfest/hacktoberfest-2018.png --- @@ -81,5 +79,5 @@ If you think that you are not enough qualified to do it, don’t worry, there ar ## Not a coder? Not a problem! -Also, feel free to [report bugs](https://github.com/home-assistant/home-assistant/issues/new/choose), give us feedback about your user experience, tell the community about your [super cool setup](https://community.home-assistant.io/c/projects), create a [super awesome frontend](https://community.home-assistant.io/c/projects/frontend) with [Lovelace](https://www.home-assistant.io/lovelace) or help other users in the [forum](https://community.home-assistant.io/). +Also, feel free to [report bugs](https://github.com/home-assistant/home-assistant/issues/new/choose), give us feedback about your user experience, tell the community about your [super cool setup](https://community.home-assistant.io/c/projects), create a [super awesome frontend](https://community.home-assistant.io/c/projects/frontend) with [Lovelace](/lovelace) or help other users in the [forum](https://community.home-assistant.io/). diff --git a/source/_posts/2018-10-01-release-79.markdown b/source/_posts/2018-10-01-release-79.markdown index bcceef1dd7d..38e3b4f2eb4 100644 --- a/source/_posts/2018-10-01-release-79.markdown +++ b/source/_posts/2018-10-01-release-79.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.79: Device Registry, Logi Circle, Huawei LTE routers, GeoJSON" description: "Home Assistant is now able to show the devices and entities that belong to an integration." date: 2018-09-28 00:01:00 date_formatted: "September 28, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-09-release-0.79/components.png --- diff --git a/source/_posts/2018-10-12-release-80.markdown b/source/_posts/2018-10-12-release-80.markdown index d7e381a596d..863533111f7 100644 --- a/source/_posts/2018-10-12-release-80.markdown +++ b/source/_posts/2018-10-12-release-80.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.80: Lovelace updates, webhooks, TRÅDFRI switches" description: "Hacktoberfest is in full swing and we got a whole boat of new features." date: 2018-10-12 00:01:00 date_formatted: "October 12, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-10-release-80/lovelace-glance-sensor.png --- @@ -98,10 +96,10 @@ On the devices side, we got basic support for the new IKEA TRÅDFRI switches, Ho [@StevenLooman]: https://github.com/StevenLooman [@balloob]: https://github.com/balloob [@hobbypunk90]: https://github.com/hobbypunk90 -[hangouts docs]: https://www.home-assistant.io/components/hangouts/ -[media_player.dlna_dmr docs]: https://www.home-assistant.io/components/media_player.dlna_dmr/ -[media_player.snapcast docs]: https://www.home-assistant.io/components/media_player.snapcast/ -[upnp docs]: https://www.home-assistant.io/components/upnp/ +[hangouts docs]: /components/hangouts/ +[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ +[media_player.snapcast docs]: /components/media_player.snapcast/ +[upnp docs]: /components/upnp/ ## New Features @@ -287,7 +285,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Add support for Hass.io discovery feature for Add-ons ([@pvizeli] - [#17035]) ([hassio docs]) - Keep the repeat mode when setting Sonos shuffle mode ([@amelchio] - [#17083]) ([media_player.sonos docs]) - Smaller steps for Sonos volume up/down ([@amelchio] - [#17080]) ([media_player.sonos docs]) -- Add weather condition code to OpenWeatherMap sensor ([@dbilay] - [#17093]) ([sensor.openweathermap docs]) +- Add weather condition code to OpenWeatherMap sensor ([@dYalib] - [#17093]) ([sensor.openweathermap docs]) - Adding myself as blink codeowner ([@fronzbot] - [#17096]) - Change Tile icon to view-grid ([@no2chem] - [#17098]) ([device_tracker docs]) - Fix jewish calendar sensor with language set to english ([@tsvi] - [#17104]) ([sensor.jewish_calendar docs]) @@ -554,7 +552,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@cgarwood]: https://github.com/cgarwood [@cgtobi]: https://github.com/cgtobi [@danielperna84]: https://github.com/danielperna84 -[@dbilay]: https://github.com/dbilay +[@dYalib]: https://github.com/dYalib [@dippysan]: https://github.com/dippysan [@emontnemery]: https://github.com/emontnemery [@exxamalte]: https://github.com/exxamalte diff --git a/source/_posts/2018-10-29-release-81.markdown b/source/_posts/2018-10-29-release-81.markdown index 8e370912db4..7fb4f12994f 100644 --- a/source/_posts/2018-10-29-release-81.markdown +++ b/source/_posts/2018-10-29-release-81.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.81: new Lovelace cards, LG soundbars, Dyson fans, Elk-M1" description: "Epic new release full of goodies build by over a hundred contributors." date: 2018-10-26 00:01:00 date_formatted: "October 26, 2018" author: Tinkerer author_twitter: Dubh_Ad -comments: true categories: Release-Notes og_image: /images/blog/2018-10-release-81/social.png --- @@ -261,7 +259,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - The ping command will not detect device in standby as off ([@kennedyshead] - [#17358]) ([media_player.samsungtv docs]) - Adding source attribute to geo location platforms ([@exxamalte] - [#17339]) ([geo_location docs]) - Add config entry for SimpliSafe ([@bachya] - [#17148]) ([simplisafe docs]) ([alarm_control_panel.simplisafe docs]) (breaking change) -- Added option to use a location other than home ([@Solije] - [#17340]) ([sensor.geo_rss_events docs]) +- Added option to use a location other than home ([@TomAFrench] - [#17340]) ([sensor.geo_rss_events docs]) - Add unique_id for Lightify ([@dshokouhi] - [#17377]) ([light.osramlightify docs]) - Add unique_id for Neato ([@dshokouhi] - [#17369]) ([camera.neato docs]) ([switch.neato docs]) ([vacuum.neato docs]) - Add unique_id for Bloomsky ([@dshokouhi] - [#17383]) ([binary_sensor.bloomsky docs]) ([sensor.bloomsky docs]) @@ -613,7 +611,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@OttoWinter]: https://github.com/OttoWinter [@PhilRW]: https://github.com/PhilRW [@SilvrrGIT]: https://github.com/SilvrrGIT -[@Solije]: https://github.com/Solije +[@TomAFrench]: https://github.com/TomAFrench [@StevenLooman]: https://github.com/StevenLooman [@amelchio]: https://github.com/amelchio [@arlyon]: https://github.com/arlyon @@ -866,4 +864,4 @@ Experiencing issues introduced by this release? Please report them in our [issue [zha docs]: /components/zha/ [zoneminder docs]: /components/zoneminder/ [zwave docs]: /components/zwave/ -[platform_options]: https://www.home-assistant.io/docs/configuration/platform_options/#scan-interval +[platform_options]: /docs/configuration/platform_options/#scan-interval diff --git a/source/_posts/2018-11-08-release-82.markdown b/source/_posts/2018-11-08-release-82.markdown index 27101c72f9d..5cd2c4423e8 100644 --- a/source/_posts/2018-11-08-release-82.markdown +++ b/source/_posts/2018-11-08-release-82.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.82: TensorFlow, Lovelace UI edit, Z-Wave Barrier Class" description: "We are glad to inform you that yet another epic release has landed." date: 2018-11-09 00:01:00 date_formatted: "November 9, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-11-release-82/lovelace-edit.png --- @@ -671,7 +669,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [sensor.version docs]: /components/sensor.version/ [sensor.wunderground docs]: /components/sensor.wunderground/ [sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ -[sensor.yahoo_finance docs]: /components/sensor.yahoo_finance/ [simplisafe docs]: /components/simplisafe/ [sun docs]: /components/sun/ [switch.deconz docs]: /components/switch.deconz/ diff --git a/source/_posts/2018-11-16-state-of-the-union.markdown b/source/_posts/2018-11-16-state-of-the-union.markdown index 18969bc82fe..2f0b355335a 100644 --- a/source/_posts/2018-11-16-state-of-the-union.markdown +++ b/source/_posts/2018-11-16-state-of-the-union.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "State of the Union" description: "Paulus speaks about the origin of Home Assistant and where we're heading." date: 2018-11-16 00:01:00 date_formatted: "November 16, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Video og_image: /images/blog/2018-11-state-of-the-union/share-the-love.jpg --- diff --git a/source/_posts/2018-11-28-release-83.markdown b/source/_posts/2018-11-28-release-83.markdown index 62335a65d92..94980f1f677 100644 --- a/source/_posts/2018-11-28-release-83.markdown +++ b/source/_posts/2018-11-28-release-83.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.83: Fibaro Home Center Hubs, locks via voice, Traccar" description: "Our first release with over 100 contributors is packed with features, fixes and goodies." date: 2018-11-29 00:01:00 date_formatted: "November 29, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-11-release-83/components.png --- diff --git a/source/_posts/2018-12-12-release-84.markdown b/source/_posts/2018-12-12-release-84.markdown index 895ae2707c2..cacbac526e2 100644 --- a/source/_posts/2018-12-12-release-84.markdown +++ b/source/_posts/2018-12-12-release-84.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.84: Cloud webhooks, Wunderlist and USGS Earth Quakes" description: "Final release of the year. Full of fixes and great little things." date: 2018-12-12 00:01:00 date_formatted: "December 12, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2018-12-release-84/components.png --- diff --git a/source/_posts/2018-12-17-logitech-harmony-removes-local-api.markdown b/source/_posts/2018-12-17-logitech-harmony-removes-local-api.markdown index c723955d438..f2ff318f15c 100644 --- a/source/_posts/2018-12-17-logitech-harmony-removes-local-api.markdown +++ b/source/_posts/2018-12-17-logitech-harmony-removes-local-api.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "[Update: resolved, API reinstated and commitment to keep it around] Logitech Harmony removes local API" description: "Logitech has disabled the local API of the Harmony Hub with their latest software update. For privacy and speed it is important that home automation devices communicate locally, without data leaving the network." date: 2018-12-17 00:01:00 date_formatted: "December 17, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Public-Service-Announcement --- @@ -52,7 +50,7 @@ We hope that this was an oversight on their end and that it will be reverted sho Thread by member of the Harmony Team.

-**Update 3 (18 dec):** Twitter user [@ChadBeattie](https://twitter.com/ChadBeattie/status/1074770135121125376) has discovered that there seems to be a second undocumented local API that is being used by the Logitech Harmony iOS app. Home Assistant developer [@ehendrix23] is looking into updating the PyHarmony library to use this. Join #devs_backend on [our chat](https://www.home-assistant.io/join-chat/) if you want to help with development. We can't guarantee that it will work, but if we can get it to work, we will do a hot fix release. +**Update 3 (18 dec):** Twitter user [@ChadBeattie](https://twitter.com/ChadBeattie/status/1074770135121125376) has discovered that there seems to be a second undocumented local API that is being used by the Logitech Harmony iOS app. Home Assistant developer [@ehendrix23] is looking into updating the PyHarmony library to use this. Join #devs_backend on [our chat](/join-chat/) if you want to help with development. We can't guarantee that it will work, but if we can get it to work, we will do a hot fix release. [@ehendrix23]: https://github.com/ehendrix23 diff --git a/source/_posts/2018-12-19-logitech-stance-on-local-api.markdown b/source/_posts/2018-12-19-logitech-stance-on-local-api.markdown index a12afad79cc..af2454a37b6 100644 --- a/source/_posts/2018-12-19-logitech-stance-on-local-api.markdown +++ b/source/_posts/2018-12-19-logitech-stance-on-local-api.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Logitech's stance on local APIs" description: "Change of mind, Logitech is now committed to maintaining their local XMPP API for the Harmony Hub." date: 2018-12-19 00:01:00 date_formatted: "December 19, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Public-Service-Announcement --- diff --git a/source/_posts/2018-12-27-data-science-portal.markdown b/source/_posts/2018-12-27-data-science-portal.markdown index d5af22fc211..f92b13568cc 100644 --- a/source/_posts/2018-12-27-data-science-portal.markdown +++ b/source/_posts/2018-12-27-data-science-portal.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Launched: Data Science Portal" description: "Learn about your data that is stored and how to get started exploring it." date: 2018-12-27 00:01:00 date_formatted: "December 27, 2018" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Announcements --- diff --git a/source/_posts/2019-01-09-release-85.markdown b/source/_posts/2019-01-09-release-85.markdown index 3a5f5555600..a30737045e3 100644 --- a/source/_posts/2019-01-09-release-85.markdown +++ b/source/_posts/2019-01-09-release-85.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.85: ESPHome, Plum Lightpad, OpenSenseMap" description: "First release of 2019. 20 new integrations, including ESPHome, the best way to integrate ESP chips into Home Assistant." date: 2019-01-09 00:01:00 date_formatted: "January 9, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-01-release-85/components.png --- @@ -88,7 +86,7 @@ Experiencing issues introduced by this release? Please report them in our [issue ([@ludeeus] - [#19090]) ([device_tracker docs]) (breaking change) - Use unicode slugify. Characters that are not between A and Z are now replaced with their latin equivalent. Dashes are replaced with an underscore. ([@pvizeli] - [#19192]) (breaking change) - Various enhancements for WeMo component/platforms. `entity_id` is now required for the `wemo_set_humidity` service. ([@sqldiablo] - [#19419]) ([wemo docs]) ([binary_sensor.wemo docs]) ([fan.wemo docs]) ([light.wemo docs]) ([switch.wemo docs]) (breaking change) -- seven_segments will incorporate the entity name into the file name changing from former hardcoded `ocr.png` to `ssocr-(ss_entity_name).png` to make each ssocr input data file unique. ([@jumpkick] - [#18634]) ([image_processing.seven_segments docs]) (breaking change) +- seven_segments will incorporate the entity name into the file name changing from former hardcoded `ocr.png` to `ssocr-(ss_entity_name).png` to make each ssocr input data file unique. ([@deftdawg] - [#18634]) ([image_processing.seven_segments docs]) (breaking change) - Update pylaunches dependency to 0.2.0. The launch_time sensor attribute will now be a datetime which can be used in templates, as opposed to a written word string. ([@DoloresHA] - [#19570]) ([sensor.launch_library docs]) (breaking change) - Add Freebox component with sensors and device tracker. Static configuration for freebox in device_tracker section must be deleted. Only the config of Freebox component is needed. ([@SNoof85] - [#18472]) ([device_tracker docs]) ([freebox docs]) ([sensor.freebox docs]) (breaking change) (new-platform) - Refactored KNX climate component to be able to support operation types. See the documentation for the new operation modes. ([@marvin-w] - [#19546]) ([knx docs]) ([climate.knx docs]) (breaking change) @@ -207,7 +205,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Provide charging indicator for mychevy ([@sdague] - [#19348]) ([mychevy docs]) ([sensor.mychevy docs]) - Add GTT Sensor ([@eliseomartelli] - [#18449]) ([sensor.gtt docs]) (new-platform) - Upgrade volvooncall to 0.8.7 ([@molobrakos] - [#19398]) ([volvooncall docs]) -- Cast lametric cycles parameter to int ([@jumpkick] - [#19370]) ([notify docs]) +- Cast lametric cycles parameter to int ([@deftdawg] - [#19370]) ([notify docs]) - Satel integra monitor outputs ([@c-soft] - [#19149]) ([satel_integra docs]) ([binary_sensor.satel_integra docs]) - Fix cpu_temp issue on Raspberry Pi ([@mretegan] - [#19404]) ([sensor.glances docs]) - Add camera selection config to skybell camera ([@nhorvath] - [#19310]) ([skybell docs]) ([camera.skybell docs]) @@ -232,9 +230,9 @@ Experiencing issues introduced by this release? Please report them in our [issue - Bump Pybotvac To Support D7 On Latest Firmware ([@dshokouhi] - [#19463]) ([neato docs]) - Adds battery_percent which had been introduced with pyatmo 1.4 and resolves unknown var warning. ([@jensihnow] - [#19309]) ([sensor.netatmo docs]) - Add Mythic Beasts DNSAPI Component ([@thinkl33t] - [#18333]) ([mythicbeastsdns docs]) (new-platform) -- Rename ocr.png to ssocr-(entity_name).png to allow multiple instances ([@jumpkick] - [#18634]) ([image_processing.seven_segments docs]) (breaking change) +- Rename ocr.png to ssocr-(entity_name).png to allow multiple instances ([@deftdawg] - [#18634]) ([image_processing.seven_segments docs]) (breaking change) - Update pynetgear to 0.5.2 ([@MatMaul] - [#19490]) ([device_tracker docs]) -- Reorder FLOW entries in config_entries.py ([@Solije] - [#19475]) +- Reorder FLOW entries in config_entries.py ([@TomAFrench] - [#19475]) - Add timeout to RainMachine login ([@bachya] - [#19476]) ([rainmachine docs]) - Add new sensor platform to expose Islamic prayer times ([@uchagani] - [#19444]) ([sensor.islamic_prayer_times docs]) (new-platform) - Add native ESPHome Home Assistant state feature ([@OttoWinter] - [#19429]) ([esphome docs]) @@ -623,7 +621,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@ReneNulschDE]: https://github.com/ReneNulschDE [@RyuzakiKK]: https://github.com/RyuzakiKK [@SNoof85]: https://github.com/SNoof85 -[@Solije]: https://github.com/Solije +[@TomAFrench]: https://github.com/TomAFrench [@Steve9F]: https://github.com/Steve9F [@StevenLooman]: https://github.com/StevenLooman [@abmantis]: https://github.com/abmantis @@ -669,7 +667,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@javicalle]: https://github.com/javicalle [@jensihnow]: https://github.com/jensihnow [@jkeljo]: https://github.com/jkeljo -[@jumpkick]: https://github.com/jumpkick +[@deftdawg]: https://github.com/deftdawg [@kdvlr]: https://github.com/kdvlr [@kennedyshead]: https://github.com/kennedyshead [@loe]: https://github.com/loe diff --git a/source/_posts/2019-01-23-lovelace-released.markdown b/source/_posts/2019-01-23-lovelace-released.markdown index 8efcd1d3ada..d0d39cfb3dc 100644 --- a/source/_posts/2019-01-23-lovelace-released.markdown +++ b/source/_posts/2019-01-23-lovelace-released.markdown @@ -1,19 +1,17 @@ --- -layout: post title: "Lovelace UI released!" description: "After 8 months of development, we're proud to release our brand new Lovelace UI." date: 2019-01-23 00:01:02 date_formatted: "January 23, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-01-lovelace/demo.png --- Today we're happy to announce that our new Lovelace UI, which has been in beta for the last 8 months, is becoming the new default interface of [Home Assistant 0.86](/blog/2019/01/23/release-86/). With Lovelace we're taking a new approach to building user interfaces for Home Assistant. We're no longer storing the look and feel of your UI in your configuration.yaml, requiring restarts for changes. With Lovelace we're keeping the UI concerns in the UI1, unlocking a whole new set of features: - - [24 cards](https://www.home-assistant.io/lovelace/alarm-panel/) to place and configure as you like. + - [24 cards](/lovelace/alarm-panel/) to place and configure as you like. - UI Editor. A configuration UI to manage your Lovelace UI including live preview when editing cards. - Fast. Using a static config allows us to build up the UI once. - Customizable. diff --git a/source/_posts/2019-01-23-release-86.markdown b/source/_posts/2019-01-23-release-86.markdown index 58e94f65a19..79bd248a685 100644 --- a/source/_posts/2019-01-23-release-86.markdown +++ b/source/_posts/2019-01-23-release-86.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.86: New Lovelace UI and Zigbee Management Panel!" description: "Lovelace is in, Zigbee Control Panel is in. New demo is in." date: 2019-01-23 00:01:03 date_formatted: "January 23, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-01-release-86/zha.png --- diff --git a/source/_posts/2019-01-24-nest-cannot-access-data.markdown b/source/_posts/2019-01-24-nest-cannot-access-data.markdown index ca24a2f2c15..7e204543f45 100644 --- a/source/_posts/2019-01-24-nest-cannot-access-data.markdown +++ b/source/_posts/2019-01-24-nest-cannot-access-data.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "[Update: we are wrong] Nest locks users out of their own data" description: "Nest is no longer accepting new developer accounts or certifications, blocking you from accessing your data." date: 2019-01-24 00:01:00 date_formatted: "January 24, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Public-Service-Announcement --- diff --git a/source/_posts/2019-02-04-introducing-home-assistant-cli.markdown b/source/_posts/2019-02-04-introducing-home-assistant-cli.markdown index f5c4ad54822..8f2f26a39e7 100644 --- a/source/_posts/2019-02-04-introducing-home-assistant-cli.markdown +++ b/source/_posts/2019-02-04-introducing-home-assistant-cli.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Introducing Home Assistant CLI aka. hass-cli" description: "Interact with Home Assistant on a new level" date: 2019-02-04 00:01:00 date_formatted: "February 4, 2018" author: Max Rydahl Andersen author_twitter: maxandersen -comments: true categories: Announcements --- diff --git a/source/_posts/2019-02-06-release-87.markdown b/source/_posts/2019-02-06-release-87.markdown index 54a05f5f3cd..7d375ae2f7b 100644 --- a/source/_posts/2019-02-06-release-87.markdown +++ b/source/_posts/2019-02-06-release-87.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.87: SmartThings, Areas and Entity Registry UI." description: "Integrate SmartThings with ease, place devices in areas and manage entities via the UI in yet another awesome Home Assistant release." date: 2019-02-06 00:01:03 date_formatted: "February 6, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-02-release-87/components.png --- diff --git a/source/_posts/2019-02-11-hass-cli-0-dot-5-area-entity-registry-and-event-cli.markdown b/source/_posts/2019-02-11-hass-cli-0-dot-5-area-entity-registry-and-event-cli.markdown index ec4a6e0ff50..ddf0f0edbe1 100644 --- a/source/_posts/2019-02-11-hass-cli-0-dot-5-area-entity-registry-and-event-cli.markdown +++ b/source/_posts/2019-02-11-hass-cli-0-dot-5-area-entity-registry-and-event-cli.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "hass-cli 0.5: Area, Device Registry and event CLI" description: "Bulk editing for Areas!" date: 2019-02-11 00:01:00 date_formatted: "February 11, 2018" author: Max Rydahl Andersen author_twitter: maxandersen -comments: true categories: Announcements --- @@ -154,4 +152,4 @@ Have fun! [@maxandersen]: https://xam.dk/about -[hass-087]: https://www.home-assistant.io/blog/2019/02/06/release-87/ +[hass-087]: /blog/2019/02/06/release-87/ diff --git a/source/_posts/2019-02-20-release-88.markdown b/source/_posts/2019-02-20-release-88.markdown index 1e9c5979d97..a9dac153d3a 100644 --- a/source/_posts/2019-02-20-release-88.markdown +++ b/source/_posts/2019-02-20-release-88.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.88: Persons, Command line auth and event subscriptions" description: "Happy new release day to all of you! Great features, solid bug fixes and performance gains." date: 2019-02-20 00:11:03 date_formatted: "February 20, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-02-release-88/components.png --- @@ -283,7 +281,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Update denonavr to 0.7.8 (add various sound modes) ([@scarface-4711] - [#20951]) ([media_player.denonavr docs]) - Add missing data fields to Ambient PWS ([@bachya] - [#20808]) ([ambient_station docs]) ([sensor.ambient_station docs]) - HomematicIP fix cover direction ([@mxworm] - [#20901]) ([homematicip_cloud docs]) -- Update pyHS100 to 0.3.4 ([@StefanBCN] - [#20979]) ([light.tplink docs]) ([switch.tplink docs]) +- Update pyHS100 to 0.3.4 ([@stefnb] - [#20979]) ([light.tplink docs]) ([switch.tplink docs]) - Upgrade slixmpp to 1.4.2 ([@fabaff] - [#20971]) ([notify docs]) - Upgrade ruamel.yaml to 0.15.87 ([@fabaff] - [#20955]) - Set cover level using emulated_hue ([@ptc] - [#19594]) ([emulated_hue docs]) @@ -556,7 +554,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@OnFreund]: https://github.com/OnFreund [@OttoWinter]: https://github.com/OttoWinter [@Sholofly]: https://github.com/Sholofly -[@StefanBCN]: https://github.com/StefanBCN +[@stefnb]: https://github.com/stefnb [@SukramJ]: https://github.com/SukramJ [@SupremeSports]: https://github.com/SupremeSports [@VirtualL]: https://github.com/VirtualL diff --git a/source/_posts/2019-03-13-release-89.markdown b/source/_posts/2019-03-13-release-89.markdown index 647e9fc7c0b..50512c63fb0 100644 --- a/source/_posts/2019-03-13-release-89.markdown +++ b/source/_posts/2019-03-13-release-89.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.89: Nissan Leaf, PlayStation 4, Point alarm control, Owlet baby monitor" description: "Vroom vroom vrooooooooooom." date: 2019-03-06 00:11:03 date_formatted: "March 6, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-03-release-89/components.png --- diff --git a/source/_posts/2019-03-20-release-90.markdown b/source/_posts/2019-03-20-release-90.markdown index d7cffa52260..2396c3647ae 100644 --- a/source/_posts/2019-03-20-release-90.markdown +++ b/source/_posts/2019-03-20-release-90.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.90: Remote UI, Streams, User Groups" description: "Bring your next level home to the next next level." date: 2019-03-20 00:11:03 date_formatted: "March 20, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-03-release-90/remote.png --- @@ -140,13 +138,13 @@ Experiencing issues introduced by this release? Please report them in our [issue ## Breaking Changes -- __http.api_password__ - __Deprecated__ - Users who are still using api_password for authentication will need to move its configuration under auth_providers. Please see the [updated documentation](https://www.home-assistant.io/docs/authentication/providers/#legacy-api-password) for further details. Those who don't make this change will see an INFO level reminder in the Home Assistant logs until the fix is made for a time, but please note, __api_password authentication will eventually be removed completely__ and we advise users to change to use one of the [other authentication methods](https://www.home-assistant.io/docs/authentication/providers/#available-auth-providers). If you manually specify auth providers in your `configuration.yaml`, you will need to migrate your API Password from the http section to the auth provider section to continue using it. ([@awarecan] - [#21884]) ([api docs]) ([frontend docs]) ([hassio docs]) ([http docs]) ([mqtt docs]) ([websocket_api docs]) ([zeroconf docs]) ([camera.proxy docs]) +- __http.api_password__ - __Deprecated__ - Users who are still using api_password for authentication will need to move its configuration under auth_providers. Please see the [updated documentation](/docs/authentication/providers/#legacy-api-password) for further details. Those who don't make this change will see an INFO level reminder in the Home Assistant logs until the fix is made for a time, but please note, __api_password authentication will eventually be removed completely__ and we advise users to change to use one of the [other authentication methods](/docs/authentication/providers/#available-auth-providers). If you manually specify auth providers in your `configuration.yaml`, you will need to migrate your API Password from the http section to the auth provider section to continue using it. ([@awarecan] - [#21884]) ([api docs]) ([frontend docs]) ([hassio docs]) ([http docs]) ([mqtt docs]) ([websocket_api docs]) ([zeroconf docs]) ([camera.proxy docs]) - __Default Config__ - Default config no longer contains the discovery component. That is now part of the initial written configuration.yaml. If you rely on default config and want to use discovery, add `discovery:` back to your configuration.yaml. - __Netatmo__ - * Added support for multiple Netatmo thermostats/valves allowing the user to specify different homes or rooms! Please check the [updated documentation](https://www.home-assistant.io/components/climate.netatmo/) for configuration details. ([@shanbs] - [#19407]) ([netatmo docs]) ([climate.netatmo docs]) - * `current_operation` will no longer return the the boiler status, but the operation_mode. For example, heat, cool, or idle. Please check the [updated documentation](https://www.home-assistant.io/components/climate.netatmo/) for more details. ([@shanbs] - [#21633]) ([netatmo docs]) + * Added support for multiple Netatmo thermostats/valves allowing the user to specify different homes or rooms! Please check the [updated documentation](/components/climate.netatmo/) for configuration details. ([@shanbs] - [#19407]) ([netatmo docs]) ([climate.netatmo docs]) + * `current_operation` will no longer return the the boiler status, but the operation_mode. For example, heat, cool, or idle. Please check the [updated documentation](/components/climate.netatmo/) for more details. ([@shanbs] - [#21633]) ([netatmo docs]) - __Utility Meter__ - Currently the offset configuration parameter is an integer that limits daily cycles to have offsets in days, monthly cycles to have offsets in months, etc. -This change increases the flexibility of offset by making it a more flexible time period that can be described in a combination of hours, days, months, etc. This makes it possible for a yearly cycle to start at a given day of a given month. Please see the [updated documentation](https://www.home-assistant.io/components/utility_meter/) for the new configuration options. ([@dgomes] - [#20926]) ([utility_meter docs]) +This change increases the flexibility of offset by making it a more flexible time period that can be described in a combination of hours, days, months, etc. This makes it possible for a yearly cycle to start at a given day of a given month. Please see the [updated documentation](/components/utility_meter/) for the new configuration options. ([@dgomes] - [#20926]) ([utility_meter docs]) - __KNX__ - An update for xknx to version 0.10.0 requires users to update their configuration by changing `target_temperature_address` to `target_temperature_state_address`. Other fixes and features: * Connection config can now be configured in xknx.yml. * Introduce a configurable rate limit which limits the number of KNX telegrams sent to the bus per second. diff --git a/source/_posts/2019-04-01-android.markdown b/source/_posts/2019-04-01-android.markdown index b5496d5343a..9c1133eeca9 100644 --- a/source/_posts/2019-04-01-android.markdown +++ b/source/_posts/2019-04-01-android.markdown @@ -1,16 +1,14 @@ --- -layout: post title: "When will there be an official Home Assistant for Android app???" description: "Announcing Home Assistant Companion for Android" date: 2019-04-01 00:01:00 date_formatted: "April 1, 2019" author: Robbie Trencheny author_twitter: robbie -comments: true categories: Announcements --- -1 year, 11 months and 17 days ago or 716 days ago, [I announced Home Assistant Companion for iOS on this blog](https://www.home-assistant.io/blog/2017/04/15/ios/). +1 year, 11 months and 17 days ago or 716 days ago, [I announced Home Assistant Companion for iOS on this blog](/blog/2017/04/15/ios/). Ever since then, at least once a week, sometimes far more often, I am asked a question that I haven't been able to truly answer until today. It's a question that has gotten on my nerves almost every time I've seen it. I could understand why people were wanting an official Android app to mirror the functionality of the iOS app. But I never thought of myself as the person to best deliver on that idea. diff --git a/source/_posts/2019-04-03-release-91.markdown b/source/_posts/2019-04-03-release-91.markdown index 18bd8d61ba6..67cfd9b308e 100644 --- a/source/_posts/2019-04-03-release-91.markdown +++ b/source/_posts/2019-04-03-release-91.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.91: More streaming, better Zigbee, cameras with ESPHome" description: "Big update that brings goodies across the board." date: 2019-04-03 00:11:03 date_formatted: "April 3, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-04-release-91/social.png --- @@ -203,8 +201,8 @@ Experiencing issues introduced by this release? Please report them in our [issue - __iOS__ - Improves the text description of ATTR_BATTERY_STATE_UNPLUGGED from Unplugged to Not Charging as many new iOS devices now use Wireless charging and there is no concept of "Plugging In". This is potentially a breaking change if you have automations making use of "unplugged". ([@FattusMannus] - [#22152]) ([ios docs]) - __Iliad Italy__ - __Removed__ - This was removed because it uses webscraping. ([@eliseomartelli] - [#22175]) -- __Netgear lte__ - The previous three components (network, notify, and sensor) now fall under one netgear_lte component. Check the [updated documentation](https://www.home-assistant.io/components/netgear_lte/) for more information. ([@amelchio] - [#22105]) ([netgear_lte docs]) -- __API streams sensor__ - __Removed__ - This sensor component was designed to count connected front-end clients. However, it depended on the implementation details of other components, and has therefore been broken since 0.80, so it has been removed. The replacement sensor is now the [websocket_api sensor](https://www.home-assistant.io/components/websocket_api/), which does basically the same thing apart from the rename. ([@Swamp-Ig] - [#22200]) ([websocket_api docs]) +- __Netgear lte__ - The previous three components (network, notify, and sensor) now fall under one netgear_lte component. Check the [updated documentation](/components/netgear_lte/) for more information. ([@amelchio] - [#22105]) ([netgear_lte docs]) +- __API streams sensor__ - __Removed__ - This sensor component was designed to count connected front-end clients. However, it depended on the implementation details of other components, and has therefore been broken since 0.80, so it has been removed. The replacement sensor is now the [websocket_api sensor](/components/websocket_api/), which does basically the same thing apart from the rename. ([@Swamp-Ig] - [#22200]) ([websocket_api docs]) - __Public Transit (GTFS)__ * The state for this sensor component was a countdown in minutes. If the next departure was in a few hours, this number became quite large and a tad harder to rapidly calculate mentally (463 minutes anyone?). The sensor's state output has been changed from minutes to an ISO 8601 UTC timestamp, which allows the UI to interpret the state as needed. ([@renemarc] - [#21053]) ([gtfs docs]) * Sensor updates were running many database queries to populate attributes, on top of the bus schedule queries themselves. This is doubled with two sensors. That led to a lot of slowdowns for everything else when using an SD card! Considering that some data never changes (agency, routes...) and that others like departure times are good until invalidated, now we fetch such metadata at first and then only when relevant changes do occur. GTFS sensor attributes are now named using the standard snake_case format. ([@renemarc] - [#20966]) ([gtfs docs]) diff --git a/source/_posts/2019-04-15-hassio-ingress.markdown b/source/_posts/2019-04-15-hassio-ingress.markdown index 7f185a03df8..296e9945619 100644 --- a/source/_posts/2019-04-15-hassio-ingress.markdown +++ b/source/_posts/2019-04-15-hassio-ingress.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Introducing Hass.io Ingress" description: "Ingress allows Hass.io add-ons to seamlessly integrate their user interface with Home Assistant" date: 2019-04-15 00:00:00 date_formatted: "April 15, 2019" author: Pascal Vizeli author_twitter: pvizeli -comments: true categories: Announcements og_image: /images/blog/2019-04-hassio-ingress/blogpost.png --- @@ -23,7 +21,7 @@ Demo with an add-on on Ingress. Some add-ons already have been upgraded to support the new Ingress feature. Here are a couple of add-ons that support Ingress and are available on the add-on store right now: Core add-ons: -* [Configurator](https://www.home-assistant.io/addons/configurator/) +* [Configurator](/addons/configurator/) * [deCONZ](https://github.com/home-assistant/hassio-addons/tree/master/deconz#readme) Community add-ons: @@ -78,7 +76,7 @@ Please update your Home Assistant installation to 0.91.3 or higher. We found a last minute issue impacting Firefox based browsers (including the Tor Browser). There are some issues accessing add-ons that use WebSockets. We have identified the issue and expect it to be solved with the release of Home Assistant 0.91.4. -[Configurator]: https://www.home-assistant.io/addons/configurator/ +[Configurator]: /addons/configurator/ [deCONZ]: https://github.com/home-assistant/hassio-addons/tree/master/deconz#readme [Node-RED]: https://github.com/hassio-addons/addon-node-red#readme [Visual Studio Code]: https://github.com/hassio-addons/addon-vscode#readme diff --git a/source/_posts/2019-04-24-release-92.markdown b/source/_posts/2019-04-24-release-92.markdown index 80ed2f74206..8ef8d80b108 100644 --- a/source/_posts/2019-04-24-release-92.markdown +++ b/source/_posts/2019-04-24-release-92.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.92: HEOS, Somfy MyLink, Genius Hub" description: "With 0.92, get your whole home auto game on with the new HEOS integration while controlling your covers with Somfy." date: 2019-04-24 00:11:03 date_formatted: "April 24, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-04-release-92/components.png --- @@ -143,19 +141,19 @@ Finally, if you are still receiving a message that your configuration contains e [@pvizeli]: https://github.com/pvizeli [@robbiet480]: https://github.com/robbiet480 [@zxdavb]: https://github.com/zxdavb -[alexa docs]: https://www.home-assistant.io/components/alexa/ -[auth docs]: https://www.home-assistant.io/components/auth/ -[cast docs]: https://www.home-assistant.io/components/cast/ -[cloud docs]: https://www.home-assistant.io/components/cloud/ -[geniushub docs]: https://www.home-assistant.io/components/geniushub/ -[google_assistant docs]: https://www.home-assistant.io/components/google_assistant/ -[heos docs]: https://www.home-assistant.io/components/heos/ -[hue docs]: https://www.home-assistant.io/components/hue/ -[mobile_app docs]: https://www.home-assistant.io/components/mobile_app/ -[myq docs]: https://www.home-assistant.io/components/myq/ -[netatmo_public docs]: https://www.home-assistant.io/components/netatmo_public/ -[traccar docs]: https://www.home-assistant.io/components/traccar/ -[upnp docs]: https://www.home-assistant.io/components/upnp/ +[alexa docs]: /components/alexa/ +[auth docs]: /components/auth/ +[cast docs]: /components/cast/ +[cloud docs]: /components/cloud/ +[geniushub docs]: /components/geniushub/ +[google_assistant docs]: /components/google_assistant/ +[heos docs]: /components/heos/ +[hue docs]: /components/hue/ +[mobile_app docs]: /components/mobile_app/ +[myq docs]: /components/myq/ +[netatmo_public docs]: /components/netatmo/ +[traccar docs]: /components/traccar/ +[upnp docs]: /components/upnp/ ## If you need help... @@ -231,7 +229,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Always set latest pin ([@balloob] - [#23328]) ([cloud docs]) (beta fix) - Add sensor and binary senseor to default expose ([@balloob] - [#23332]) ([google_assistant docs]) (beta fix) - Support unicode in configuration migration ([@awarecan] - [#23335]) (beta fix) -- Remove ghost folder ([@awarecan] - [#23350]) ([aws_lambda docs]) ([aws_sns docs]) ([aws_sqs docs]) (beta fix) +- Remove ghost folder ([@awarecan] - [#23350]) (aws_lambda docs) ([aws_sns docs]) ([aws_sqs docs]) (beta fix) ## All changes @@ -303,7 +301,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Google Assistant: Add support for open/close binary sensors ([@balloob] - [#22674]) ([binary_sensor docs]) ([google_assistant docs]) - Update light/services.yaml ([@emontnemery] - [#22662]) - Fix connection loss issues for Harmony ([@ehendrix23] - [#22687]) ([harmony docs]) -- Remove aws_* notify platforms ([@awarecan] - [#22698]) ([aws_lambda docs]) ([aws_sns docs]) ([aws_sqs docs]) +- Remove aws_* notify platforms ([@awarecan] - [#22698]) (aws_lambda docs) ([aws_sns docs]) ([aws_sqs docs]) - Add manifests ([@balloob] - [#22699]) - Add a .codecov.yml to control coverage statuses and enable notifications ([@robbiet480] - [#22707]) - Raise ConfigEntryNotReady for MQTT connection exception ([@aav7fl] - [#22540]) @@ -544,7 +542,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Always set latest pin ([@balloob] - [#23328]) ([cloud docs]) (beta fix) - Add sensor and binary senseor to default expose ([@balloob] - [#23332]) ([google_assistant docs]) (beta fix) - Support unicode in configuration migration ([@awarecan] - [#23335]) (beta fix) -- Remove ghost folder ([@awarecan] - [#23350]) ([aws_lambda docs]) ([aws_sns docs]) ([aws_sqs docs]) (beta fix) +- Remove ghost folder ([@awarecan] - [#23350]) (aws_lambda docs) ([aws_sns docs]) ([aws_sqs docs]) (beta fix) [#19590]: https://github.com/home-assistant/home-assistant/pull/19590 [#20256]: https://github.com/home-assistant/home-assistant/pull/20256 @@ -968,7 +966,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [automation docs]: /components/automation/ [awair docs]: /components/awair/ [aws docs]: /components/aws/ -[aws_lambda docs]: /components/aws_lambda/ [aws_sns docs]: /components/aws_sns/ [aws_sqs docs]: /components/aws_sqs/ [axis docs]: /components/axis/ diff --git a/source/_posts/2019-05-03-update-from-the-field.markdown b/source/_posts/2019-05-03-update-from-the-field.markdown index 59d8ce50bc2..25445001a22 100644 --- a/source/_posts/2019-05-03-update-from-the-field.markdown +++ b/source/_posts/2019-05-03-update-from-the-field.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "Update from the Field" description: "A status update from Home Assistant HQ." date: 2019-05-03 00:11:03 date_formatted: "May 3, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Announcements --- @@ -33,7 +31,7 @@ This month marked a year since Ubiquiti got involved, and also their last month, For the last year, the Home Assistant community has been working on building a user-friendly version of Home Assistant, also known as Home Assistant 1.0. -We’re aiming to release Home Assistant 1.0 this year. With Home Assistant 1.0, installation and basic functionality can be done via a user interface. Advanced options will require entering an advanced mode or set up via `configuration.yaml`. Check out last year’s [state of the union](https://www.home-assistant.io/blog/2018/11/16/state-of-the-union/) for more details. We have started using [this project board](https://github.com/orgs/home-assistant/projects/1) to keep track of our progress. +We’re aiming to release Home Assistant 1.0 this year. With Home Assistant 1.0, installation and basic functionality can be done via a user interface. Advanced options will require entering an advanced mode or set up via `configuration.yaml`. Check out last year’s [state of the union](/blog/2018/11/16/state-of-the-union/) for more details. We have started using [this project board](https://github.com/orgs/home-assistant/projects/1) to keep track of our progress. While we’re working hard on Home Assistant 1.0, we have also started working on the next goal for post 1.0 launch: a better story for manufacturers and integrations. diff --git a/source/_posts/2019-05-08-nest-data-bye-bye.markdown b/source/_posts/2019-05-08-nest-data-bye-bye.markdown index c2b987aa47e..b71c6d1178e 100644 --- a/source/_posts/2019-05-08-nest-data-bye-bye.markdown +++ b/source/_posts/2019-05-08-nest-data-bye-bye.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "[Update: new users only] Nest to turn off their API" description: "Nest has announced that they will shut down their API in August, no longer allowing you to access your data." date: 2019-05-08 00:01:00 date_formatted: "May 8, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Public-Service-Announcement og_image: /images/blog/2019-05-nest-data-bye-bye/notice.png --- diff --git a/source/_posts/2019-05-16-release-93.markdown b/source/_posts/2019-05-16-release-93.markdown index cb20afabe02..e731240ee3e 100644 --- a/source/_posts/2019-05-16-release-93.markdown +++ b/source/_posts/2019-05-16-release-93.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.93: Essent, AmbiClimate, VS Code debugging" description: "This release improves our onboarding experience and our automation page." date: 2019-05-16 04:11:03 date_formatted: "May 16, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-05-release-93/components.png --- @@ -814,7 +812,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [mysensors docs]: /components/mysensors/ [namecheapdns docs]: /components/namecheapdns/ [netatmo docs]: /components/netatmo/ -[netatmo_public docs]: /components/netatmo_public/ [netgear_lte docs]: /components/netgear_lte/ [nextbus docs]: /components/nextbus/ [nmap_tracker docs]: /components/nmap_tracker/ diff --git a/source/_posts/2019-06-05-release-94.markdown b/source/_posts/2019-06-05-release-94.markdown index 35aaabb7c73..4c7c3349697 100644 --- a/source/_posts/2019-06-05-release-94.markdown +++ b/source/_posts/2019-06-05-release-94.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.94: SmartHab, Watson TTS, Azure Event Hub" description: "Onboarding: This is the first release that can be installed and configured without touching a text editor!" date: 2019-06-05 04:11:03 date_formatted: "June 5, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-06-release-94/google-ui.png redirect_from: /blog/2019/05/29/release-94/ diff --git a/source/_posts/2019-06-26-release-95.markdown b/source/_posts/2019-06-26-release-95.markdown index a5f7a92a91d..da96308d03c 100644 --- a/source/_posts/2019-06-26-release-95.markdown +++ b/source/_posts/2019-06-26-release-95.markdown @@ -1,12 +1,10 @@ --- -layout: post title: "0.95: AdGuard, Life360, Plaato Airlock" description: "Manage Alexa UI, improved RV support, even more icons available." date: 2019-06-26 04:11:03 date_formatted: "June 26, 2019" author: Paulus Schoutsen author_twitter: balloob -comments: true categories: Release-Notes og_image: /images/blog/2019-06-release-95/social.png --- @@ -53,7 +51,7 @@ If you are migrating from the custom integration, [please read the instructions] One more thing… This release improves the Home Assistant Cloud Alexa integration. Just like Google Assistant, it is now possible to manage which entities are exposed to Amazon via the user interface. Alexa actually offers some cool features around this. Any change you make is instantly reflected inside Alexa. Add an entity? Control it instantly via Alexa. -However, we didn't stop there. The [manual installations of Alexa](https://www.home-assistant.io/components/alexa.smart_home/#alexa-component-configuration) has had optional proactive state reporting since earlier this year, and this is now available for Home Assistant Cloud users too. If you choose to opt-in to this, every state change of your exposed entities is sent to Amazon as soon as they happen. It allows Amazon Echos with displays, to instantly reflect the state and allows you to create routines inside Amazon powered by your Home Assistant entities. +However, we didn't stop there. The [manual installations of Alexa](/components/alexa.smart_home/#alexa-component-configuration) has had optional proactive state reporting since earlier this year, and this is now available for Home Assistant Cloud users too. If you choose to opt-in to this, every state change of your exposed entities is sent to Amazon as soon as they happen. It allows Amazon Echos with displays, to instantly reflect the state and allows you to create routines inside Amazon powered by your Home Assistant entities.
@@ -176,7 +174,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Remove binary sensors for ZHA remotes and controllers ([@dmulcahey] - [#24370]) ([zha docs]) (breaking change) - Restore automation last_triggered with initial_state override ([@frenck] - [#24400]) ([automation docs]) (breaking change) - Fix recorder defaults ([@balloob] - [#24399]) ([recorder docs]) (breaking change) -- Uber API is going away on June 13, 2019, remove component ([@robbiet480] - [#24468]) ([uber docs]) (breaking change) +- Uber API is going away on June 13, 2019, remove component ([@robbiet480] - [#24468]) (breaking change) - Add Linky sensors : yesterday + months + years ([@Quentame] - [#23726]) ([linky docs]) (breaking change) - Position is reversed for horizontal awnings ([@kbickar] - [#23257]) ([tahoma docs]) (breaking change) - Remove conversation from default config ([@balloob] - [#24515]) ([default_config docs]) (breaking change) @@ -301,7 +299,7 @@ Experiencing issues introduced by this release? Please report them in our [issue - Life360: Fix config entry handling for accounts imported from configuration ([@pnbruckner] - [#24455]) ([life360 docs]) - Add default config to constaint file ([@balloob] - [#24423]) - Add websock command to query device for triggers ([@emontnemery] - [#24044]) ([automation docs]) ([light docs]) -- Uber API is going away on June 13, 2019, remove component ([@robbiet480] - [#24468]) ([uber docs]) (breaking change) +- Uber API is going away on June 13, 2019, remove component ([@robbiet480] - [#24468]) (breaking change) - Use met.no instead of yr.no in default config ([@thomasloven] - [#24470]) - Bump pyubee to 0.7 to support more models ([@mzdrale] - [#24477]) ([ubee docs]) - Somfy open api ([@tetienne] - [#19548]) ([somfy docs]) (new-platform) @@ -715,7 +713,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [discovery docs]: /components/discovery/ [dlib_face_identify docs]: /components/dlib_face_identify/ [ebusd docs]: /components/ebusd/ -[elv docs]: /components/elv/ +[elv docs]: /components/switch.pca/ [environment_canada docs]: /components/environment_canada/ [esphome docs]: /components/esphome/ [frontend docs]: /components/frontend/ @@ -783,12 +781,11 @@ Experiencing issues introduced by this release? Please report them in our [issue [traccar docs]: /components/traccar/ [tradfri docs]: /components/tradfri/ [ubee docs]: /components/ubee/ -[uber docs]: /components/uber/ [unifi docs]: /components/unifi/ [velbus docs]: /components/velbus/ [velux docs]: /components/velux/ [vera docs]: /components/vera/ -[vlc_telnet docs]: /components/vlc_telnet/ +[vlc_telnet docs]: /components/vlc-telnet/ [waze_travel_time docs]: /components/waze_travel_time/ [webostv docs]: /components/webostv/ [websocket_api docs]: /components/websocket_api/ diff --git a/source/_posts/2019-07-09-home-assistant-cast-preview.markdown b/source/_posts/2019-07-09-home-assistant-cast-preview.markdown new file mode 100644 index 00000000000..cd27fcee199 --- /dev/null +++ b/source/_posts/2019-07-09-home-assistant-cast-preview.markdown @@ -0,0 +1,27 @@ +--- +title: "Home Assistant Cast (preview)" +description: "A first sneak peak of Home Assistant Cast, the new user interface that will run on Cast-enabled devices." +date: 2019-07-09 01:11:03 +date_formatted: "July 9, 2019" +author: Paulus Schoutsen +author_twitter: balloob +categories: Announcements +og_image: /images/blog/2019-07-home-assistant-cast-preview/home-assistant-cast.jpg +--- + +Today is my birthday. I'm turning 33. And to celebrate, I want to share a preview of a project that I have been working on: Home Assistant Cast. It's the Home Assistant Lovelace interface, but for Cast-enabled devices like Chromecasts or Google Assistant devices with screens. + +

+Photo of a Google Nest Hub running the Home Assistant Cast interface. +Photo of the Google Nest Hub running the Home Assistant Cast interface. +

+ +It will work with any Cast enabled device, and if available, will allow the user to use the touch screen to interact with the interface. The interface is built with Lovelace, so it's the same powerful features and real-time interaction that you are used to today. + +Chromecast apps are usually launched from a browser or a mobile app on Android or iOS. But we wouldn't be Home Assistant if we had just one solution. Home Assistant has been integrated with Chromecasts for over 5 years. This means that you will be able to launch Home Assistant Cast as part of your automations. For example, you will be able to show information on your TV if a visitor has been detected at the frontdoor. Nice! + +For a full demo walkthrough of how it works, check the video below: + +
+ +
diff --git a/source/addons/index.html b/source/addons/index.html index 1fbeaa75f12..c0114b2bf91 100644 --- a/source/addons/index.html +++ b/source/addons/index.html @@ -1,12 +1,6 @@ --- -layout: page title: "Hass.io Add-ons" description: "List of the built-in add-ons of Hass.io." -date: 2017-04-30 13:35 -sidebar: true -comments: false -sharing: true -footer: true regenerate: false --- diff --git a/source/blog/archives/index.html b/source/blog/archives/index.html index cbe6dec8744..0f9036aab80 100644 --- a/source/blog/archives/index.html +++ b/source/blog/archives/index.html @@ -1,5 +1,4 @@ --- -layout: page title: "Blog index" --- diff --git a/source/blog/index.html b/source/blog/index.html index ebc7aeb4105..98b97250ee1 100644 --- a/source/blog/index.html +++ b/source/blog/index.html @@ -1,6 +1,5 @@ --- layout: default -sidebar: true regenerate: true blog_index: true --- diff --git a/source/cloud/alexa.markdown b/source/cloud/alexa.markdown index f09fe535993..a7a09b84b67 100644 --- a/source/cloud/alexa.markdown +++ b/source/cloud/alexa.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Alexa via Home Assistant Cloud" description: "Enable the Alexa integration via Home Assistant Cloud integration." -date: 2017-11-17 20:00 sidebar: false -comments: false -sharing: true -footer: true redirect_from: - /components/cloud.alexa/ --- diff --git a/source/cloud/google_assistant.markdown b/source/cloud/google_assistant.markdown index 8c849d5fa95..07730e2d80f 100644 --- a/source/cloud/google_assistant.markdown +++ b/source/cloud/google_assistant.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Google Assistant via Home Assistant Cloud" description: "Enable the Google Assistant via Home Assistant Cloud integration." -date: 2017-11-17 20:00 sidebar: false -comments: false -sharing: true -footer: true --- Home Assistant Cloud is a subscription service provided by our partner Nabu Casa, Inc. Check out [the Nabu Casa website](https://www.nabucasa.com/config/google_assistant/) for help with the Google Assistant integration via Home Assistant Cloud. diff --git a/source/cloud/index.markdown b/source/cloud/index.markdown index 982071d802a..a16af21ad7c 100644 --- a/source/cloud/index.markdown +++ b/source/cloud/index.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Home Assistant Cloud" description: "Enable the Home Assistant Cloud integration." -date: 2017-11-17 20:00 sidebar: false -comments: false -sharing: true -footer: true logo: home-assistant.png ha_release: "0.60" ha_category: Voice diff --git a/source/cloud/troubleshooting.markdown b/source/cloud/troubleshooting.markdown index 4e8c2a88d79..28ea254c147 100644 --- a/source/cloud/troubleshooting.markdown +++ b/source/cloud/troubleshooting.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Troubleshooting Home Assistant Cloud" description: "Pointers to help troubleshooting issues with Home Assistant Cloud." -date: 2018-07-17 20:00 sidebar: false -comments: false -sharing: true -footer: true --- Home Assistant Cloud is a subscription service provided by our partner Nabu Casa, Inc. Check out [their website](https://www.nabucasa.com/config/troubleshooting/) for help with troubleshooting. diff --git a/source/code_of_conduct/index.markdown b/source/code_of_conduct/index.markdown index e16c653efce..bd0181814ce 100644 --- a/source/code_of_conduct/index.markdown +++ b/source/code_of_conduct/index.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Code of Conduct" description: "The Code of Conduct for Home Assistant projects." -date: 2017-01-21 15:05:00 -0800 sidebar: false -comments: false -sharing: true -footer: true redirect_from: /developers/code_of_conduct/ --- diff --git a/source/components/index.html b/source/components/index.html index 6183e25b41a..3e4de44d1ba 100644 --- a/source/components/index.html +++ b/source/components/index.html @@ -1,12 +1,7 @@ --- -layout: page title: "Integrations" description: "List of the built-in integrations of Home Assistant." -date: 2014-12-21 13:35 sidebar: false -comments: false -sharing: true -footer: true is_homepage: true hide_github_edit: true body_id: components-page diff --git a/source/cookbook/index.markdown b/source/cookbook/index.markdown index 7f8907e957c..e6e318b88ea 100644 --- a/source/cookbook/index.markdown +++ b/source/cookbook/index.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Cookbook" description: "Community maintained list of different ways to use Home Assistant." -date: 2015-10-08 19:05 sidebar: false -comments: false -sharing: true -footer: true regenerate: true hide_github_edit: true --- diff --git a/source/developers/add_new_platform.markdown b/source/developers/add_new_platform.markdown index 3f4505c5775..e20042f8482 100644 --- a/source/developers/add_new_platform.markdown +++ b/source/developers/add_new_platform.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Adding support for a new platform" description: "Hints and tips for when you're adding a new platform to Home Assistant." -date: 2014-12-21 13:27 -sidebar: true -comments: false -sharing: true -footer: true --- diff --git a/source/ios/dev-auth.markdown b/source/ios/dev-auth.markdown index 78d965af10b..c5ee9ab04c7 100644 --- a/source/ios/dev-auth.markdown +++ b/source/ios/dev-auth.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Home Assistant iOS dev authentication" description: "Landing page for Home Assistant iOS dev app." -release_date: 2016-10-24 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true --- diff --git a/source/ios/index.markdown b/source/ios/index.markdown index bd87dbb77eb..7d9688739bf 100644 --- a/source/ios/index.markdown +++ b/source/ios/index.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Home Assistant iOS" description: "Landing page for Home Assistant iOS app." -release_date: 2016-10-24 15:00:00 -0700 -sidebar: true -comments: false -sharing: true -footer: true --- diff --git a/source/ios/nfc.markdown b/source/ios/nfc.markdown index 80a6ecc1976..1ce39988e4e 100644 --- a/source/ios/nfc.markdown +++ b/source/ios/nfc.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Home Assistant Companion for iOS NFC Landing" description: "The landing page for NFC tags containing Home Assistant Companion URLs" -release_date: 2019-04-17 15:00:00 -0700 sidebar: false -comments: false -sharing: false -footer: true --- This is a placeholder that is required to support Universal Links and NFC tags in the [Home Assistant Companion for iOS app](/docs/ecosystem/ios). diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index 4bba13fc9ed..0a10fbe3828 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lovelace Changelog" description: "Changelog of the Lovelace UI." -date: 2018-08-31 13:06 +02:00 -sidebar: true -comments: false -sharing: true -footer: true --- ## Changes in 0.88.0 - 📣 Disable toast notifications for successful operations ([#2700](https://github.com/home-assistant/home-assistant-polymer/pull/2822)) diff --git a/source/lovelace/how-it-works.markdown b/source/lovelace/how-it-works.markdown index bef0e43c823..531cebd8c9e 100644 --- a/source/lovelace/how-it-works.markdown +++ b/source/lovelace/how-it-works.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "How Lovelace Works" description: "Explains how Lovelace works under the hood." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- The old user interface relied solely on the state machine. This caused trouble as it meant that the state machine was now not only the source for device states, but also for user interface configuration. With Lovelace, we're taking a completely different approach. All user interface configuration will live in a separate file, controlled by the user. diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown index b2e0438b43e..26765007e9a 100644 --- a/source/lovelace/index.markdown +++ b/source/lovelace/index.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lovelace UI" description: "The Lovelace UI is a powerful and configurable interface for Home Assistant." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true redirect_from: - /components/lovelace/ --- diff --git a/source/lovelace/views.markdown b/source/lovelace/views.markdown index 57512ac3fc0..eb548cfbe2b 100644 --- a/source/lovelace/views.markdown +++ b/source/lovelace/views.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Views" description: "The Lovelace UI is a powerful and configurable interface for Home Assistant." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- To display cards on the UI you have to define them in views. Views sort cards in columns based on their `card size`. If you want to group some cards you have to use `stack` cards. diff --git a/source/lovelace/yaml-mode.markdown b/source/lovelace/yaml-mode.markdown index ab9ffaf495a..b2685c491ea 100644 --- a/source/lovelace/yaml-mode.markdown +++ b/source/lovelace/yaml-mode.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Lovelace YAML mode" description: "Advanced users can switch on the advanced YAML mode." -date: 2018-07-01 10:28 +00:00 -sidebar: true -comments: false -sharing: true -footer: true --- It is possible to write your Lovelace config in YAML instead of via the UI. To do so, you will need to configure the Lovelace integration to be in yaml mode by adding the following to your `configuration.yaml`: diff --git a/source/privacy/index.markdown b/source/privacy/index.markdown index 92011afe269..680b41b68b0 100644 --- a/source/privacy/index.markdown +++ b/source/privacy/index.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Privacy Policy" description: "Your privacy is super important to us. We will never gather any information from you unless we truly need it." -date: 2017-10-19 01:00 sidebar: false -comments: false -sharing: true -footer: true --- Your privacy is critically important to us. At Home Assistant, we have a few fundamental principles: diff --git a/source/tos/index.markdown b/source/tos/index.markdown index e0a43191075..baa03330571 100644 --- a/source/tos/index.markdown +++ b/source/tos/index.markdown @@ -1,12 +1,7 @@ --- -layout: page title: "Terms of Service" description: "The Terms of Service that should be accepted to own a Home Assistant account." -date: 2017-10-19 01:00 sidebar: false -comments: false -sharing: true -footer: true --- The following terms and conditions govern all use of the Home Assistant website and all content, services and products available at or through the website, including, but not limited to, Home Assistant Forum Software, Home Assistant Support Forums and the Home Assistant Hosting service ("Hosting"), (taken together, the Website). The Website is owned and operated by Home Assistant. The Website is offered subject to your acceptance without modification of all of the terms and conditions contained herein and all other operating rules, policies (including, without limitation, Home Assistant’s [Privacy Policy](/privacy/) and [Code of Conduct](/code_of_conduct/)) and procedures that may be published from time to time on this Site by Home Assistant (collectively, the "Agreement").