Site updated at 2017-08-26 17:30:22 UTC
This commit is contained in:
parent
919bae8956
commit
45060d18c1
1403 changed files with 8957 additions and 7954 deletions
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Hints and tips for when you're adding a new platform to Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/add_new_platform/">
|
||||
<link rel="canonical" href="/developers/add_new_platform/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Adding support for a new platform">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/add_new_platform/">
|
||||
<meta property="og:url" content="/developers/add_new_platform/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Hints and tips for when you're adding a new platform to Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Adding Support for a New Platform
|
||||
Adding support for a new platform
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Home Assistant API">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/api/">
|
||||
<link rel="canonical" href="/developers/api/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="API">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/api/">
|
||||
<meta property="og:url" content="/developers/api/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Home Assistant API">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Overview of the Home Assistant architecture.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/architecture/">
|
||||
<link rel="canonical" href="/developers/architecture/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Architecture">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/architecture/">
|
||||
<meta property="og:url" content="/developers/architecture/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Overview of the Home Assistant architecture.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/architecture/ha_architecture.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Overview of components within the Home Assistant architecture.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/architecture_components/">
|
||||
<link rel="canonical" href="/developers/architecture_components/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Components Architecture">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/architecture_components/">
|
||||
<meta property="og:url" content="/developers/architecture_components/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Overview of components within the Home Assistant architecture.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/architecture/component_interaction.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Introduction to the asynchronous core of Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/asyncio/">
|
||||
<link rel="canonical" href="/developers/asyncio/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Asynchronous Programming">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/asyncio/">
|
||||
<meta property="og:url" content="/developers/asyncio/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Introduction to the asynchronous core of Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="An introduction to asyncio.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/asyncio_101/">
|
||||
<link rel="canonical" href="/developers/asyncio_101/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Asyncio 101">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/asyncio_101/">
|
||||
<meta property="og:url" content="/developers/asyncio_101/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="An introduction to asyncio.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="A categorization of functions to work with the asynchronous core of Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/asyncio_categorizing_functions/">
|
||||
<link rel="canonical" href="/developers/asyncio_categorizing_functions/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Categorizing Functions">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/asyncio_categorizing_functions/">
|
||||
<meta property="og:url" content="/developers/asyncio_categorizing_functions/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="A categorization of functions to work with the asynchronous core of Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="A collection of miscellaneous topics about async that didn't fit on the other pages.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/asyncio_misc/">
|
||||
<link rel="canonical" href="/developers/asyncio_misc/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Miscellaneous Async">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/asyncio_misc/">
|
||||
<meta property="og:url" content="/developers/asyncio_misc/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="A collection of miscellaneous topics about async that didn't fit on the other pages.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="A breakdown of all the different ways to work with the asynchronous core of Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/asyncio_working_with_async/">
|
||||
<link rel="canonical" href="/developers/asyncio_working_with_async/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Working with Async">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/asyncio_working_with_async/">
|
||||
<meta property="og:url" content="/developers/asyncio_working_with_async/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="A breakdown of all the different ways to work with the asynchronous core of Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Working With Async
|
||||
Working with Async
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="The Code of Conduct for Home Assistant projects.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/cla/">
|
||||
<link rel="canonical" href="/developers/cla/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Contributor License Agreement">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/cla/">
|
||||
<meta property="og:url" content="/developers/cla/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="The Code of Conduct for Home Assistant projects.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="The Home Assistant contributor license agreement (CLA) signature page">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/cla_sign/">
|
||||
<link rel="canonical" href="/developers/cla_sign/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="CLA Signature">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/cla_sign/">
|
||||
<meta property="og:url" content="/developers/cla_sign/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="The Home Assistant contributor license agreement (CLA) signature page">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="The Home Assistant contributor license agreement (CLA) signature page">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/cla_sign_start/">
|
||||
<link rel="canonical" href="/developers/cla_sign_start/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="CLA Login">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/cla_sign_start/">
|
||||
<meta property="og:url" content="/developers/cla_sign_start/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="The Home Assistant contributor license agreement (CLA) signature page">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="The Code of Conduct for Home Assistant projects.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/code_of_conduct/">
|
||||
<link rel="canonical" href="/developers/code_of_conduct/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Contributor Covenant Code of Conduct">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/code_of_conduct/">
|
||||
<meta property="og:url" content="/developers/code_of_conduct/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="The Code of Conduct for Home Assistant projects.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="A list of things to pay attention to when code reviewing a component.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/code_review_component/">
|
||||
<link rel="canonical" href="/developers/code_review_component/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Checklist for creating a component">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/code_review_component/">
|
||||
<meta property="og:url" content="/developers/code_review_component/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="A list of things to pay attention to when code reviewing a component.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Checklist for Creating a Component
|
||||
Checklist for creating a component
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="A list of things to pay attention to when code reviewing a platform.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/code_review_platform/">
|
||||
<link rel="canonical" href="/developers/code_review_platform/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Checklist for creating a platform">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/code_review_platform/">
|
||||
<meta property="og:url" content="/developers/code_review_platform/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="A list of things to pay attention to when code reviewing a platform.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Checklist for Creating a Platform
|
||||
Checklist for creating a platform
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to define requirements and dependencies.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/component_deps_and_reqs/">
|
||||
<link rel="canonical" href="/developers/component_deps_and_reqs/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Requirements & Dependencies">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/component_deps_and_reqs/">
|
||||
<meta property="og:url" content="/developers/component_deps_and_reqs/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Instructions how to define requirements and dependencies.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="How to make component discovery work.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/component_discovery/">
|
||||
<link rel="canonical" href="/developers/component_discovery/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Component Discovery">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/component_discovery/">
|
||||
<meta property="og:url" content="/developers/component_discovery/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="How to make component discovery work.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to handle events with your component.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/component_events/">
|
||||
<link rel="canonical" href="/developers/component_events/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Handling events">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/component_events/">
|
||||
<meta property="og:url" content="/developers/component_events/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Instructions how to handle events with your component.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Handling Events
|
||||
Handling events
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Using generic platform discovery.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/component_generic_discovery/">
|
||||
<link rel="canonical" href="/developers/component_generic_discovery/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Generic Platform Discovery">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/component_generic_discovery/">
|
||||
<meta property="og:url" content="/developers/component_generic_discovery/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Using generic platform discovery.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_hass_object/">
|
||||
<meta http-equiv="refresh" content="0; url=https://home-assistant.io/developers/development_hass_object/">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="https://home-assistant.io/developers/development_hass_object/">Click here if you are not redirected.</a>
|
||||
<script>location="https://home-assistant.io/developers/development_hass_object/"</script>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_hass_object/">
|
||||
<meta http-equiv="refresh" content="0; url=https://home-assistant.io/developers/development_hass_object/">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="https://home-assistant.io/developers/development_hass_object/">Click here if you are not redirected.</a>
|
||||
<script>location="https://home-assistant.io/developers/development_hass_object/"</script>
|
||||
</html>
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to get your component loaded by Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/component_loading/">
|
||||
<link rel="canonical" href="/developers/component_loading/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Loading your components">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/component_loading/">
|
||||
<meta property="og:url" content="/developers/component_loading/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Instructions how to get your component loaded by Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Loading Your Components
|
||||
Loading your components
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to handle states with your component.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/component_states/">
|
||||
<link rel="canonical" href="/developers/component_states/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Handling states">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/component_states/">
|
||||
<meta property="og:url" content="/developers/component_states/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Instructions how to handle states with your component.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Handling States
|
||||
Handling states
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to handle visibility with your component.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/component_visibility/">
|
||||
<link rel="canonical" href="/developers/component_visibility/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Handling visibility">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/component_visibility/">
|
||||
<meta property="og:url" content="/developers/component_visibility/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Instructions how to handle visibility with your component.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Handling Visibility
|
||||
Handling visibility
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Guidelines to get you create your first component for Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/creating_components/">
|
||||
<link rel="canonical" href="/developers/creating_components/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Creating components">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/creating_components/">
|
||||
<meta property="og:url" content="/developers/creating_components/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Guidelines to get you create your first component for Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Creating Components
|
||||
Creating components
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Credits for the developers who contributed to Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/credits/">
|
||||
<link rel="canonical" href="/developers/credits/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Credits">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/credits/">
|
||||
<meta property="og:url" content="/developers/credits/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Credits for the developers who contributed to Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Everything to get you started developing for Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development/">
|
||||
<link rel="canonical" href="/developers/development/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Starting with Development">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development/">
|
||||
<meta property="og:url" content="/developers/development/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Everything to get you started developing for Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Starting With Development
|
||||
Starting with Development
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Introduction to the basics of Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_101/">
|
||||
<link rel="canonical" href="/developers/development_101/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Development 101">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_101/">
|
||||
<meta property="og:url" content="/developers/development_101/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Introduction to the basics of Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Update your fork with the latest commit.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_catching_up/">
|
||||
<link rel="canonical" href="/developers/development_catching_up/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Catching up with Reality">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_catching_up/">
|
||||
<meta property="og:url" content="/developers/development_catching_up/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Update your fork with the latest commit.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Catching Up With Reality
|
||||
Catching up with Reality
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Overview of the requirements for an improvement for Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_checklist/">
|
||||
<link rel="canonical" href="/developers/development_checklist/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Development Checklist">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_checklist/">
|
||||
<meta property="og:url" content="/developers/development_checklist/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Overview of the requirements for an improvement for Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Introduction to the Config object in Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_config/">
|
||||
<link rel="canonical" href="/developers/development_config/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Using Config">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_config/">
|
||||
<meta property="og:url" content="/developers/development_config/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Introduction to the Config object in Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Set up your environment to start developing for Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_environment/">
|
||||
<link rel="canonical" href="/developers/development_environment/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Set up Development Environment">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_environment/">
|
||||
<meta property="og:url" content="/developers/development_environment/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Set up your environment to start developing for Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Set Up Development Environment
|
||||
Set up Development Environment
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Introduction to using events in Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_events/">
|
||||
<link rel="canonical" href="/developers/development_events/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Using Events">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_events/">
|
||||
<meta property="og:url" content="/developers/development_events/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Introduction to using events in Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Details about styling your code.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_guidelines/">
|
||||
<link rel="canonical" href="/developers/development_guidelines/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Style guidelines">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_guidelines/">
|
||||
<meta property="og:url" content="/developers/development_guidelines/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Details about styling your code.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Style Guidelines
|
||||
Style guidelines
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Introduction to developing with the hass object.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_hass_object/">
|
||||
<link rel="canonical" href="/developers/development_hass_object/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Hass object">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_hass_object/">
|
||||
<meta property="og:url" content="/developers/development_hass_object/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Introduction to developing with the hass object.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Hass Object
|
||||
Hass object
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Introduction to services in Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_services/">
|
||||
<link rel="canonical" href="/developers/development_services/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Using Services">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_services/">
|
||||
<meta property="og:url" content="/developers/development_services/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Introduction to services in Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Introduction to states in Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_states/">
|
||||
<link rel="canonical" href="/developers/development_states/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Using States">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_states/">
|
||||
<meta property="og:url" content="/developers/development_states/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Introduction to states in Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Submit your work as Pull Request for Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_submitting/">
|
||||
<link rel="canonical" href="/developers/development_submitting/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Submit your work">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_submitting/">
|
||||
<meta property="og:url" content="/developers/development_submitting/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Submit your work as Pull Request for Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Submit Your Work
|
||||
Submit your work
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Make sure that your code passes the checks">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_testing/">
|
||||
<link rel="canonical" href="/developers/development_testing/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Testing your code">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_testing/">
|
||||
<meta property="og:url" content="/developers/development_testing/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Make sure that your code passes the checks">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Testing Your Code
|
||||
Testing your code
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Validation of entries in configuration.yaml">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/development_validation/">
|
||||
<link rel="canonical" href="/developers/development_validation/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Validate the input">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/development_validation/">
|
||||
<meta property="og:url" content="/developers/development_validation/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Validation of entries in configuration.yaml">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Validate the Input
|
||||
Validate the input
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Tips and hints if you are starting on Home Assistant frontend development">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/frontend/">
|
||||
<link rel="canonical" href="/developers/frontend/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Frontend development">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/frontend/">
|
||||
<meta property="og:url" content="/developers/frontend/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Tips and hints if you are starting on Home Assistant frontend development">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Frontend Development
|
||||
Frontend development
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Adding a state card to the frontend">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/frontend_add_card/">
|
||||
<link rel="canonical" href="/developers/frontend_add_card/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Adding state card">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/frontend_add_card/">
|
||||
<meta property="og:url" content="/developers/frontend_add_card/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Adding a state card to the frontend">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Adding State Card
|
||||
Adding state card
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Adding a more info dialog to the frontend">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/frontend_add_more_info/">
|
||||
<link rel="canonical" href="/developers/frontend_add_more_info/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Adding more info dialogs">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/frontend_add_more_info/">
|
||||
<meta property="og:url" content="/developers/frontend_add_more_info/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Adding a more info dialog to the frontend">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Adding More Info Dialogs
|
||||
Adding more info dialogs
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Introduction to create custom panels for Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/frontend_creating_custom_panels/">
|
||||
<link rel="canonical" href="/developers/frontend_creating_custom_panels/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Creating custom panels">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/frontend_creating_custom_panels/">
|
||||
<meta property="og:url" content="/developers/frontend_creating_custom_panels/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Introduction to create custom panels for Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Creating Custom Panels
|
||||
Creating custom panels
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Introduction to create custom ui for Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/frontend_creating_custom_ui/">
|
||||
<link rel="canonical" href="/developers/frontend_creating_custom_ui/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Creating custom UI">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/frontend_creating_custom_ui/">
|
||||
<meta property="og:url" content="/developers/frontend_creating_custom_ui/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Introduction to create custom ui for Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Creating Custom UI
|
||||
Creating custom UI
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Steps on how-to create an add-on for Hass.io.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/hassio/addon_config/">
|
||||
<link rel="canonical" href="/developers/hassio/addon_config/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Add-On Configuration">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/hassio/addon_config/">
|
||||
<meta property="og:url" content="/developers/hassio/addon_config/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Steps on how-to create an add-on for Hass.io.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Steps on how-to create an add-on for Hass.io.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/hassio/addon_development/">
|
||||
<link rel="canonical" href="/developers/hassio/addon_development/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Developing an add-on">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/hassio/addon_development/">
|
||||
<meta property="og:url" content="/developers/hassio/addon_development/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Steps on how-to create an add-on for Hass.io.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Developing an Add-on
|
||||
Developing an add-on
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Steps on how-to create an add-on for Hass.io.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/hassio/addon_publishing/">
|
||||
<link rel="canonical" href="/developers/hassio/addon_publishing/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Publishing your add-on">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/hassio/addon_publishing/">
|
||||
<meta property="og:url" content="/developers/hassio/addon_publishing/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Steps on how-to create an add-on for Hass.io.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Publishing Your Add-on
|
||||
Publishing your add-on
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Add-ons repositories.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/hassio/addon_repository/">
|
||||
<link rel="canonical" href="/developers/hassio/addon_repository/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Create an add-on repository">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/hassio/addon_repository/">
|
||||
<meta property="og:url" content="/developers/hassio/addon_repository/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Add-ons repositories.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Create an Add-on Repository
|
||||
Create an add-on repository
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to test your add-on locally.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/hassio/addon_testing/">
|
||||
<link rel="canonical" href="/developers/hassio/addon_testing/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Local add-on testing">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/hassio/addon_testing/">
|
||||
<meta property="og:url" content="/developers/hassio/addon_testing/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Instructions how to test your add-on locally.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Local Add-on Testing
|
||||
Local add-on testing
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Easy tutorial to get started making your first add-on.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/hassio/addon_tutorial/">
|
||||
<link rel="canonical" href="/developers/hassio/addon_tutorial/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Tutorial: Making your first add-on">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/hassio/addon_tutorial/">
|
||||
<meta property="og:url" content="/developers/hassio/addon_tutorial/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Easy tutorial to get started making your first add-on.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Tutorial: Making Your First Add-on
|
||||
Tutorial: Making your first add-on
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="The architecture of Hass.io.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/hassio/architecture/">
|
||||
<link rel="canonical" href="/developers/hassio/architecture/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Hass.io Architecture">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/hassio/architecture/">
|
||||
<meta property="og:url" content="/developers/hassio/architecture/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="The architecture of Hass.io.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Tips and tricks for when things go wrong.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/hassio/debugging/">
|
||||
<link rel="canonical" href="/developers/hassio/debugging/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Debugging Hass.io">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/hassio/debugging/">
|
||||
<meta property="og:url" content="/developers/hassio/debugging/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Tips and tricks for when things go wrong.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="The little helpers for the development of Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/helpers/">
|
||||
<link rel="canonical" href="/developers/helpers/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Little online helpers">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/helpers/">
|
||||
<meta property="og:url" content="/developers/helpers/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="The little helpers for the development of Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Little Online Helpers
|
||||
Little online helpers
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Everything you need to know to get started with Home Assistant development.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/">
|
||||
<link rel="canonical" href="/developers/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Developers">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/">
|
||||
<meta property="og:url" content="/developers/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Everything you need to know to get started with Home Assistant development.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/architecture/component_interaction.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Register sentences with the conversation component.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/intent/conversation/">
|
||||
<link rel="canonical" href="/developers/intent/conversation/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Registering sentences">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/intent/conversation/">
|
||||
<meta property="og:url" content="/developers/intent/conversation/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Register sentences with the conversation component.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Registering Sentences
|
||||
Registering sentences
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="How to fire intents to be handled by Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/intent/firing/">
|
||||
<link rel="canonical" href="/developers/intent/firing/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Firing intents">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/intent/firing/">
|
||||
<meta property="og:url" content="/developers/intent/firing/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="How to fire intents to be handled by Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Firing Intents
|
||||
Firing intents
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="How to handle intents that are fired in Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/intent/handling/">
|
||||
<link rel="canonical" href="/developers/intent/handling/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Handling intents">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/intent/handling/">
|
||||
<meta property="og:url" content="/developers/intent/handling/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="How to handle intents that are fired in Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Handling Intents
|
||||
Handling intents
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Intents are helping Home Assistant to gather ">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/intent/">
|
||||
<link rel="canonical" href="/developers/intent/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Intents">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/intent/">
|
||||
<meta property="og:url" content="/developers/intent/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Intents are helping Home Assistant to gather ">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="The License that all Home Assistant projects are licensed under">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/license/">
|
||||
<link rel="canonical" href="/developers/license/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="The Apache 2.0 License">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/license/">
|
||||
<meta property="og:url" content="/developers/license/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="The License that all Home Assistant projects are licensed under">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Steps involved to maintain the current state of Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/maintenance/">
|
||||
<link rel="canonical" href="/developers/maintenance/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Maintenance">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/maintenance/">
|
||||
<meta property="og:url" content="/developers/maintenance/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Steps involved to maintain the current state of Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Quick primer on how multiple instances work together.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/multiple_instances/">
|
||||
<link rel="canonical" href="/developers/multiple_instances/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Multiple Instances">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/multiple_instances/">
|
||||
<meta property="og:url" content="/developers/multiple_instances/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Quick primer on how multiple instances work together.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Minimum implementation of a Home Assistant platform.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/platform_example_light/">
|
||||
<link rel="canonical" href="/developers/platform_example_light/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Example light platform">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/platform_example_light/">
|
||||
<meta property="og:url" content="/developers/platform_example_light/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Minimum implementation of a Home Assistant platform.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Example Light Platform
|
||||
Example light platform
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Minimum implementation of a Home Assistant platform.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/platform_example_sensor/">
|
||||
<link rel="canonical" href="/developers/platform_example_sensor/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Example sensor platform">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/platform_example_sensor/">
|
||||
<meta property="og:url" content="/developers/platform_example_sensor/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Minimum implementation of a Home Assistant platform.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Example Sensor Platform
|
||||
Example sensor platform
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Home Assistant Python Remote API documentation">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/python_api/">
|
||||
<link rel="canonical" href="/developers/python_api/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Python Remote API">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/python_api/">
|
||||
<meta property="og:url" content="/developers/python_api/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Home Assistant Python Remote API documentation">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Steps involved publishing a new Home Assistant release.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/releasing/">
|
||||
<link rel="canonical" href="/developers/releasing/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Releasing">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/releasing/">
|
||||
<meta property="og:url" content="/developers/releasing/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Steps involved publishing a new Home Assistant release.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Home Assistant RESTful API documentation">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/rest_api/">
|
||||
<link rel="canonical" href="/developers/rest_api/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="RESTful API">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/rest_api/">
|
||||
<meta property="og:url" content="/developers/rest_api/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Home Assistant RESTful API documentation">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Home Assistant Server-sent events documentation">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/server_sent_events/">
|
||||
<link rel="canonical" href="/developers/server_sent_events/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Server-sent events">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/server_sent_events/">
|
||||
<meta property="og:url" content="/developers/server_sent_events/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Home Assistant Server-sent events documentation">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Server-sent Events
|
||||
Server-sent events
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="home-assistant.io web presence">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/website/">
|
||||
<link rel="canonical" href="/developers/website/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Website home-assistant.io">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/website/">
|
||||
<meta property="og:url" content="/developers/website/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="home-assistant.io web presence">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -134,19 +134,27 @@ Content...Written in markdown.
|
|||
<div class="language-text highlighter-rouge"><pre class="highlight"><code> ```yaml
|
||||
sensor:
|
||||
platform: template
|
||||
```
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Note that you can replace <code class="highlighter-rouge">yaml</code> next to ``` with the language that is within the block.</p>
|
||||
<p>When you’re writing code that is to be executed on the terminal, prefix it with <code class="highlighter-rouge">$</code>.</p>
|
||||
<h3><a class="title-link" name="templates" href="#templates"></a> Templates</h3>
|
||||
<p>For the <a href="/topics/templating/">configuration templating</a> is <a href="http://jinja.pocoo.org/">Jinja</a> used.</p>
|
||||
<p>If you are using templates then those parts needs to be <a href="http://stackoverflow.com/a/24102537">escaped</a>. Otherwise they will be rendered and appear blank on the website.</p>
|
||||
<h3><a class="title-link" name="html" href="#html"></a> HTML</h3>
|
||||
<p>The direct usage of HTML is supported but not recommended. The note boxes are an exception.</p>
|
||||
<div class="language-html highlighter-rouge"><pre class="highlight"><code><span class="nt"><p</span> <span class="na">class=</span><span class="s">'note warning'</span><span class="nt">></span>
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code>
|
||||
Note that you can replace `yaml` next to \`\`\` with the language that is within the block.
|
||||
|
||||
When you're writing code that is to be executed on the terminal, prefix it with `$`.
|
||||
|
||||
### <a class='title-link' name='templates' href='#templates'></a> Templates
|
||||
|
||||
For the [configuration templating](/topics/templating/) is [Jinja](http://jinja.pocoo.org/) used.
|
||||
|
||||
If you are using templates then those parts needs to be [escaped](http://stackoverflow.com/a/24102537). Otherwise they will be rendered and appear blank on the website.
|
||||
|
||||
### <a class='title-link' name='html' href='#html'></a> HTML
|
||||
|
||||
The direct usage of HTML is supported but not recommended. The note boxes are an exception.
|
||||
|
||||
```html
|
||||
<p class='note warning'>
|
||||
You need to enable telnet on your router.
|
||||
<span class="nt"></p></span>
|
||||
</p>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="redirects" href="#redirects"></a> Redirects</h3>
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Home Assistant WebSocket API documentation">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/developers/websocket_api/">
|
||||
<link rel="canonical" href="/developers/websocket_api/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="WebSocket API">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/developers/websocket_api/">
|
||||
<meta property="og:url" content="/developers/websocket_api/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Home Assistant WebSocket API documentation">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue