From 5da4214bba3b7f758c132c1d1c9e732431ce3e42 Mon Sep 17 00:00:00 2001 From: Martijn Hoogesteger Date: Fri, 10 Nov 2023 06:25:14 +0100 Subject: [PATCH 1/7] Fix reference error in tm1637.rst (#3351) The reference to the render lambda was to the binary sensor. --- components/display/tm1637.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/display/tm1637.rst b/components/display/tm1637.rst index 9da0d458c..57c339ca8 100644 --- a/components/display/tm1637.rst +++ b/components/display/tm1637.rst @@ -46,8 +46,6 @@ Configuration variables: - **update_interval** (*Optional*, :ref:`config-time`): The interval to re-draw the screen. Defaults to ``1s``. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. -.. _display-tm1637_lambda: - Binary Sensor ------------- @@ -79,6 +77,8 @@ Configuration variables: 0 to 15. - All other options from :ref:`Binary Sensor `. +.. _display-tm1637_lambda: + Rendering Lambda ---------------- From d3943ea786f49b01d5110fa270d1f8ee0f7b1b9e Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Sat, 11 Nov 2023 10:47:22 +1030 Subject: [PATCH 2/7] Change Integration -> Component in description (#3355) --- guides/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/contributing.rst b/guides/contributing.rst index c1d5d4560..13d018af9 100644 --- a/guides/contributing.rst +++ b/guides/contributing.rst @@ -614,7 +614,7 @@ loader. These are: create the necessary C++ source code. - ``DEPENDENCIES``: Mark the component to depend on other components. If the user hasn't explicitly added these components in their configuration, a validation error will be generated. -- ``AUTO_LOAD``: Automatically load an integration if the user hasn't added it manually. +- ``AUTO_LOAD``: Automatically load a component if the user hasn't added it manually. - ``MULTI_CONF``: Mark this component to accept an array of configurations. If this is an integer instead of a boolean, validation will only permit the given number of entries. - ``CONFLICTS_WITH``: Mark a list of components as conflicting with this integration. If the user From 173d89cd0f1fce25c9b706cb77b7984e700db4e3 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 12 Nov 2023 14:11:39 -0500 Subject: [PATCH 3/7] Update text+links for projects (#3361) --- projects/installer.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/projects/installer.html b/projects/installer.html index df5e9b8e4..28439a555 100644 --- a/projects/installer.html +++ b/projects/installer.html @@ -229,9 +229,15 @@