From d228062eac2f69b4b503c29e16192af579e02665 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 14 May 2017 00:58:19 +0000 Subject: [PATCH] Site updated at 2017-05-14 00:58:19 UTC --- atom.xml | 2 +- blog/categories/announcements/atom.xml | 2 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/merchandise/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- cookbook/index.html | 10 +- .../python_component_mqtt_basic/index.html | 6 - developers/add_new_platform/index.html | 10 + developers/api/index.html | 10 + developers/architecture/index.html | 10 + developers/architecture_components/index.html | 10 + developers/asyncio/index.html | 10 + developers/asyncio_101/index.html | 10 + .../asyncio_categorizing_functions/index.html | 10 + developers/asyncio_misc/index.html | 10 + .../asyncio_working_with_async/index.html | 10 + developers/cla/index.html | 10 + developers/cla_sign/index.html | 10 + developers/cla_sign_start/index.html | 10 + developers/code_of_conduct/index.html | 10 + developers/code_review_component/index.html | 10 + developers/code_review_platform/index.html | 10 + developers/component_deps_and_reqs/index.html | 14 +- developers/component_discovery/index.html | 10 + developers/component_events/index.html | 10 + .../component_generic_discovery/index.html | 10 + developers/component_loading/index.html | 10 + developers/component_states/index.html | 10 + developers/component_visibility/index.html | 10 + developers/creating_components/index.html | 10 + developers/credits/index.html | 10 + developers/development/index.html | 10 + developers/development_101/index.html | 224 ++++++++++++++++ developers/development_catching_up/index.html | 10 + developers/development_checklist/index.html | 10 + .../index.html | 71 +++-- developers/development_environment/index.html | 10 + developers/development_events/index.html | 240 +++++++++++++++++ developers/development_guidelines/index.html | 10 + developers/development_hass_object/index.html | 245 ++++++++++++++++++ .../development_services}/index.html | 130 ++++++++-- .../development_states}/index.html | 165 +++++++++--- developers/development_submitting/index.html | 10 + developers/development_testing/index.html | 10 + developers/development_validation/index.html | 10 + developers/frontend/index.html | 10 + developers/frontend_add_card/index.html | 10 + developers/frontend_add_more_info/index.html | 10 + .../index.html | 10 + .../frontend_creating_custom_ui/index.html | 10 + developers/helpers/index.html | 10 + developers/index.html | 10 + developers/license/index.html | 10 + developers/maintenance/index.html | 10 + developers/multiple_instances/index.html | 10 + developers/platform_example_light/index.html | 10 + developers/platform_example_sensor/index.html | 10 + developers/python_api/index.html | 10 + developers/releasing/index.html | 10 + developers/rest_api/index.html | 10 + developers/server_sent_events/index.html | 10 + developers/website/index.html | 10 + developers/websocket_api/index.html | 10 + sitemap.xml | 57 ++-- 82 files changed, 1528 insertions(+), 170 deletions(-) create mode 100644 developers/development_101/index.html rename developers/{component_initialization => development_config}/index.html (76%) create mode 100644 developers/development_events/index.html create mode 100644 developers/development_hass_object/index.html rename {cookbook/python_component_basic_service => developers/development_services}/index.html (58%) rename {cookbook/python_component_basic_state => developers/development_states}/index.html (56%) diff --git a/atom.xml b/atom.xml index d5b3f7fa11..17ba506105 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index 152b0023d6..eea449786a 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index 08a75d5a1e..d97b65983d 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 0b03be4c52..cf4d1eb460 100644 --- a/blog/categories/device-tracking/atom.xml +++ b/blog/categories/device-tracking/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Device-Tracking | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index dfb4e73145..b3400bcd99 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 7e96447312..434629e8ed 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 4482b63318..2f8817c046 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 14211d7619..1edb56b9f7 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index 5ae7bedefd..8e2499fb61 100644 --- a/blog/categories/iot-data/atom.xml +++ b/blog/categories/iot-data/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: IoT-Data | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index 10202348f3..0add946280 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index 1624431607..d891247a9b 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index e3e1347e58..0028209ee3 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 5069eb6ca9..f7d6555304 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 7448ae9fbe..62cb398c98 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index 510885a5fc..e2cd26c1f1 100644 --- a/blog/categories/presence-detection/atom.xml +++ b/blog/categories/presence-detection/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Presence-Detection | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index e0154950db..ff3adf40d1 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index f2816e9c82..ec26b3038e 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 9fb8e25145..c050048fca 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 116531e159..2a6dbea618 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index 6749c4e01e..157a607159 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 893cb4a5af..36637f0013 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index c46a68ee7e..f8708a31fb 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index e8eca53162..9fd8f63684 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-05-14T00:06:33+00:00 + 2017-05-14T00:53:58+00:00 https://home-assistant.io/ diff --git a/cookbook/index.html b/cookbook/index.html index e2b73b5e0e..e678ab5fd5 100644 --- a/cookbook/index.html +++ b/cookbook/index.html @@ -131,15 +131,7 @@ A great place to find popular configurations is on this Custom Python Component Examples

Example configuration.yaml

diff --git a/developers/add_new_platform/index.html b/developers/add_new_platform/index.html index 02b37654e9..770e3aff5a 100644 --- a/developers/add_new_platform/index.html +++ b/developers/add_new_platform/index.html @@ -110,6 +110,16 @@
  • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/api/index.html b/developers/api/index.html index 2c7258e8c2..f137de22bc 100644 --- a/developers/api/index.html +++ b/developers/api/index.html @@ -101,6 +101,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/architecture/index.html b/developers/architecture/index.html index 1e278d2566..2f13d1aaa8 100644 --- a/developers/architecture/index.html +++ b/developers/architecture/index.html @@ -120,6 +120,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/architecture_components/index.html b/developers/architecture_components/index.html index ea3796868b..5712e1bc69 100644 --- a/developers/architecture_components/index.html +++ b/developers/architecture_components/index.html @@ -126,6 +126,16 @@ Diagram showing interaction between components and the Home Assistant core
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/asyncio/index.html b/developers/asyncio/index.html index 707fdab0bf..43f8b1dde5 100644 --- a/developers/asyncio/index.html +++ b/developers/asyncio/index.html @@ -101,6 +101,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/asyncio_101/index.html b/developers/asyncio_101/index.html index 95b72c6b15..c7ded5c269 100644 --- a/developers/asyncio_101/index.html +++ b/developers/asyncio_101/index.html @@ -99,6 +99,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/asyncio_categorizing_functions/index.html b/developers/asyncio_categorizing_functions/index.html index 28c0cffd87..c541cbff59 100644 --- a/developers/asyncio_categorizing_functions/index.html +++ b/developers/asyncio_categorizing_functions/index.html @@ -138,6 +138,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/asyncio_misc/index.html b/developers/asyncio_misc/index.html index cab101d9cf..6768e6fae6 100644 --- a/developers/asyncio_misc/index.html +++ b/developers/asyncio_misc/index.html @@ -99,6 +99,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/asyncio_working_with_async/index.html b/developers/asyncio_working_with_async/index.html index ad5431a0c6..c02a395deb 100644 --- a/developers/asyncio_working_with_async/index.html +++ b/developers/asyncio_working_with_async/index.html @@ -200,6 +200,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/cla/index.html b/developers/cla/index.html index 2d162e6c07..3b6fd9c508 100644 --- a/developers/cla/index.html +++ b/developers/cla/index.html @@ -124,6 +124,16 @@ and not mention sign-off.

    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/cla_sign/index.html b/developers/cla_sign/index.html index ea8d197560..8914572fa3 100644 --- a/developers/cla_sign/index.html +++ b/developers/cla_sign/index.html @@ -557,6 +557,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/cla_sign_start/index.html b/developers/cla_sign_start/index.html index 5a0b29be63..46a82715ec 100644 --- a/developers/cla_sign_start/index.html +++ b/developers/cla_sign_start/index.html @@ -109,6 +109,16 @@ $(document).ready(function(){
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/code_of_conduct/index.html b/developers/code_of_conduct/index.html index fa13df2b64..3127f4b0cc 100644 --- a/developers/code_of_conduct/index.html +++ b/developers/code_of_conduct/index.html @@ -153,6 +153,16 @@ available here.

    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/code_review_component/index.html b/developers/code_review_component/index.html index a0c89594ff..2cf4eca963 100644 --- a/developers/code_review_component/index.html +++ b/developers/code_review_component/index.html @@ -124,6 +124,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/code_review_platform/index.html b/developers/code_review_platform/index.html index ae34d5d388..fc776bc15b 100644 --- a/developers/code_review_platform/index.html +++ b/developers/code_review_platform/index.html @@ -151,6 +151,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/component_deps_and_reqs/index.html b/developers/component_deps_and_reqs/index.html index 63c0ef3d7a..ee1369567a 100644 --- a/developers/component_deps_and_reqs/index.html +++ b/developers/component_deps_and_reqs/index.html @@ -67,12 +67,12 @@

      Home Assistant allows components and platforms to specify their dependencies and requirements using the variables DEPENDENCIES and REQUIREMENTS. Both are lists that contain strings.

      -

      Dependencies

      +

      Dependencies

      Dependencies are other Home Assistant components that should be setup before the platform is loaded. An example is the MQTT sensor component, which requires an active connection to an MQTT broker. If Home Assistant is unable to load and setup the MQTT component, it will not setup the MQTT sensor component.

      DEPENDENCIES = ['mqtt']
       
      -

      Requirements

      +

      Requirements

      Requirements are Python libraries that you would normally install using pip for your component. Home Assistant will try to install the requirements into the deps subdirectory of the Home Assistant configuration directory (.home-assistant by default) or verify it is already installed at startup. If that fails, the component will fail to load.

      Requirements is a list of strings. Each entry is a pip compatible string. For example, the media player Cast platform depends on the Python package PyChromecast v0.6.12:

      REQUIREMENTS = ['pychromecast==0.6.12']
      @@ -118,6 +118,16 @@
                 
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/component_discovery/index.html b/developers/component_discovery/index.html index 68f40d6cb5..62581bf4d6 100644 --- a/developers/component_discovery/index.html +++ b/developers/component_discovery/index.html @@ -118,6 +118,16 @@ This option is only available for built-in components.
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/component_events/index.html b/developers/component_events/index.html index db8153fb28..2fed9bc692 100644 --- a/developers/component_events/index.html +++ b/developers/component_events/index.html @@ -95,6 +95,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/component_generic_discovery/index.html b/developers/component_generic_discovery/index.html index 33b3126974..ee04911fd3 100644 --- a/developers/component_generic_discovery/index.html +++ b/developers/component_generic_discovery/index.html @@ -145,6 +145,16 @@ This can be achieved using the load_platformValidation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/component_loading/index.html b/developers/component_loading/index.html index 88753180e2..7f39ada339 100644 --- a/developers/component_loading/index.html +++ b/developers/component_loading/index.html @@ -106,6 +106,16 @@ Home Assistant will use the directory that contains your config file as the dire
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/component_states/index.html b/developers/component_states/index.html index 691d2ac76c..f852a9dcf4 100644 --- a/developers/component_states/index.html +++ b/developers/component_states/index.html @@ -103,6 +103,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/component_visibility/index.html b/developers/component_visibility/index.html index fec20d6c83..5caf13ad78 100644 --- a/developers/component_visibility/index.html +++ b/developers/component_visibility/index.html @@ -101,6 +101,16 @@ You can set a suggestion for your entity’s visibility by setting the Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/creating_components/index.html b/developers/creating_components/index.html index 333e24f704..55c82e5217 100644 --- a/developers/creating_components/index.html +++ b/developers/creating_components/index.html @@ -106,6 +106,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/credits/index.html b/developers/credits/index.html index 5ea0cb42b7..c44fc76fc1 100644 --- a/developers/credits/index.html +++ b/developers/credits/index.html @@ -880,6 +880,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/development/index.html b/developers/development/index.html index 301ecd8aab..fdbe11ca28 100644 --- a/developers/development/index.html +++ b/developers/development/index.html @@ -115,6 +115,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
  • +
  • + Development 101 + +
  • Support a new device (as a platform)
      diff --git a/developers/development_checklist/index.html b/developers/development_checklist/index.html index 800078f45c..ede12138f0 100644 --- a/developers/development_checklist/index.html +++ b/developers/development_checklist/index.html @@ -105,6 +105,16 @@
    • Validation
  • +
  • + Development 101 + +
  • Support a new device (as a platform)