From b2d669ac3ce4173a7d6cbdb86e42eccc47bfd42b Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Thu, 19 Sep 2024 09:13:21 -0400 Subject: [PATCH] Add aiohasupervisor to core requirements (#126225) --- homeassistant/package_constraints.txt | 1 + pyproject.toml | 3 +++ requirements.txt | 1 + 3 files changed, 5 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index d04afe27656..4ec00f00ab0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -3,6 +3,7 @@ aiodhcpwatcher==1.0.2 aiodiscover==2.1.0 aiodns==3.2.0 +aiohasupervisor==0.1.0b0 aiohttp-fast-zlib==0.1.1 aiohttp==3.10.5 aiohttp_cors==0.7.0 diff --git a/pyproject.toml b/pyproject.toml index 6fb54eb5ec2..5fdbb91e434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,9 @@ classifiers = [ requires-python = ">=3.12.0" dependencies = [ "aiodns==3.2.0", + # Integrations may depend on hassio integration without listing it to + # change behavior based on presence of supervisor + "aiohasupervisor==0.1.0b0", "aiohttp==3.10.5", "aiohttp_cors==0.7.0", "aiohttp-fast-zlib==0.1.1", diff --git a/requirements.txt b/requirements.txt index eacd78fe863..bfe13e72a5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ # Home Assistant Core aiodns==3.2.0 +aiohasupervisor==0.1.0b0 aiohttp==3.10.5 aiohttp_cors==0.7.0 aiohttp-fast-zlib==0.1.1