From b58bd77a6026341cefae4324ec43ba3a7bc97288 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 13 Feb 2024 09:56:07 +0100 Subject: [PATCH] Mark hardware integration as enabled by default (#31402) * Mark hardware integration as enabled by default * tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/hardware.markdown | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/_integrations/hardware.markdown b/source/_integrations/hardware.markdown index 199f7d9221a..415c0029e1a 100644 --- a/source/_integrations/hardware.markdown +++ b/source/_integrations/hardware.markdown @@ -13,9 +13,4 @@ ha_integration_type: system The Hardware integration provides an API which offers information about certain board types, USB dongles, and resource usage. -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: - -```yaml -# Example configuration.yaml entry -hardware: -``` +This integration is enabled by default.