From 4a0cbfb5508c1c6824d48842aea081d0a05e6354 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 5 Sep 2022 16:18:49 +0200 Subject: [PATCH] Add the hardware integration to default_config (#77840) --- homeassistant/components/default_config/manifest.json | 3 ++- homeassistant/package_constraints.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/default_config/manifest.json b/homeassistant/components/default_config/manifest.json index 593ac26dbc9..6701e62c71f 100644 --- a/homeassistant/components/default_config/manifest.json +++ b/homeassistant/components/default_config/manifest.json @@ -11,8 +11,9 @@ "dhcp", "energy", "frontend", - "homeassistant_alerts", + "hardware", "history", + "homeassistant_alerts", "input_boolean", "input_button", "input_datetime", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 2e41ae13458..8b65b9c0285 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -28,6 +28,7 @@ orjson==3.7.11 paho-mqtt==1.6.1 pillow==9.2.0 pip>=21.0,<22.3 +psutil-home-assistant==0.0.1 pyserial==3.5 python-slugify==4.0.1 pyudev==0.23.2